main window area It is implemented as a MDI (multi document interface). This allows you to add custom...
void HideSubWindow(QWidget *widget)
hides the given widget inside the main area This method can be used to hide a widget that has been ad...
void AddPersistentWidget(const QString &title, const QString &name, QWidget *widget, int width, int height, int x, int y)
add a widget whose geometry is preserved across application relaunches
void AddWidget(const QString &title, QWidget *widget)
add volatile widget
void ShowSubWindow(QWidget *widget)
display the given widget inside the main area This method can be used to make a widget visible that h...
MainArea(QWidget *parent=NULL)
void AddPersistentWidget(const QString &title, const QString &name, QWidget *widget, Qt::WindowStates window_state=Qt::WindowStates())
add a widget with custom window states to the ui. The Geometry is preserved across application relaun...
void EnableTabbedMode(bool tabbed_mode=true)
switch between free window and tabbed window mode