StatusLabel Class

(Utils::StatusLabel)

The StatusLabel class displays messages for a while with a timeout. More...

Header: #include <StatusLabel>
Inherits: QLabel

Public Functions

StatusLabel(QWidget *parent = 0)
  • 29 public functions inherited from QLabel
  • 14 public functions inherited from QFrame
  • 213 public functions inherited from QWidget

Public Slots

void clearStatusMessage()
void showStatusMessage(const QString &message, int timeoutMS = 5000)
  • 7 public slots inherited from QLabel
  • 19 public slots inherited from QWidget

Additional Inherited Members

  • 12 properties inherited from QLabel
  • 6 properties inherited from QFrame
  • 58 properties inherited from QWidget
  • 2 signals inherited from QLabel
  • 3 signals inherited from QWidget
  • 5 static public members inherited from QWidget
  • 11 protected functions inherited from QLabel
  • 4 protected functions inherited from QFrame
  • 35 protected functions inherited from QWidget
  • 1 protected slot inherited from QWidget

Detailed Description

The StatusLabel class displays messages for a while with a timeout.

Member Function Documentation

StatusLabel::StatusLabel(QWidget *parent = 0)

Default constructs an instance of StatusLabel.

[slot] void StatusLabel::clearStatusMessage()

[slot] void StatusLabel::showStatusMessage(const QString &message, int timeoutMS = 5000)