Home · All Classes · Main Classes · Grouped Classes · Modules · Functions

Qt 3 Support Members for QStatusBar

The following class members are part of the Qt 3 support layer. They are provided to help you port old code to Qt 4. We advise against using them in new code.

Public Functions

Public Slots


Member Function Documentation

QStatusBar::QStatusBar ( QWidget * parent, const char * name )

Constructs a status bar called name with parent parent and with a size grip.

See also setSizeGripEnabled().

void QStatusBar::addWidget ( QWidget * widget, int stretch, bool permanent )

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Use addWidget(widget, stretch) or addPermanentWidget(widget, stretch) instead, depending on permanent.

void QStatusBar::clear ()   [slot]

Removes any temporary message being shown.

void QStatusBar::message ( const QString & message, int timeout = 0 )   [slot]

Hides the normal status indications and displays message for timeout milli-seconds or until clearMessage() or another showMessage() is called, whichever occurs first.


Copyright © 2005 Trolltech Trademarks
Qt 4.1.0
Hosted by uCoz