QQuickWidget is a class from the Qt Toolkit which provides a widget for displaying a Qt Quick user interface. This is a convenience wrapper for QQuickWindow which will automatically load and display a QML scene when given the URL of the main source file.
Documentation can be found here (Qt5).