当前位置:网站首页>QT QML component library records owned by QML except basic components
QT QML component library records owned by QML except basic components
2022-04-23 21:58:00 【Stream slag_ Liang Shihua】
Qt Quick Components
preface
These are some non basic components , Not all are recorded here , I just met , I see. It's recorded here , So it will be updated all the time .
Only the direct attributes and methods of this class are recorded , The rest of the inheritance will be read by themselves Qt assistant
One 、 The dashboard
1、CircularGauge—— Conventional car dashboard

Properties
maximumValue : real
minimumValue : real
stepSize : real
tickmarksVisible : bool
value : alias

Two 、 menu
1、PieMenu—— Arc menu item

Properties
boundingItem : Item
currentIndex : int
currentItem : int
menuItems : list<MenuItem>
selectionAngle : real
title : string
triggerMode : int
Methods
void addItem(string text)
void insertItem(int before, string text)
void popup(real x, real y)
void removeItem(item)

3、 ... and 、 state
1、StatusIncator—— Similar to breathing lamp

Properties
active : bool // Whether the light is on
color : color // Lighting color selection

Four 、 Button
1、DelayButton—— Click the button to start later

Properties
delay : int
progress : real
Signals
activated()

After clicking, the red line will slide along the circle , Just a full circle
2、ToggleButton—— Left red right green switch button

No special properties or methods 
5、 ... and 、 data input
1、Tumbler—— Roller type

Properties
columnCount : int
Methods
TumblerColumn addColumn(TumblerColumn column)
int currentIndexAt(int columnIndex)
TumblerColumn getColumn(int columnIndex)
TumblerColumn insertColumn(int index, TumblerColumn column)
void setCurrentIndexAt(int columnIndex, int itemIndex, int interval)

To be updated …
版权声明
本文为[Stream slag_ Liang Shihua]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204200611443771.html
边栏推荐
- ubutnu20安裝CenterNet
- JS to get the browser and screen height
- Pycharm download and installation
- JS prototype and prototype chain
- Idea import a project
- [SDU chart team - core] enumeration of SVG attribute class design
- thinkphp5+数据大屏展示效果
- Error message: b04access.00f eve'. Read of address 000001B4
- Detailed explanation of basic assembly instructions of x86 architecture
- MySQL 回表
猜你喜欢

Pipes and xargs

Resolve the "chromedriver executable needs to be in path" error

Based on jsplumb JS to achieve multi list one to many connection effect
![[leetcode refers to offer 27. Image of binary tree (simple)]](/img/65/85e63a8b7916af058d78d72d775530.png)
[leetcode refers to offer 27. Image of binary tree (simple)]

C language programming based on loop structure (PTA)

Idea import a project

2.整理华子面经--2

Question brushing plan - depth first search (II)

Code cloud download history version process

Question brushing plan - depth first search DFS (I)
随机推荐
Database experiment I database definition and data import
[leetcode refers to the two numbers of offer 57. And S (simple)]
Question brushing plan - depth first search DFS (I)
Tsinghua University | webface260m: benchmark for million level deep face recognition (tpami2022)
Echerts add pie chart random color
Tensorflow realizes gradient accumulation, and then returns
Pipes and xargs
[※ leetcode refers to offer 46. Translate numbers into strings (medium)]
C reads excel specific data into specific columns of DataGridView
[leetcode refers to offer 18. Delete the node of the linked list (simple)]
[leetcode refers to offer 32 - III. print binary tree III from top to bottom (medium)]
C language programming based on loop structure (PTA)
MySQL back to table
IIS cannot load * woff,*. woff2,*. Solution of SVG file
Detailed explanation of basic assembly instructions of x86 architecture
Alibaba cloud responded to the disclosure of user registration information
Database Experiment four View experiment
thinkphp5+数据大屏展示效果
Database Experiment 5 Security Language Experiment
[leetcode refers to offer 42. Maximum sum of continuous subarrays (simple)]