惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
博客园_首页
IT之家
IT之家
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Vercel News
Vercel News
美团技术团队
D
Docker
WordPress大学
WordPress大学
T
Tailwind CSS Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
The Cloudflare Blog
Y
Y Combinator Blog
F
Fortinet All Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
G
Google Developers Blog
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
MongoDB | Blog
MongoDB | Blog
S
SegmentFault 最新的问题
GbyAI
GbyAI
Hugging Face - Blog
Hugging Face - Blog
Microsoft Azure Blog
Microsoft Azure Blog
A
About on SuperTechFans

博客园 - chuncn

Eslint 规则说明 磁盘阵列RAID原理、种类及性能优缺点对比 asp.net中调用命令行 JavaScript中的CSS属性对照表 webRTC-实时流媒体的福音 zeroc ice的概念、组成与服务 国内外期货、外汇、股指期货 交易时间 使用Visual Leak Detector for Visual C++ 捕捉内存泄露 window8 metro 之 RSA sqlite in qt Windows环境下使用Boost Qt 表格&列表数据驱动化(c++) 原创 Qt读写INI配置文件 Qt多国语言的实现与切换(国际化) Qt编码风格 -- 转 win32里玩事件-转 c++中捕捉内存泄露、异常 win32 http download win32 DirectUI控件开发与调用指南
qt 5.1 quick vs qt 4.x quick for control
chuncn · 2013-05-15 · via 博客园 - chuncn

Qt进入5.0后,quick将不再支持传统Qt控件(widget派生控件),直到qt5.1,出现Qt Quick-Controls,使得快速开发(quick)对常规控件有所增强,尤其是表格。

qt5.1 quick新增控件:
Qt Quick - Controls
 Button
 CheckBox
 ComboBox
 GroupBox
 Label
 Progress Bar
 RadioButton
 Slider (Horizontal)
 Slider (Vertical)
 SpinBox
 Status Bar
 Text Area
 Text Field
 Tool Bar
 Tool Button

 Menu
 MenuBar
 ScrollView
 Slider
 SplitView
 StackView

 TableView
 等等

Qt Quick- Layouts
 Column Layout
 Grid Layout
 Row Layout
---------------------------------------------
qt4.x quick(qml)时代控件:

qt quick-basic
 border image
 flickable
 flipable
 focus scope
 image
 item
 mouse area
 rectangle
 text
 textedit
 text input
qt quick - positioner
 column
 flow
 grid
 row
qt quick - views
 grid view
 list view
 path view