Thread
:
How to make cursor visible in Maemo5 Qt application
View Single Post
slobodsky
2010-10-10 , 15:29
Posts: 63 | Thanked: 41 times | Joined on Feb 2010 @ Moscow
#
3
Maybe, but how can I get the Window parameter for a Qt widget?
Updated: Oh, it was a silly mistake: my cursor wasn't visible in the Xephir window because it uses the host's cursor.
Right answer was: On device stock cursors are empty, but any QCursor created from pixmap and set with QApllication::setOverrideCursor() or QWidget::setCursor() methods will be visible.
__________________
Sorry for bad English. If you can point out mistakes in this post, send me a
private message
.
Last edited by slobodsky; 2010-10-10 at
19:58
. Reason: I've found the answer
Quote & Reply
|
The Following User Says Thank You to slobodsky For This Useful Post:
nicolai
slobodsky
View Public Profile
Send a private message to slobodsky
Visit slobodsky's homepage!
Find all posts by slobodsky