QWinJumpListCategory Class
The QWinJumpListCategory class represents a jump list category. More...
| Header: | #include <QWinJumpListCategory> |
| qmake: | QT += winextras |
| Since: | Qt 5.2 |
This class is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
This class was introduced in Qt 5.2.
Public Types
| enum | Type { Custom, Recent, Frequent, Tasks } |
Detailed Description
Member Type Documentation
enum QWinJumpListCategory::Type
This enum describes the available QWinJumpListCategory types.
| Constant | Value | Description |
|---|---|---|
QWinJumpListCategory::Custom | 0 | A custom jump list category. |
QWinJumpListCategory::Recent | 1 | A jump list category of "recent" items. |
QWinJumpListCategory::Frequent | 2 | A jump list category of "frequent" items. |
QWinJumpListCategory::Tasks | 3 | A jump list category of tasks. |