![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Enumerations | |
| enum | CustomEventPriority { ImportantEventPriority = Qt::HighEventPriority , MoreImportantEventPriority = ImportantEventPriority + 1 , CriticalEventPriority = 100 * MoreImportantEventPriority , StatusEventPriority = Qt::LowEventPriority , IdleProcessingDoneEventPriority = StatusEventPriority - 1 } |
| [1] More... | |
| enum CustomEventPriority |
[1]
| Enumerator | |
|---|---|
| ImportantEventPriority | |
| MoreImportantEventPriority | |
| CriticalEventPriority | |
| StatusEventPriority | |
| IdleProcessingDoneEventPriority | |
Definition at line 5 of file doc_src_qnamespace.cpp.