JumpList QML Type
Enables you to modify the application Jump List. More...
Import Statement: | import QtWinExtras 1.0 |
Since: | QtWinExtras 1.0 |
Properties
- categories : list<JumpListCategory>
- frequent : JumpListCategory
- recent : JumpListCategory
- tasks : JumpListCategory
Detailed Description
The JumpList type enables you to modify Windows Jump Lists.
An application can use Jump Lists to provide users with faster access to files or to display shortcuts to tasks or commands.
Property Documentation
categories : list<JumpListCategory>
A list of custom categories.
[read-only] frequent : JumpListCategory
The frequent items category.
[read-only] recent : JumpListCategory
The recent items category.
tasks : JumpListCategory
The tasks category.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.12/qml-qtwinextras-jumplist.html