17 #ifndef QGSOPTIONSDIALOGBASE_H 18 #define QGSOPTIONSDIALOGBASE_H 66 void initOptionsBase(
bool restoreUi =
true,
const QString& title =
QString() );
82 void updateOptionsListVerticalTabs();
83 void optionsStackedWidget_CurrentChanged(
int indx );
84 void optionsStackedWidget_WidgetRemoved(
int indx );
85 void warnAboutMissingObjects();
91 virtual void updateWindowTitle();
107 #endif // QGSOPTIONSDIALOGBASE_H
A base dialog for options and properties dialogs that offers vertical tabs.
QDialogButtonBox * mOptButtonBox
QListWidget * mOptListWidget
virtual void showEvent(QShowEvent *event)
QStackedWidget * mOptStackedWidget
bool iconOnly()
Determine if the options list is in icon only mode.
QPointer< QSettings > mSettings