Qt-ui的简单使用,常用控件(2)

1  简介

本文主要介绍Qt ui界面的简单使用,介绍一些常用的控件。

参考视频:https://www.bilibili.com/video/BV1XW411x7NU?p=22

2  常用控件

常用分类:

(1)Buttons按钮类

其中,Tool Button常常和QToolBar配合使用。

QPushButton

QToolButton

QRadioButton

(2)item

QListWidget

(3)容器类

QStackWidget

QWidget

QFrame

(4)编辑类

QComboBox

QLineEdit

QTextEdit

(5)显示类

QLabel

QLcdNumber

QProgressBar

 

posted @ 2020-06-21 22:39  zhengcixi  阅读(589)  评论(0编辑  收藏  举报
回到顶部