Results 1 to 3 of 3

Thread: Newbie dealing with statusbar incluiding widgets.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Jul 2008
    Location
    Germany
    Posts
    518
    Thanks
    13
    Thanked 77 Times in 75 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Newbie dealing with statusbar incluiding widgets.

    Hi, maybe it already helps to move setupUi() to be the first command in constructor of MainWindow.

    Ginsengelf

    PS: statusBar()-method should be Ok in createStatusBar(), in your pasted code the other method should not work or even crash because ui is not set up when you call createStatusBar()

  2. The following user says thank you to Ginsengelf for this useful post:

    chavetaz (6th July 2010)

Similar Threads

  1. access to widgets of statusbar
    By navid in forum Newbie
    Replies: 1
    Last Post: 5th December 2009, 12:27
  2. Interview: Show statusbar or other widgets in a view?
    By uiop21 in forum Qt Programming
    Replies: 6
    Last Post: 6th March 2008, 16:51
  3. Replies: 2
    Last Post: 15th February 2008, 01:21
  4. Replies: 2
    Last Post: 7th January 2007, 21:07
  5. dealing individual objects
    By kingslee in forum General Programming
    Replies: 9
    Last Post: 15th November 2006, 01:28

Tags for this Thread

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.