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