QWinJumpListItem Class
The QWinJumpListItem class represents a jump list item. More...
| Header: | #include <QWinJumpListItem> |
| 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 { Destination, Link, Separator } |
Detailed Description
Member Type Documentation
enum QWinJumpListItem::Type
This enum describes the available QWinJumpListItem types.
| Constant | Value | Description |
|---|---|---|
QWinJumpListItem::Destination | 0 | Item acts as a link to a file that the application can open. |
QWinJumpListItem::Link | 1 | Item represents a link to an application. |
QWinJumpListItem::Separator | 2 | Item is a separator. Only tasks category supports separators. |