forked from qt-creator/qt-creator
QmlDesigner: Apply camera speed config icon
Change-Id: I15ec173221908e6317f6ee8cb9d2355c8686e43b Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io>
This commit is contained in:
@@ -218,6 +218,9 @@
|
|||||||
"iconName": "perspectiveCam_small"
|
"iconName": "perspectiveCam_small"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"CameraSpeedConfigIcon": {
|
||||||
|
"iconName": "camera_medium"
|
||||||
|
},
|
||||||
"EditColorIcon": {
|
"EditColorIcon": {
|
||||||
"iconName": "colorSelection_medium"
|
"iconName": "colorSelection_medium"
|
||||||
},
|
},
|
||||||
|
@@ -57,7 +57,7 @@ Rectangle {
|
|||||||
|
|
||||||
HelperWidgets.IconIndicator {
|
HelperWidgets.IconIndicator {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
icon: StudioTheme.Constants.snapping_conf_medium // TODO update icon
|
icon: StudioTheme.Constants.camera_medium
|
||||||
pixelSize: StudioTheme.Values.myIconFontSize * 1.4
|
pixelSize: StudioTheme.Values.myIconFontSize * 1.4
|
||||||
iconColor: StudioTheme.Values.themeLinkIndicatorColorHover
|
iconColor: StudioTheme.Values.themeLinkIndicatorColorHover
|
||||||
enabled: false
|
enabled: false
|
||||||
|
@@ -58,6 +58,7 @@ public:
|
|||||||
CameraIcon,
|
CameraIcon,
|
||||||
CameraOrthographicIcon,
|
CameraOrthographicIcon,
|
||||||
CameraPerspectiveIcon,
|
CameraPerspectiveIcon,
|
||||||
|
CameraSpeedConfigIcon,
|
||||||
ConnectionsIcon,
|
ConnectionsIcon,
|
||||||
CopyIcon,
|
CopyIcon,
|
||||||
CreateIcon,
|
CreateIcon,
|
||||||
|
@@ -1225,7 +1225,7 @@ void Edit3DView::createEdit3DActions()
|
|||||||
QKeySequence(),
|
QKeySequence(),
|
||||||
false,
|
false,
|
||||||
false,
|
false,
|
||||||
toolbarIcon(DesignerIcons::SnappingConfIcon), // TODO proper icon
|
toolbarIcon(DesignerIcons::CameraSpeedConfigIcon),
|
||||||
this,
|
this,
|
||||||
cameraSpeedConfigTrigger);
|
cameraSpeedConfigTrigger);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user