Basic Style

The Basic style is a basic all-round style.

The Basic style is a simple and light-weight style that offers the maximum performance for Qt Quick Controls. It is built with a minimal amount of Qt Quick primitives, and keeps animations and transitions to the minimum.

The style is selected by default when running Qt Quick Controls applications. It is built into the module's resources, so by default it is shipped with any application that depends on the Qt Quick Controls module

Note: The Basic style is used as a fallback for other styles. If a style does not implement a certain control, the Basic style implementation of that control is selected.

See also Material Style, Universal Style

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.