summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Qt3DStudio.pro
diff options
context:
space:
mode:
authorMahmoud Badri <mahmoud.badri@qt.io>2019-04-16 13:42:13 +0300
committerMahmoud Badri <mahmoud.badri@qt.io>2019-05-02 10:19:23 +0000
commit3dc7636713c98ce2748d367f8525fcab85a6c425 (patch)
tree12411317058e10feae817e25c33f0e5e24577298 /src/Authoring/Studio/Qt3DStudio.pro
parent437593e677cd1ed85ef846a3488dc3212fdde54a (diff)
Support alpha channel initial work
In this initial work, all (almost) color properties are converted into a new type (float4) to support an alpha channel. Alpha channel option is shown in the color dialog for Layer and Scene background properties only. The following is remaining: - Scene background alpha doesn't work in the editor (works in the viewer RT1) Task-number: QT3DS-3128 Change-Id: Ib5540ebc8e2ff68709473451e4a92bf66ddb8ad2 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/Authoring/Studio/Qt3DStudio.pro')
-rw-r--r--src/Authoring/Studio/Qt3DStudio.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Authoring/Studio/Qt3DStudio.pro b/src/Authoring/Studio/Qt3DStudio.pro
index 9f3cf2cf..160647c9 100644
--- a/src/Authoring/Studio/Qt3DStudio.pro
+++ b/src/Authoring/Studio/Qt3DStudio.pro
@@ -363,6 +363,7 @@ SOURCES += \
Palettes/TimelineGraphicsView/ui/TimelineToolbar.cpp \
Palettes/TimelineGraphicsView/ui/TreeHeader.cpp \
Palettes/TimelineGraphicsView/ui/TreeHeaderView.cpp \
+ Palettes/TimelineGraphicsView/ui/RowTimelineCommentItem.cpp \
PreviewHelper.cpp \
remotedeploymentsender.cpp \
Render/PathWidget.cpp \
@@ -393,7 +394,6 @@ SOURCES += \
Utils/MouseCursor.cpp \
Utils/ResourceCache.cpp \
Utils/StudioUtils.cpp \
- Utils/SystemPreferences.cpp \
Utils/TickTock.cpp \
Workspace/Dialogs.cpp \
Workspace/Views.cpp \
@@ -406,7 +406,6 @@ SOURCES += \
Palettes/scenecamera/scenecameraview.cpp \
Palettes/scenecamera/scenecamerascrollarea.cpp \
Palettes/scenecamera/scenecameraglwidget.cpp \
- Palettes/TimelineGraphicsView/ui/RowTimelineCommentItem.cpp \
Palettes/Inspector/VariantsGroupModel.cpp \
Palettes/Inspector/VariantsTagModel.cpp \
Palettes/Inspector/VariantTagDialog.cpp \