Tuesday, February 2, 2010

Pan WebView

I add a sample program to my graphics-dojo clone repository - Pan WebView. Almost issues of this program are similar to ones of phosphorescence: Flickable color list, but there is new issue and easy solution.

It is cursor setting. Original C++ program set the Constant Qt::OpenHandCursor, but QtRuby must set like below:
Qt::Application::override_cursor = Qt::Cursor.new(Qt::OpenHandCursor)

Full code is here and execution result is below:

No comments:

Post a Comment