Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QWizardDefaultProperty Class Reference
Collaboration diagram for QWizardDefaultProperty:

Public Member Functions

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

Public Attributes

QByteArray className
QByteArray property
QByteArray changedSignal

Detailed Description

Definition at line 134 of file qwizard.cpp.

Constructor & Destructor Documentation

◆ QWizardDefaultProperty() [1/4]

QWizardDefaultProperty::QWizardDefaultProperty ( )
inline

Definition at line 141 of file qwizard.cpp.

◆ QWizardDefaultProperty() [2/4]

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

Definition at line 142 of file qwizard.cpp.

References QWizardDefaultProperty().

Referenced by QWizardDefaultProperty().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ QWizardDefaultProperty() [3/4]

QWizardDefaultProperty::QWizardDefaultProperty ( )
inline

Definition at line 141 of file qwizard.cpp.

◆ QWizardDefaultProperty() [4/4]

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

Definition at line 142 of file qwizard.cpp.

Member Data Documentation

◆ changedSignal

QByteArray QWizardDefaultProperty::changedSignal

Definition at line 139 of file qwizard.cpp.

◆ className

QByteArray QWizardDefaultProperty::className

Definition at line 137 of file qwizard.cpp.

◆ property

QByteArray QWizardDefaultProperty::property

Definition at line 138 of file qwizard.cpp.


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