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
QDesignerPropertySheetPrivate::Info Class Reference
+ Collaboration diagram for QDesignerPropertySheetPrivate::Info:

Public Member Functions

 Info ()=default
 
 Info ()=default
 

Public Attributes

QString group
 
QVariant defaultValue
 
bool changed = false
 
bool visible = true
 
bool attribute = false
 
bool reset = true
 
PropertyType propertyType = QDesignerPropertySheet::PropertyNone
 
PropertyKind kind = NormalProperty
 

Detailed Description

Definition at line 178 of file qdesigner_propertysheet.cpp.

Constructor & Destructor Documentation

◆ Info() [1/2]

QDesignerPropertySheetPrivate::Info::Info ( )
default

◆ Info() [2/2]

QDesignerPropertySheetPrivate::Info::Info ( )
default

Member Data Documentation

◆ attribute

bool QDesignerPropertySheetPrivate::Info::attribute = false

Definition at line 186 of file qdesigner_propertysheet.cpp.

◆ changed

bool QDesignerPropertySheetPrivate::Info::changed = false

Definition at line 184 of file qdesigner_propertysheet.cpp.

◆ defaultValue

QVariant QDesignerPropertySheetPrivate::Info::defaultValue

Definition at line 183 of file qdesigner_propertysheet.cpp.

◆ group

QString QDesignerPropertySheetPrivate::Info::group

Definition at line 182 of file qdesigner_propertysheet.cpp.

◆ kind

PropertyKind QDesignerPropertySheetPrivate::Info::kind = NormalProperty

Definition at line 189 of file qdesigner_propertysheet.cpp.

◆ propertyType

PropertyType QDesignerPropertySheetPrivate::Info::propertyType = QDesignerPropertySheet::PropertyNone

Definition at line 188 of file qdesigner_propertysheet.cpp.

◆ reset

bool QDesignerPropertySheetPrivate::Info::reset = true

Definition at line 187 of file qdesigner_propertysheet.cpp.

◆ visible

bool QDesignerPropertySheetPrivate::Info::visible = true

Definition at line 185 of file qdesigner_propertysheet.cpp.


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