Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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)
 

Public Attributes

QByteArray className
 
QByteArray property
 
QByteArray changedSignal
 

Detailed Description

Definition at line 134 of file qwizard.cpp.

Constructor & Destructor Documentation

◆ QWizardDefaultProperty() [1/2]

QWizardDefaultProperty::QWizardDefaultProperty ( )
inline

Definition at line 141 of file qwizard.cpp.

◆ QWizardDefaultProperty() [2/2]

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: