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

Porting to Qt 6 - Qt Wayland Compositor

Qt Wayland Compositor Reference Documentation.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Porting to Qt 6 - Qt Wayland Compositor

Qt 6 is a result of the conscious effort to make the framework more efficient and easy to use.

We try to maintain binary and source compatibility for all the public APIs in each release. But some changes were inevitable in an effort to make Qt a better framework.

In this topic we summarize those changes in Qt Wayland Compositor, and provide guidance to handle them.

Import of Shell Classes

In Qt 5, a few auxiliary classes were available through the Qt Wayland Compositor namespace. In order to improve the logical separation of these from the primary functionality of the compositor, they have been moved into separate imports in Qt 6.

  • WlShell types are now available in QtWayland.Compositor.WlShell

  • XdgShell types are now available in QtWayland.Compositor.XdgShell

  • IviApplication types are now available in QtWayland.Compositor.IviApplication

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