Class QControlCategoryType
Control categories, used by the ModelConnectorEditDlg to pair controls with database types or relationships *
string |
Blob
Large binary object or large text data |
|
string |
Text
Character sequence - variable length |
|
string |
Char
Character sequence - fixed length |
|
string |
Integer
Integers |
|
string |
DateTime
Date and Time together |
|
string |
Date
Date only |
|
string |
Time
Time only |
|
string |
Float
Float, Double and real (postgresql) |
|
string |
Boolean
Boolean |
|
string |
SingleSelect
Select one item from a list of items. A foreign key or a unique reverse relationship. |
#
'single'
|
string |
MultiSelect
Select multiple items from a list of items. A non-unique reverse relationship or association table. |
#
'multi'
|
string |
Table
Display a representation of an entire database table. Click actions would typically be done on this list. |
#
'table'
|