84 bool m_isModified =
false;
The KPropertyPage class is used as a page inside a KPropertySheet.
Definition kpropertypage.h:36
virtual bool OnKillActive()
Called by the framework when the current page is no longer the active page. Perform data validation h...
Definition kpropertypage.h:52
virtual bool OnWizardBack()
Called by the framework when the Back button is clicked while using a wizard-type property sheet.
Definition kpropertypage.h:67
virtual void OnReset()
Called by the framework when the Cancel button is clicked.
Definition kpropertypage.h:61
virtual void OnCancel()
Called by the framework when the Cancel button is clicked.
Definition kpropertypage.h:48
~KPropertyPage() override
void pageChanged(bool isModified)
void SetModified(bool bChanged=true)
Call to activate or deactivate the Apply Now button.
virtual bool OnQueryCancel()
Called by the framework when the Cancel button is clicked, and before the cancel has taken place.
Definition kpropertypage.h:58
virtual bool OnApply()
Called by the framework when the Apply Now button is clicked.
virtual bool OnSetActive()
Called by the framework when the page is made the active page.
Definition kpropertypage.h:64
virtual void OnOK()
Called by the framework when the OK, Apply Now, or Close button is clicked.
Definition kpropertypage.h:55
KPropertyPage(QWidget *parent=nullptr)
virtual bool OnWizardFinish()
Called by the framework when the Finish button is clicked while using a wizard-type property sheet.
Definition kpropertypage.h:70
virtual bool OnWizardNext()
Called by the framework when the Next button is clicked while using a wizard-type property sheet.
Definition kpropertypage.h:73
The KPropertySheet class is a dialog with a tab control that contains property pages.
Definition kpropertysheet.h:40
#define KDWINUTILS_EXPORT
Definition kdwinutils_export.h:31
#define KDWINUTILS_BEGIN_NAMESPACE
Definition kdwinutils_global.h:27
#define KDWINUTILS_END_NAMESPACE
Definition kdwinutils_global.h:28