Results 1 to 1 of 1

Thread: Reverse DockWidget/Toolbar docking areas

  1. #1
    Join Date
    Oct 2009
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Reverse DockWidget/Toolbar docking areas

    I have a custom command prompt like widget that I need to touch the lower left and right corners when docked. Currently, I am simply adding my command prompt widget to a toolbar so that I can achieve this. I would like for it to be able to be resizable via a top gripper such as dockwidgets can. The problem with inserting it into a dockwidget is that when more and more toolbars are added to the left and right sides of the screen, it shrinks the command prompt.

    I believe that the best solution would be to somehow tell QT4 to swap the dockwidget/toolbar docking areas so that when a dockwidget is docked, it is in the outermost portion of the window. I've looked through the QT4 Assistant for it but it seems that Q3Toolbar worked similarly but I don't want to introduce any QT3 components.
    Attached Images Attached Images

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.