如何得到QML package的詳細API介面

2021-06-29 02:15:10 字數 1913 閱讀 5110

儘管我們的developer**有豐富的api介紹,但是,有些api的介紹可能並不全,有些api也在不斷地演進中。為了得到更詳細的api,我們可以通過如下的命令來得到更加詳細的資訊。比如我們對「singledownload」api來得到更加多的資訊。

顯示的結果如下:

import qtquick.tooling 1.1

// this file describes the plugin-supplied types contained in the library.

// it is used for qml tooling purposes only.

//// this file was auto-generated by:

// 'qmlplugindump ubuntu.downloadmanager 0.1'

module

property

}component

property

property

property

property

property

property

property

property

property

signal

}signal

}signal

}signal

}signal

parameter

}signal

}signal

}signal

}signal

method

}method

}method

}method

}method

parameter

}method

}method

}method

}method

}method

method

method

method

method }}

component

property

property

property

signal

method }}

}另外乙個例子(push notification)

liuxg@liuxg:~$ qmlplugindump ubuntu.pushnotifications 0.1

import qtquick.tooling 1.1

// this file describes the plugin-supplied types contained in the library.

// it is used for qml tooling purposes only.

//// this file was auto-generated by:

// 'qmlplugindump ubuntu.pushnotifications 0.1'

module

property

property

property

property

signal

}signal

}signal

}signal

}signal

}signal

}signal

}method

method

method

method }}

}

如何得到Ubuntu UI Toolkit的版本

它表明該api所能夠支援的ubuntu.components的版本 那麼我們怎麼能夠發現我們的手機的ubuntu.components的版本呢?在手機中我們通過命令列的方法來尋找,比如 通過上面的命令,我們可以看到在手機中有如下的檔案目錄存在 usr lib arm linux gnueabihf ...

如何得到領導賞識?

注意穿著與環境的適應 李文芳經人引薦,去一家待遇較好的單位而試。為此,她精心修飾了 番,按報刊上指導的 時尚職業形象 穿得挺漂亮,白襯衣 粉紅短套裝裙,出門前家人都認為她這份工作肯定沒問題了。中午李文芳回家時,卻一臉沮喪,說總經理覺得她可能不是很適合這個辦公室秘書的職位。李文芳不明白自己哪兒出了問題...

如何得到檔案長度

引言 有一天看見看到返回檔案長度 返回值都是long,就感覺怪怪的,一般32位long最大也就2g.而大檔案太多了,乙個dota2安裝包估計都得10多g吧.一般c得到檔案長度 得到檔案長度,一種通用老的寫法 path 檔案路徑 返回檔案長度 long file getsize const char ...