Definition MainWindowPropertyPage.h:16
QIcon getPageIcon() const override
Gets the name of the page for displaying in the list view. When not reimplemented this method returns...
MainWindowPropertyPage(MainWindow *main_window, PropertySheetDialog *parent=nullptr)
void afterPageApply(bool was_modified) override
Called when all pages are applied. Method can be overridden by a derived class to update control widg...
QString getPageName() const override
Gets the name of the page for displaying in the list view. When reimplemented the QObject's name is r...
void applyPage() override
Applies the changes made in this page.
bool isPageModified() const override
Gets the modified/changed status of the page.
~MainWindowPropertyPage() override
QString getPageDescription() const override
Gets the description for hinting of the page in the list view.
void updatePage() override
Updates the control widgets of the page.
Definition MainWindow.h:25
Widget to create a page in a PropertySheet dialog.
Definition PropertyPage.h:16