QML型別說明 BusyIndicator

2021-06-25 07:08:20 字數 464 閱讀 2753

busyindicator

importstatement:   import qtquick.controls 1.2

since:  qt 5.2

inherits:      focusscope

properties

running :bool

style : component

detaileddescription

繁忙指示器元件被用於指明內容被載入或ui被阻塞在等待資源可用中。我們能建立乙個指示器樣式用來顯示繁忙指示器。

propertydocumentation

running :bool

本元件是否處於啟用狀態。注意只有這個屬性為真,指示器才是可見的。預設為真。

style :component

這個元件的樣式元件,用於顯示。同時參閱《qt quick controls styles qml types》

QML型別說明 AnimatedSprite

animatedsprite importstatement import qtquick2.2 inherits item properties currentframe int framecount int frameduration int frameheight int framerate ...

QML型別說明 AudioSample

audiosample importstatement import qtaudioengine1.0 since qt 5.0 inherits item properties loaded bool name string preloaded bool signals loadedchanged...

QML型別說明 BluetoothService

bluetoothservice importstatement import qtbluetooth 5.2 since qt 5.2 properties deviceaddress string devicename string registered string servicedescri...