Qt 4.8
Public Functions | Public Variables | List of all members
QWizardDefaultProperty Class Reference

Public Functions

 QWizardDefaultProperty ()
 
 QWizardDefaultProperty (const char *className, const char *property, const char *changedSignal)
 

Public Variables

QByteArray changedSignal
 
QByteArray className
 
QByteArray property
 

Detailed Description

Definition at line 151 of file qwizard.cpp.

Constructors and Destructors

◆ QWizardDefaultProperty() [1/2]

QWizardDefaultProperty::QWizardDefaultProperty ( )
inline

Definition at line 158 of file qwizard.cpp.

158 {}

◆ QWizardDefaultProperty() [2/2]

QWizardDefaultProperty::QWizardDefaultProperty ( const char *  className,
const char *  property,
const char *  changedSignal 
)
inline

Definition at line 159 of file qwizard.cpp.

Properties

◆ changedSignal

QByteArray QWizardDefaultProperty::changedSignal

Definition at line 156 of file qwizard.cpp.

Referenced by QWizardField::findProperty(), and QWizardField::QWizardField().

◆ className

QByteArray QWizardDefaultProperty::className

Definition at line 154 of file qwizard.cpp.

Referenced by QWizardField::findProperty().

◆ property

QByteArray QWizardDefaultProperty::property

Definition at line 155 of file qwizard.cpp.

Referenced by QWizardField::findProperty(), and QWizardField::QWizardField().


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