Enums.hh File Reference
#include "gz/gui/qt.h"Go to the source code of this file.
Namespaces | |
| gz | |
| gz::gui | |
Enumerations | |
| enum | DataRole { DISPLAY_NAME = Qt::UserRole + 100 , URI_QUERY , TYPE , TO_EXPAND } |
| Data roles. More... | |
| enum | FileType { CSVFile , PDFFile } |
| File types. More... | |
| enum class | NumberType { NONE , DOUBLE , INT , UINT } |
| Number types. More... | |
| enum class | StringType { NONE , LINE , PLAIN_TEXT } |
| String types. More... | |