#include <SampleApp.h>
|
| | SampleApp (QWidget *parent=0, Qt::WFlags flags=0) |
| |
|
virtual | ~SampleApp () |
| | Destructor.
|
| |
|
|
TestClass * | m_testClass |
| | Testclass with some properties.
|
| |
|
TestSubClass * | m_testSubClass |
| | Another test class inherited from TestClass to show the hierarchy management of the QPropertyEditor.
|
| |
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
◆ SampleApp()
| SampleApp::SampleApp |
( |
QWidget * | parent = 0, |
|
|
Qt::WFlags | flags = 0 ) |
Constructor
- Parameters
-
| parent | optional parent widget this window will be child of |
| flags | optional window flags |
The documentation for this class was generated from the following files:
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/QPropertyEditor/src/Sample/SampleApp.h
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/QPropertyEditor/src/Sample/SampleApp.cpp