Results 1 to 2 of 2

Thread: two StatusBars / two-rowed Layout

  1. #1

    Default two StatusBars / two-rowed Layout

    Hello,

    is it possible to add 2 QStatusBars to one QMainWindow?
    Or can I just create a "two-row"-Layout for my existing StatusBar.

    Neither the one nor the other work for me using Status_Bar->addLayout

    Thank's in advance!

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: two StatusBars / two-rowed Layout

    if putting widgets (addPermanentWidget()) on the statusbar is not enough for you, you can code your own statusbar. That is some work but you will have full control, and displaying temporally messages aren't a big problem. And adding two statusbars at a main windows is not possible.

    btw: You can fake a second statusbar by setting either a toolbar or a dock widget fixed at the bottom.

Similar Threads

  1. changing layout of a widget
    By mikro in forum Qt Programming
    Replies: 10
    Last Post: 4th August 2009, 20:21
  2. Qt like Layout Manager available for .NET platform
    By vkhaitan in forum Qt Programming
    Replies: 0
    Last Post: 5th November 2008, 13:36
  3. Qt layout memory issue
    By bunjee in forum Qt Programming
    Replies: 9
    Last Post: 25th August 2007, 17:11
  4. Resizing problems when applying a layout
    By JimBrown in forum Newbie
    Replies: 1
    Last Post: 21st February 2007, 22:54
  5. "dynamic" layout
    By hulk in forum Qt Programming
    Replies: 2
    Last Post: 9th May 2006, 07:16

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
  •  
Qt is a trademark of The Qt Company.