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"
|
||||
}
|
||||
},
|
||||
"CameraSpeedConfigIcon": {
|
||||
"iconName": "camera_medium"
|
||||
},
|
||||
"EditColorIcon": {
|
||||
"iconName": "colorSelection_medium"
|
||||
},
|
||||
|
@@ -57,7 +57,7 @@ Rectangle {
|
||||
|
||||
HelperWidgets.IconIndicator {
|
||||
anchors.fill: parent
|
||||
icon: StudioTheme.Constants.snapping_conf_medium // TODO update icon
|
||||
icon: StudioTheme.Constants.camera_medium
|
||||
pixelSize: StudioTheme.Values.myIconFontSize * 1.4
|
||||
iconColor: StudioTheme.Values.themeLinkIndicatorColorHover
|
||||
enabled: false
|
||||
|
@@ -58,6 +58,7 @@ public:
|
||||
CameraIcon,
|
||||
CameraOrthographicIcon,
|
||||
CameraPerspectiveIcon,
|
||||
CameraSpeedConfigIcon,
|
||||
ConnectionsIcon,
|
||||
CopyIcon,
|
||||
CreateIcon,
|
||||
|
@@ -1225,7 +1225,7 @@ void Edit3DView::createEdit3DActions()
|
||||
QKeySequence(),
|
||||
false,
|
||||
false,
|
||||
toolbarIcon(DesignerIcons::SnappingConfIcon), // TODO proper icon
|
||||
toolbarIcon(DesignerIcons::CameraSpeedConfigIcon),
|
||||
this,
|
||||
cameraSpeedConfigTrigger);
|
||||
|
||||
|
Reference in New Issue
Block a user