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

Qt Multimedia Widgets

An add-on module which provides multimedia-related widgets.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Qt Multimedia Widgets

Qt Multimedia Widgets provides additional multimedia-related widgets and controls. The classes expand the capabilities of the Qt Multimedia and Qt Widgets modules.

Getting Started

To link against the C++ libraries, add the following to your project's CMakeLists.txt file. Substitute my_project with the name of your project.

 
Sélectionnez
find_package(Qt6 REQUIRED COMPONENTS MultimediaWidgets)
target_link_libraries(my_project PUBLIC Qt::MultimediaWidgets)

References

Examples

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