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. What are GraphicView's "Enter" and "Leave" events?
Forum Updated to NodeBB v4.3 + New Features

What are GraphicView's "Enter" and "Leave" events?

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 906 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.
  • A Offline
    A Offline
    Asperamanca
    wrote on last edited by
    #1

    I can find equivalents for most QWidget events, but I couldn't find the expected "GraphicsSceneEnter" and "GraphicsSceneLeave" events. Where are they?

    1 Reply Last reply
    0
    • P Offline
      P Offline
      Peter K
      wrote on last edited by
      #2

      The QGraphicsView inherits QWidget and has the enterEvent() and leaveEvent() functions. The QGraphicsScene is not a QWidget and as such does not have these events.

      1 Reply Last reply
      0
      • A Offline
        A Offline
        Asperamanca
        wrote on last edited by
        #3

        Naturally, but for almost all other events, there are GraphicsSceneEvent equivalents.

        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