|
|
A KPart-aware main window, whose user interface is described in XML.
Inherit your main window from this class and don't forget to call setXMLFile() in the inherited constructor.
It implements all internal interfaces in the case of a KMainWindow as host: the builder and servant interface (for menu merging).
MainWindow ( QWidget* parent, const char *name = 0L, WFlags f = WType_TopLevel | WDestructiveClose )
| MainWindow |
Constructor, same signature as KMainWindow.
MainWindow ( const char *name = 0L, WFlags f = WDestructiveClose )
| MainWindow |
Compatibility Constructor, same signature as KMainWindow.
~MainWindow ()
| ~MainWindow |
[virtual]
Destructor.
void createGUI ( KParts::Part * part )
| createGUI |
[protected slots slot]
Create the GUI (by merging the host's and the active part's) You _must_ call this in order to see any GUI being created.
In a main window with multiple parts being shown (e.g. as in Konqueror) you need to connect this slot to the KPartManager::activePartChanged() signal
Parameters:
part | The active part (set to 0L if no part). |
Reimplemented from KMainWindow.
void slotSetStatusBarText ( const QString & )
| slotSetStatusBarText |
[protected slots virtual slot]
Called when the active part wants to change the statusbar message Reimplement if your mainwindow has a complex statusbar (with several items)
void createShellGUI ( bool create = true )
| createShellGUI |
[protected virtual]
Generated by: dfaure on faure on Tue Apr 16 08:50:22 2002, using kdoc 2.0a53. |