QML类型说明-JumpListLink

来源:互联网 发布:websense是软件么 编辑:程序博客网 时间:2024/06/04 18:58

JumpListLink

ImportStatement:   import QtWinExtras 1.0

Since:  QtWinExtras 1.0

 

Properties

arguments :string

description: string

executablePath: string

iconPath :string

title :string

 

DetailedDescription

JumpListLink代表执行一个应用的命令。

 

PropertyDocumentation

arguments :string

命令线的参数。

 

description: string

链接的描述。

 

executablePath: string

执行文件的路径。

 

iconPath :string

链接图标的路径。

 

title :string

链接的标题。
0 0