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. Unknown widget blocking events to quick access bar in top left corner of window
Forum Updated to NodeBB v4.3 + New Features

Unknown widget blocking events to quick access bar in top left corner of window

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 1.7k Views 2 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.
  • G Offline
    G Offline
    Grav.K
    wrote on last edited by
    #1

    I can't find where a widget in a very large project is being created that blocks mouse events to the quick access bar. Since I'm developing in windows, I've tried to use Spy++ to see the name of the window and to verify that a widget is indeed there by highlighting it. All it shows is:
    Window 00480C2E "QWidgetClassWindow" Qt5QWindowIcon.
    Any ideas on how to find it?

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      Thats a nasty task :)
      You do not have any clues in what window or near what feature or function it might happen ?

      Can you tell a bit more about the issue?
      Also "quick access bar." , this one ? or ?

      G 1 Reply Last reply
      2
      • mrjjM mrjj

        Hi
        Thats a nasty task :)
        You do not have any clues in what window or near what feature or function it might happen ?

        Can you tell a bit more about the issue?
        Also "quick access bar." , this one ? or ?

        G Offline
        G Offline
        Grav.K
        wrote on last edited by
        #3

        @mrjj Yes, that's the toolbar that I'm speaking of. I don't know more about the feature or function.
        Some additional observations:
        Moving the quick access toolbar below the ribbon in my application allows access to the toolbar. The invisible widget is always the same size and blocks the first three icons on the toolbar.

        mrjjM 1 Reply Last reply
        0
        • G Grav.K

          @mrjj Yes, that's the toolbar that I'm speaking of. I don't know more about the feature or function.
          Some additional observations:
          Moving the quick access toolbar below the ribbon in my application allows access to the toolbar. The invisible widget is always the same size and blocks the first three icons on the toolbar.

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by mrjj
          #4

          @Grav.K
          Hi
          In that window that has the bar and being covered by invisible widget.
          Can you add a button ?
          If yes, you could use
          http://doc.qt.io/qt-5/qapplication.html#topLevelWidgets
          to see if u can find it this way.
          There you can use objectName to see if it gives any hints.

          Or
          QWidget *QApplication::widgetAt(const QPoint &point)
          Could also be used.

          1 Reply Last reply
          2

          • Login

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