当前位置:网站首页>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
边栏推荐
- [leetcode refers to offer 42. Maximum sum of continuous subarrays (simple)]
- Amazon and epic will be settled, and the Microsoft application mall will be opened to third parties
- Assertionerror: invalid device ID and runtimeerror: CUDA error: invalid device ordinal
- MySQL back to table
- Preliminary analysis of Airbase
- This paper solves the cross domain problem of browser
- Database experiment I database definition and data import
- C language programming based on loop structure (PTA)
- Detectron2 using custom datasets
- 清华大学 | WebFace260M:百万级深度人脸识别的基准(TPAMI2022)
猜你喜欢

Thinkphp5 + data large screen display effect

Database Experiment 7 stored procedure experiment

How Axure installs a catalog

C language programming based on loop structure (PTA)

thinkphp5+数据大屏展示效果

Cvpr2022 | efficient pre training based on knowledge distillation

JS prototype and prototype chain
![[leetcode refers to offer 27. Image of binary tree (simple)]](/img/65/85e63a8b7916af058d78d72d775530.png)
[leetcode refers to offer 27. Image of binary tree (simple)]

Ali has another "against the sky" container framework! This kubernetes advanced manual is too complete

在线时序流程图制作工具
随机推荐
从严从重从快 上海全面加强疫情期间食品安全监管
Cvpr2022 | efficient pre training based on knowledge distillation
Centos7 builds MySQL master-slave replication from scratch (avoid stepping on the pit)
轻量化项目管理思路
Pycharm download and installation
CVPR2022 | 基于知识蒸馏的高效预训练
C reads excel specific data into specific columns of DataGridView
[leetcode refers to offer 22. The penultimate node in the linked list (simple)]
Pycharm Chinese plug-in
Crisis is opportunity. Why will the efficiency of telecommuting improve?
Strictly, severely and quickly strengthen food safety supervision during the epidemic in Shanghai
C# ftpHelper
Idea import a project
The DNN of OpenCV is used to read onnx as the prediction end to realize classification
C#,打印漂亮的贝尔三角形(Bell Triangle)的源程序
[leetcode refers to the two numbers of offer 57. And S (simple)]
April 24, 2022 Daily: current progress and open challenges of applying deep learning in the field of Bioscience
Tencent cloud has two sides in an hour, which is almost as terrible as one side..
[leetcode refers to offer 27. Image of binary tree (simple)]