Widget to create a page in a PropertySheet dialog.
Definition PropertyPage.h:16
Definition ScriptManagerPropertyPage.h:13
void applyPage() override
Applies the changes made in this page.
ScriptManagerPropertyPage(ScriptManager *manager, PropertySheetDialog *parent=nullptr)
QIcon getPageIcon() const override
Gets the icon of the page for displaying in the list view. Default it returns the sf::Resource settin...
QString getPageDescription() const override
Gets the description for hinting of the page in the list view.
Q_SIGNAL void openEditor(int index)
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. This method is called to initialize the control widgets.
~ScriptManagerPropertyPage() override