#include <main_window.h>
Public Slots | |
| void | changeStatusText (QString newStatusText) |
| Changes text displayed by Status bar. | |
Public Member Functions | |
| cMainWindow (QWidget *parent=0, const char *name=0) | |
| Constructor. | |
Private Attributes | |
| QStatusBar * | statusBar |
| Pointer to a QStatusBar object. | |
|
||||||||||||
|
Constructor. Constructor for the class, it creates a new cMainWindow object, it takes two optional parameters, the parent widget and its name.
|
|
|
Changes text displayed by Status bar. This slot changes the text displayed by the status bar widget.
|
|
|
Pointer to a QStatusBar object. This pointer will hold the address of a QStatusBar object that is created in cMainWindow constructor.
|
1.3.9.1