From ff3d4e1936def46b57ff8f8337d09bf8728490e3 Mon Sep 17 00:00:00 2001 From: Mahmoud Badri Date: Tue, 13 Aug 2019 13:58:26 +0300 Subject: Support curve editor for color properties MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QT3DS-3855 Change-Id: I4cc287e9970965b7f6f4131ab13ba57224553965 Reviewed-by: Miikka Heikkinen Reviewed-by: Tomi Korpipää --- src/Authoring/Qt3DStudio/Palettes/TimelineGraphicsView/ui/RowTree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Authoring/Qt3DStudio/Palettes/TimelineGraphicsView/ui/RowTree.h') diff --git a/src/Authoring/Qt3DStudio/Palettes/TimelineGraphicsView/ui/RowTree.h b/src/Authoring/Qt3DStudio/Palettes/TimelineGraphicsView/ui/RowTree.h index 505c6eca..eeeb93e3 100644 --- a/src/Authoring/Qt3DStudio/Palettes/TimelineGraphicsView/ui/RowTree.h +++ b/src/Authoring/Qt3DStudio/Palettes/TimelineGraphicsView/ui/RowTree.h @@ -203,7 +203,6 @@ private: TimelineGraphicsScene *m_scene; RowTreeLabelItem m_labelItem; EStudioObjectType m_objectType = OBJTYPE_UNKNOWN; - QString m_propertyType; // for property rows QString m_label; QList m_childRows; QList m_childProps; @@ -219,6 +218,7 @@ private: QRect m_rectType; QRect m_rectMaximizePropGraph; QRect m_rectFitPropGraph; + QRect m_rectColorGradient; QVector m_rectChannels; QVector m_activeChannels; -- cgit v1.2.3