Results 1 to 5 of 5

Thread: Status bar message tend to disappear

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2007
    Location
    Lublin, Poland
    Posts
    345
    Thanks
    40
    Thanked 8 Times in 4 Posts
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Status bar message tend to disappear

    Hi,

    I have a custom MainWindow class coded by hand, not .ui file used.
    I display a sample message:

    statusBar()->showMessage(tr("----- This is status bar position -----"));

    It's shown ok. When I move mouse over a menu the message disappears.

    This is the only line when I use the statusBar.
    [*]
    When I add a widget to the status bar and set its test( Qlabel) then the message is the same []

    Thanks
    Last edited by maverick_pol; 21st May 2009 at 10:07.
    Qt allows you to use everything you want
    wysota
    --------------------------------------------------------------------------------
    #if defined(Q_OS_UNIX) && defined(QT_DEBUG)
    abort(); // trap; generates core dump
    #else
    exit(1); // goodbye cruel world
    #endif

Similar Threads

  1. "Normal" Status Bar Message doesn't look right...
    By codeslicer in forum Qt Programming
    Replies: 4
    Last Post: 19th January 2009, 23:50
  2. treewidget and a message system
    By alisami in forum Qt Programming
    Replies: 7
    Last Post: 27th July 2008, 18:05

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.