Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. EnterEvent and LeaveEvent don't work perfectly

EnterEvent and LeaveEvent don't work perfectly

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 1.8k Views 1 Watching
  • 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.
  • K Offline
    K Offline
    krisztiantobias
    wrote on last edited by
    #1

    Hello, my problem is the next. I want a hover (enterEvent) effect and an animated hide effect (leaveEvent) with EnterEvent and LeaveEvent. That works fine on the early, but if I do 5-6 really fast call, can not be called anymore anyone Event

    After the 7. (it's random, 1-20) enterEvent the leaveEvent doesn't work...
    " - Gif Picture - ":http://img32.imageshack.us/img32/201/bugr.gif

    You can see, nothing is in the events:
    @void Clock::enterEvent(QEvent *event){
    counter++;
    qDebug() << QString::number(counter) + ". call";
    qDebug() << event;
    }
    void Clock::leaveEvent(QEvent *event){
    qDebug() << event;
    }
    @

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved