Results 1 to 2 of 2

Thread: setcursor problem

  1. #1
    Join Date
    Feb 2008
    Posts
    102
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Unix/X11

    Question setcursor problem

    I have this problem.
    When i use my qt program, with the library(qt3.3.7) downloaded from ubuntu repository, i can change the cursor item calling item->setcursor(Qt::SizeVerCursor)...and i can see it when i execute the program.

    When i compile my source using the latest 4.4 library, the cursor doesn't change its shape(perhaps the cursor change, but i still see the Qt::ArrowCursor...)

    What do you think about?

  2. #2
    Join Date
    Feb 2008
    Posts
    102
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Unix/X11

    Talking Re: setcursor problem

    resolved sending the "mousemoveEvent" event to my custom's QGraphicsScene parent........

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.