The abstract base class for the property pages of the WidgetInspector class More...
#include <inspect.h>
The PropPage class provides an abstract baseclass for the property pages in the widget inspector. All it really does is maintain a dirty flag to see if the content of the page was changed.
Property page constructor. Should be called by derived class.
[pure virtual]
Pure virtual function to set the target of the property page. The implementation in the derived class should extract the properties from the widget and display them on the page.
[protected, pure virtual, slot]
Pure virtual function that applies the changes made to the properties of the target widget. The implementation should check the dirty flag to see if changes should be made to the target.
[protected, virtual, slot]
Sets the dirty flag. This slot should be connected to QLineEdit-s on the property page.
[protected, virtual, slot]
Sets the dirty flag. Overloaded member function. This slot should be connected to QComboBox-s and such on the property page.
[protected, virtual, slot]
Sets the dirty flag. Overloaded member function. This slot should be connected to QPushButton-s and such on the property page.
[protected]
Flag to see whether any of the properties on the page were changed