The MaterialPropertyPage class represents a custom dialog window.
Definition MaterialPropertyPage.h:20
bool isPageModified() const override
Gets the modified/changed status of the page.
MaterialPropertyPage(QWidget *parent=nullptr)
Constructor for the MaterialPropertyPage class.
void updatePage() override
Updates the control widgets of the page. This method is called to initialize the control widgets.
~MaterialPropertyPage() override
Destructor for the MaterialPropertyPage class.
void setIniFile(const IniEnvelope &ini)
Assigns the ini-file containing the material information.
void handleFormChange(int index=-1)
void applyPage() override
Applies the changes made in this page.
Widget to create a page in a PropertySheet dialog.
Definition PropertyPage.h:15