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.

ConstantValueDescription
QWinJumpListCategory::Custom0A custom jump list category.
QWinJumpListCategory::Recent1A jump list category of "recent" items.
QWinJumpListCategory::Frequent2A jump list category of "frequent" items.
QWinJumpListCategory::Tasks3A jump list category of tasks.