Update README.md

Task-number: QTBUG-63651
Change-Id: I3781ebc1e10c1388dec42aea93f41235912ccebc
Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
This commit is contained in:
Mitch Curtis 2017-12-22 13:29:15 +01:00
parent 5ff4771a1c
commit b12371c4bb
1 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,8 @@
Qt Quick Controls 2 Qt Quick Controls 2
=================== ===================
![Qt Quick Controls 2 Styles](https://doc.qt.io/qt-5/images/qtquickcontrols2-styles.png)
The Qt Quick Controls 2 module delivers the next generation user interface The Qt Quick Controls 2 module delivers the next generation user interface
controls based on Qt Quick. In comparison to the desktop-oriented Qt Quick controls based on Qt Quick. In comparison to the desktop-oriented Qt Quick
Controls 1, Qt Quick Controls 2 are an order of magnitude simpler, lighter and Controls 1, Qt Quick Controls 2 are an order of magnitude simpler, lighter and
@ -11,6 +13,8 @@ development of entire custom styles and user experiences. Qt Quick Controls 2
comes with a selection of built-in styles: comes with a selection of built-in styles:
- Default style - a simple and minimal all-round style that offers the maximum performance - Default style - a simple and minimal all-round style that offers the maximum performance
- Fusion style - a platform-agnostic style that offers a desktop-oriented look'n'feel
- Imagine style - a designer-friendly style based on image assets
- Material style - a style based on the Google Material Design Guidelines - Material style - a style based on the Google Material Design Guidelines
- Universal style - a style based on the Microsoft Universal Design Guidelines - Universal style - a style based on the Microsoft Universal Design Guidelines
@ -18,6 +22,11 @@ More information can be found in the following blog posts:
- http://blog.qt.io/blog/2015/03/31/qt-quick-controls-for-embedded/ - http://blog.qt.io/blog/2015/03/31/qt-quick-controls-for-embedded/
- http://blog.qt.io/blog/2015/11/23/qt-quick-controls-re-engineered-status-update/ - http://blog.qt.io/blog/2015/11/23/qt-quick-controls-re-engineered-status-update/
- http://blog.qt.io/blog/2016/06/10/qt-quick-controls-2-0-a-new-beginning/
- http://blog.qt.io/blog/2016/10/06/qt-quick-controls-2-1-and-beyond/
- http://blog.qt.io/blog/2017/05/31/ready-made-ui-controls-qt-quick-controls-2-summary/
- http://blog.qt.io/blog/2017/11/23/qt-quick-controls-2-imagine-style/
- http://blog.qt.io/blog/2017/11/23/ready-qt-quick-controls-2-3/
## Help ## Help
@ -43,4 +52,4 @@ If you are compiling against a system Qt on Linux, you might have to use
## Usage ## Usage
Please refer to the "Getting Started with Qt Quick Controls 2" documentation. Please refer to the [Getting Started with Qt Quick Controls 2](https://doc.qt.io/qt-5/qtquickcontrols2-gettingstarted.html) documentation.