IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

Windows Style

Qt Quick Controls Reference Documentation.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Windows Style

The Windows style is a style that looks native on Windows. More...

  • Import Statement: import QtQuick.Controls.Windows

  • Since: Qt 6.0

The Windows style is a style that looks native on Windows. The controls are drawn run-time using native libraries, and is therefore only available for applications running on Windows.

Be aware that the apperance of this style can change from one minor Qt version to the next, to better blend in with native applications on the platform.

 

To run an application with the Windows style, see Using Styles in Qt Quick Controls.

Current state

The Windows style is under development, and some controls are not yet supported. Those controls are: BusyIndicator, DelayButton, PageIndicator, RangeSlider, Switch, TabBar and Tumbler. Those will fall back to use the Fusion Style.

Customization

The goal of the Windows style is to for the controls look and feel as similar as possible to the native controls on Windows. The style will follow the theme and colors configured globally from Windows Settings, and does not come with a separate customization API on top of that.

If you want to style a control, you should set both the background and the contentItem, rather than just one of them. This is because the Windows style will in some cases draw both the contents and the background into the default background item, which will not look good if the application combines this with a custom contentItem. By setting them both, you are guaranteed that the control will look the same on all platforms, for all styles.

See also Styling Qt Quick Controls

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+