forked from qt-creator/qt-creator
QmlDesigner: Add 3d axis colors to theme
Task-number: QDS-2404 Change-Id: I16f9deb7ba6698adafdd1cc0c8bec868731e1aa8 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -124,4 +124,9 @@ QtObject {
|
||||
|
||||
// Taken out of Constants.js
|
||||
property string themeChangedStateText: Theme.color(Theme.DSchangedStateText)
|
||||
|
||||
// 3D
|
||||
property string theme3DAxisXColor: Theme.color(Theme.DS3DAxisXColor)
|
||||
property string theme3DAxisYColor: Theme.color(Theme.DS3DAxisYColor)
|
||||
property string theme3DAxisZColor: Theme.color(Theme.DS3DAxisZColor)
|
||||
}
|
||||
|
@@ -57,6 +57,9 @@ DScontrolBackgroundInteraction=ff4d4d4d
|
||||
DStranslationIndicatorBorder=ff7f7f7f
|
||||
DSsectionHeadBackground=ff424242
|
||||
DSchangedStateText=ff99ccff
|
||||
DS3DAxisXColor=ffe00000
|
||||
DS3DAxisYColor=ff009900
|
||||
DS3DAxisZColor=ff6060ff
|
||||
;DS controls theme END
|
||||
|
||||
BackgroundColorAlternate=alternateBackground
|
||||
|
@@ -48,6 +48,9 @@ DScontrolBackgroundInteraction=ff4d4d4d
|
||||
DStranslationIndicatorBorder=ff7f7f7f
|
||||
DSsectionHeadBackground=ff424242
|
||||
DSchangedStateText=ff99ccff
|
||||
DS3DAxisXColor=ffe00000
|
||||
DS3DAxisYColor=ff009900
|
||||
DS3DAxisZColor=ff6060ff
|
||||
;DS controls theme END
|
||||
|
||||
BackgroundColorAlternate=ff3d3d3d
|
||||
|
@@ -61,6 +61,9 @@ DScontrolBackgroundInteraction=ff777777
|
||||
DStranslationIndicatorBorder=ffebebeb
|
||||
DSsectionHeadBackground=ffebebeb
|
||||
DSchangedStateText=ff99ccff
|
||||
DS3DAxisXColor=ffff0000
|
||||
DS3DAxisYColor=ff00A000
|
||||
DS3DAxisZColor=ff0000ff
|
||||
;DS controls theme END
|
||||
|
||||
BackgroundColorAlternate=alternateBackground
|
||||
|
@@ -61,6 +61,9 @@ DScontrolBackgroundInteraction=ff404040
|
||||
DStranslationIndicatorBorder=ff7f7f7f
|
||||
DSsectionHeadBackground=ff191919
|
||||
DSchangedStateText=ff99ccff
|
||||
DS3DAxisXColor=ffd00000
|
||||
DS3DAxisYColor=ff009900
|
||||
DS3DAxisZColor=ff5050ff
|
||||
;DS controls theme END
|
||||
|
||||
BackgroundColorAlternate=alternateBackground
|
||||
|
@@ -61,6 +61,9 @@ DScontrolBackgroundInteraction=ff4d4d4d
|
||||
DStranslationIndicatorBorder=ff7f7f7f
|
||||
DSsectionHeadBackground=ff424242
|
||||
DSchangedStateText=ff99ccff
|
||||
DS3DAxisXColor=ffe00000
|
||||
DS3DAxisYColor=ff009900
|
||||
DS3DAxisZColor=ff6060ff
|
||||
;DS controls theme END
|
||||
|
||||
BackgroundColorAlternate=alternateBackground
|
||||
|
@@ -57,6 +57,9 @@ DScontrolBackgroundInteraction=ff777777
|
||||
DStranslationIndicatorBorder=ffebebeb
|
||||
DSsectionHeadBackground=ffebebeb
|
||||
DSchangedStateText=ff99ccff
|
||||
DS3DAxisXColor=ffff0000
|
||||
DS3DAxisYColor=ff00A000
|
||||
DS3DAxisZColor=ff0000ff
|
||||
;DS controls theme END
|
||||
|
||||
BackgroundColorAlternate=alternateBackground
|
||||
|
@@ -55,6 +55,9 @@ DScontrolBackgroundInteraction=ff4d4d4d
|
||||
DStranslationIndicatorBorder=ff7f7f7f
|
||||
DSsectionHeadBackground=ff424242
|
||||
DSchangedStateText=ff99ccff
|
||||
DS3DAxisXColor=ffe00000
|
||||
DS3DAxisYColor=ff009900
|
||||
DS3DAxisZColor=ff6060ff
|
||||
;DS controls theme END
|
||||
|
||||
BackgroundColorAlternate=alternateBackground
|
||||
|
@@ -342,7 +342,10 @@ public:
|
||||
DScontrolBackgroundInteraction,
|
||||
DStranslationIndicatorBorder,
|
||||
DSsectionHeadBackground,
|
||||
DSchangedStateText
|
||||
DSchangedStateText,
|
||||
DS3DAxisXColor,
|
||||
DS3DAxisYColor,
|
||||
DS3DAxisZColor
|
||||
};
|
||||
|
||||
enum Gradient {
|
||||
|
Reference in New Issue
Block a user