Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

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.

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

References

Examples

Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded