itom  4.1.0
SampleApp Class Reference

#include <SampleApp.h>

Inheritance diagram for SampleApp:

Public Member Functions

 SampleApp (QWidget *parent=0, Qt::WFlags flags=0)
 
virtual ~SampleApp ()
 Destructor.
 

Private Attributes

TestClassm_testClass
 Testclass with some properties.
 
TestSubClassm_testSubClass
 Another test class inherited from TestClass to show the hierarchy managment of the QPropertyEditor.
 

Detailed Description

This Sample Application demonstrates the use of the QPropertyEditor Library It contains only a dock widget with a QPropertyEditor widget in it. In this property editor the properties of two classes (TestClass and TestSubClass) are displayed for demonstration purposes

Constructor & Destructor Documentation

SampleApp::SampleApp ( QWidget *  parent = 0,
Qt::WFlags  flags = 0 
)

Constructor

Parameters
parentoptional parent widget this window will be child of
flagsoptional window flags

The documentation for this class was generated from the following files: