All Projects → qt → Qtquickcontrols2

qt / Qtquickcontrols2

Licence: other
Qt Quick Controls 2

Labels

Projects that are alternatives of or similar to Qtquickcontrols2

Kirigami
A QtQuick based components set
Stars: ✭ 163 (-19.7%)
Mutual labels:  qml
Wellchat
WellChat is a Application that is a WeChat-like APP by qml.好吧~原谅我的英语。这个一个使用qml来仿制安卓微信的Qt程序,可以运行在安卓上。
Stars: ✭ 174 (-14.29%)
Mutual labels:  qml
Qml Coding Guide
A collection of good practices when writing QML code
Stars: ✭ 196 (-3.45%)
Mutual labels:  qml
Qml Ui Animations
QML implementations of various UI concepts by various artists
Stars: ✭ 164 (-19.21%)
Mutual labels:  qml
Mcmojave Kde
MacOSX Mojave like theme for KDE Plasma
Stars: ✭ 172 (-15.27%)
Mutual labels:  qml
Learnopengl Qt3d
QML/Qt3D version of http://learnopengl.com samples
Stars: ✭ 183 (-9.85%)
Mutual labels:  qml
Qml Loaders
Loading animation implementations in QML
Stars: ✭ 158 (-22.17%)
Mutual labels:  qml
Qml Creative Controls
QML controls for creative applications and creative coding
Stars: ✭ 199 (-1.97%)
Mutual labels:  qml
Telephant
A lightweight but modern Mastodon client for the desktop
Stars: ✭ 174 (-14.29%)
Mutual labels:  qml
Asyncfuture
Use QFuture like a Promise object
Stars: ✭ 193 (-4.93%)
Mutual labels:  qml
Zshelf
reMarkable app: Browse and download books from Z-Library
Stars: ✭ 166 (-18.23%)
Mutual labels:  qml
Gcompris Qt
GCompris in Qt Quick
Stars: ✭ 169 (-16.75%)
Mutual labels:  qml
Stratifyqml
Stratify Labs UI QML framework inspired by Twitter Bootstrap
Stars: ✭ 183 (-9.85%)
Mutual labels:  qml
Flat.qml
FlatUI by qml, 参考FlatUI设计的一套qml控件
Stars: ✭ 164 (-19.21%)
Mutual labels:  qml
Qml Rust
QML (Qt Quick) bindings for Rust language
Stars: ✭ 196 (-3.45%)
Mutual labels:  qml
Aerial Sddm Theme
SDDM theme with Apple TV Aerial videos
Stars: ✭ 163 (-19.7%)
Mutual labels:  qml
Qml
Introductions to key concepts in quantum machine learning, as well as tutorials and implementations from cutting-edge QML research.
Stars: ✭ 174 (-14.29%)
Mutual labels:  qml
Projecteur
Linux Desktop Application for the Logitech Spotlight device (and similar devices) - Digital Laser Pointer
Stars: ✭ 199 (-1.97%)
Mutual labels:  qml
Vodka
VOFA+ Plugins
Stars: ✭ 198 (-2.46%)
Mutual labels:  qml
Browser
🌍 Cross-platform Material design web browser
Stars: ✭ 184 (-9.36%)
Mutual labels:  qml

Qt Quick Controls 2

Qt Quick Controls 2 Styles

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 1, Qt Quick Controls 2 are an order of magnitude simpler, lighter and faster, and are primarily targeted towards embedded and mobile platforms.

Qt Quick Controls 2 are based on a flexible template system that enables rapid development of entire custom styles and user experiences. Qt Quick Controls 2 comes with a selection of built-in styles:

  • 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 and feel
  • Imagine style - a designer-friendly style based on image assets
  • Material style - a style based on the Google Material Design Guidelines
  • Universal style - a style based on the Microsoft Universal Design Guidelines

More information can be found in the following blog posts:

Help

If you have problems or questions, don't hesitate to:

Installation

The MINIMUM REQUIREMENT for building this project is to use the same branch of Qt 5. The dependencies are qtbase and qtdeclarative.

To install the controls into your Qt directory (QTDIR/qml):

qmake
make
make install

If you are compiling against a system Qt on Linux, you might have to use sudo make install to install the project.

Usage

Please refer to the Getting Started with Qt Quick Controls 2 documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].