uic: Add further widgets to class lib map

It should be possible to use them with promotion.

Task-number: PYSIDE-1404
Change-Id: Idea0ab076c66d2842958eabf66e5dc4f8e1bad3f
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
Friedemann Kleint 2021-05-13 10:53:41 +02:00
parent 4b82c1c727
commit cb881f7c97

View File

@ -1,6 +1,7 @@
QT_CLASS_LIB(QAbstractAnimation, QtCore, qabstractanimation.h)
QT_CLASS_LIB(QAnimationDriver, QtCore, qabstractanimation.h)
QT_CLASS_LIB(QAnimationGroup, QtCore, qanimationgroup.h)
QT_CLASS_LIB(QChartView, QtCharts, qchartview.h)
QT_CLASS_LIB(QParallelAnimationGroup, QtCore, qparallelanimationgroup.h)
QT_CLASS_LIB(QPauseAnimation, QtCore, qpauseanimation.h)
QT_CLASS_LIB(QPropertyAnimation, QtCore, qpropertyanimation.h)
@ -835,3 +836,5 @@ QT_CLASS_LIB(QGraphicsSvgItem, QtSvgWidgets, qgraphicssvgitem.h)
QT_CLASS_LIB(QSvgWidget, QtSvgWidgets, qsvgwidget.h)
QT_CLASS_LIB(QSvgGenerator, QtSvg, qsvggenerator.h)
QT_CLASS_LIB(QSvgRenderer, QtSvg, qsvgrenderer.h)
QT_CLASS_LIB(QQuickWidget, QtQuickWidgets, qquickwidget.h)
QT_CLASS_LIB(QVideoWidget, QtMultimediaWidgets, qvideowidget.h)