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. How to solve the problem that the mouse can't click the parent widget where the transparent area of top child Widget in?
Qt 6.11 is out! See what's new in the release blog

How to solve the problem that the mouse can't click the parent widget where the transparent area of top child Widget in?

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 429 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.
  • M Offline
    M Offline
    mirro
    wrote on last edited by
    #1
    1 Reply Last reply
    0
    • Kent-DorfmanK Offline
      Kent-DorfmanK Offline
      Kent-Dorfman
      wrote on last edited by
      #2

      pass the click event up the chain. capture it in the child then pass it to a parent method with whatever overlay position info is needed.

      The dystopian literature that served as a warning in my youth has become an instruction manual in my elder years.

      M 1 Reply Last reply
      1
      • Kent-DorfmanK Kent-Dorfman

        pass the click event up the chain. capture it in the child then pass it to a parent method with whatever overlay position info is needed.

        M Offline
        M Offline
        mirro
        wrote on last edited by
        #3

        @Kent-Dorfman Is there a signal code?

        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