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