JumpListLink QML Type
Represents a command to execute an application. More...
Import Statement: | import QtWinExtras 1.14 |
Since: | QtWinExtras 1.0 |
Properties
- arguments : string
- description : string
- executablePath : string
- iconPath : string
- title : string
Detailed Description
The JumpListLink type represents a command to execute an application.
Property Documentation
arguments : string |
Command-line arguments.
description : string |
The description of the link.
executablePath : string |
The path to an executable file.
iconPath : string |
The path to a link icon.
title : string |
The title of the link.