Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Why mouse cursor dissapears in mouseMoveEvent after update()?

    General and Desktop
    1
    2
    1922
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      bushlyamax last edited by

      hello, people
      I am writing application with Qt and Xlib under Linux. There are graphical objects that are moved by mouse in my program. I have implemented custom painting with Xlib function XPutImage - all is drawing right until i call update() from my mouseMoveEvent(). After update() mouse cursor dissapears. What is the reason? Maybe the problem is in the order of actions with custom painting because the cursor seems to apper before update()

      1 Reply Last reply Reply Quote 0
      • B
        bushlyamax last edited by

        can anyone explain me why custom painting with XPutImage in Qt3 works fine and in Qt4 I can`t see cursor?

        1 Reply Last reply Reply Quote 0
        • First post
          Last post