![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <itemlisteditor.h>
Public Attributes | |
| int | role |
| int | type |
| int(* | typeFunc )() |
| const char * | name |
Definition at line 50 of file itemlisteditor.h.
| const char* qdesigner_internal::AbstractItemEditor::PropertyDefinition::name |
Definition at line 54 of file itemlisteditor.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName(), and qdesigner_internal::AbstractItemEditor::setupProperties().
| int qdesigner_internal::AbstractItemEditor::PropertyDefinition::role |
Definition at line 51 of file itemlisteditor.h.
Referenced by qdesigner_internal::AbstractItemEditor::setupProperties().
| int qdesigner_internal::AbstractItemEditor::PropertyDefinition::type |
Definition at line 52 of file itemlisteditor.h.
Referenced by qdesigner_internal::AbstractItemEditor::setupProperties().
| int(* qdesigner_internal::AbstractItemEditor::PropertyDefinition::typeFunc) () |
Definition at line 53 of file itemlisteditor.h.
Referenced by qdesigner_internal::AbstractItemEditor::setupProperties().