virtual void reset()=0
Discards altered settings and resets relevant widgets.
virtual QWidget * setupWidget()=0
Creates the widget for the page. Called on the first invocation of widget().
OptionPage(QWidget *parentWindow=nullptr)
Constructs a option page.
QWidget * widget()
Returns the widget for the option page.
bool matches(const QString &searchKeyWord)
Returns whether the pages matches the specified searchKeyWord.
virtual ~OptionPage()
Destroys the option page.