17 #ifndef QGSOPTIONSDIALOGBASE_H
18 #define QGSOPTIONSDIALOGBASE_H
24 class QDialogButtonBox;
64 void initOptionsBase(
bool restoreUi =
true, QString title = QString() );
70 void restoreOptionsBaseUi( QString title = QString() );
77 void updateOptionsListVerticalTabs();
78 void optionsStackedWidget_CurrentChanged(
int indx );
79 void optionsStackedWidget_WidgetRemoved(
int indx );
80 void warnAboutMissingObjects();
83 void showEvent( QShowEvent* e );
84 void paintEvent( QPaintEvent* e );
86 virtual void updateWindowTitle();
98 #endif // QGSOPTIONSDIALOGBASE_H
A base dialog for options and properties dialogs that offers vertical tabs.
QDialogButtonBox * mOptButtonBox
QListWidget * mOptListWidget
QStackedWidget * mOptStackedWidget
bool iconOnly()
determine if the options list is in icon only mode