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. Toolbar only shows button widgets, under the popup, which appears when there is not enough space available for docked toolbar [Solved]

Toolbar only shows button widgets, under the popup, which appears when there is not enough space available for docked toolbar [Solved]

Scheduled Pinned Locked Moved General and Desktop
2 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.
  • V Offline
    V Offline
    vivek.narvekar
    wrote on last edited by
    #1

    Hello,

    I am using Qt3.
    When a toolbar is docked in a dock area, which has smaller width, than the toolbar itself, there is a extension button which appears at the end of the toolbar with >> symbol.

    On click of this button, a pop up menu appears, but this menu only contains the QPushButton widgets appearing in the toolbar and not the other widgets.

    Also, if the QPushButton class has been subclassed (derived) , and if we have over-ridden some of its events, and these pushbuttons appears in the toolbar, then in this case, those events are also not fired.

    How to make this work ?

    Thank You

    1 Reply Last reply
    0
    • V Offline
      V Offline
      vivek.narvekar
      wrote on last edited by
      #2

      Seems like QT creates replica buttons in the toolbar popup menu and only connects the signal slots. Hence other things like mouse press event etc will not work

      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