Definition MiscellaneousPropertyPage.h:13
void applyPage() override
Applies the changes made in this page.
bool canApplyPage() const override
Allows validation of the changes made per page. First page which return false is selected.
MiscellaneousPropertyPage(QObject *target, QWidget *parent=nullptr)
QIcon getPageIcon() const override
Gets the name of the page for displaying in the list view. When not reimplemented this method returns...
bool isPageModified() const override
Gets the modified/changed status of the page.
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 updatePage() override
Updates the control widgets of the page.
~MiscellaneousPropertyPage() override
Widget to create a page in a PropertySheet dialog.
Definition PropertyPage.h:16