Results 1 to 3 of 3

Thread: Adding Widgets (QLabel, Progressbar etc.) to statusbar

  1. #1
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    258
    Thanks
    22
    Thanked 19 Times in 16 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Adding Widgets (QLabel, Progressbar etc.) to statusbar

    Hi,
    is it possible to add Widgets such as QLabels, Progressbars etc. to the statusbar from within designer?

    Thanx in advance
    momesana

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Adding Widgets (QLabel, Progressbar etc.) to statusbar

    Quote Originally Posted by momesana View Post
    Hi,
    is it possible to add Widgets such as QLabels, Progressbars etc. to the statusbar from within designer?
    No, you can do that using hand written code only.

  3. The following user says thank you to wysota for this useful post:

    momesana (20th December 2006)

  4. #3
    Join Date
    Aug 2006
    Location
    Zürich, Switzerland
    Posts
    23
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Adding Widgets (QLabel, Progressbar etc.) to statusbar

    If you want to put several widgets into the statusbar you could try this:

    - create a form (widget) in Qt Designer which contains all the widgets you want in the statusbar
    - add this form to the statusbar by handwritten code at run time

    This could make things a bit easier.
    Ernst

Similar Threads

  1. Replies: 1
    Last Post: 26th November 2006, 09:32
  2. adding widgets to tabWidgets pages
    By quickNitin in forum Newbie
    Replies: 1
    Last Post: 23rd November 2006, 09:59
  3. Replies: 9
    Last Post: 14th July 2006, 15:51

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.