From cb881f7c974ff7785e8d58e0594c87b00aae5cff Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 13 May 2021 10:53:41 +0200 Subject: 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 --- src/tools/uic/qclass_lib_map.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/tools/uic') diff --git a/src/tools/uic/qclass_lib_map.h b/src/tools/uic/qclass_lib_map.h index 18a268a0db..299db8f475 100644 --- a/src/tools/uic/qclass_lib_map.h +++ b/src/tools/uic/qclass_lib_map.h @@ -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) -- cgit v1.2.3