Definition PaletteServerPropertyPage.h:16
PaletteServerPropertyPage(PaletteServer *server, 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...
void applyPage() override
Applies the changes made in this page.
~PaletteServerPropertyPage() override
QString getPageDescription() const override
Gets the description for hinting of the page in the list view.
QString getPageName() const override
Gets the name of the page for displaying in the list view. When reimplemented the QObject's name is r...
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.
void updatePage() override
Updates the control widgets of the page.
Widget to create a page in a PropertySheet dialog.
Definition PropertyPage.h:16