mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 11:51:41 -07:00
Added icons
CURA-4527
This commit is contained in:
parent
6e7e859a0a
commit
3d2868c336
6 changed files with 285 additions and 5 deletions
|
|
@ -237,7 +237,7 @@ Rectangle
|
||||||
// #1 3d view
|
// #1 3d view
|
||||||
Button
|
Button
|
||||||
{
|
{
|
||||||
iconSource: UM.Theme.getIcon("category_machine")
|
iconSource: UM.Theme.getIcon("view_3d")
|
||||||
style: UM.Theme.styles.orientation_button
|
style: UM.Theme.styles.orientation_button
|
||||||
anchors.verticalCenter: viewOrientationControl.verticalCenter
|
anchors.verticalCenter: viewOrientationControl.verticalCenter
|
||||||
onClicked:{
|
onClicked:{
|
||||||
|
|
@ -248,7 +248,7 @@ Rectangle
|
||||||
// #2 Front view
|
// #2 Front view
|
||||||
Button
|
Button
|
||||||
{
|
{
|
||||||
iconSource: UM.Theme.getIcon("category_machine")
|
iconSource: UM.Theme.getIcon("view_fron")
|
||||||
style: UM.Theme.styles.orientation_button
|
style: UM.Theme.styles.orientation_button
|
||||||
anchors.verticalCenter: viewOrientationControl.verticalCenter
|
anchors.verticalCenter: viewOrientationControl.verticalCenter
|
||||||
onClicked:{
|
onClicked:{
|
||||||
|
|
@ -259,7 +259,7 @@ Rectangle
|
||||||
// #3 Top view
|
// #3 Top view
|
||||||
Button
|
Button
|
||||||
{
|
{
|
||||||
iconSource: UM.Theme.getIcon("category_machine")
|
iconSource: UM.Theme.getIcon("view_top")
|
||||||
style: UM.Theme.styles.orientation_button
|
style: UM.Theme.styles.orientation_button
|
||||||
anchors.verticalCenter: viewOrientationControl.verticalCenter
|
anchors.verticalCenter: viewOrientationControl.verticalCenter
|
||||||
onClicked:{
|
onClicked:{
|
||||||
|
|
@ -270,7 +270,7 @@ Rectangle
|
||||||
// #4 Left view
|
// #4 Left view
|
||||||
Button
|
Button
|
||||||
{
|
{
|
||||||
iconSource: UM.Theme.getIcon("category_machine")
|
iconSource: UM.Theme.getIcon("view_left")
|
||||||
style: UM.Theme.styles.orientation_button
|
style: UM.Theme.styles.orientation_button
|
||||||
anchors.verticalCenter: viewOrientationControl.verticalCenter
|
anchors.verticalCenter: viewOrientationControl.verticalCenter
|
||||||
onClicked:{
|
onClicked:{
|
||||||
|
|
@ -281,7 +281,7 @@ Rectangle
|
||||||
// #5 Left view
|
// #5 Left view
|
||||||
Button
|
Button
|
||||||
{
|
{
|
||||||
iconSource: UM.Theme.getIcon("category_machine")
|
iconSource: UM.Theme.getIcon("view_right")
|
||||||
style: UM.Theme.styles.orientation_button
|
style: UM.Theme.styles.orientation_button
|
||||||
anchors.verticalCenter: viewOrientationControl.verticalCenter
|
anchors.verticalCenter: viewOrientationControl.verticalCenter
|
||||||
onClicked:{
|
onClicked:{
|
||||||
|
|
|
||||||
56
resources/themes/cura-light/icons/view_3d.svg
Normal file
56
resources/themes/cura-light/icons/view_3d.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 8.8 KiB |
56
resources/themes/cura-light/icons/view_fron.svg
Normal file
56
resources/themes/cura-light/icons/view_fron.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 19 KiB |
56
resources/themes/cura-light/icons/view_left.svg
Normal file
56
resources/themes/cura-light/icons/view_left.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 9.3 KiB |
56
resources/themes/cura-light/icons/view_right.svg
Normal file
56
resources/themes/cura-light/icons/view_right.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 9.3 KiB |
56
resources/themes/cura-light/icons/view_top.svg
Normal file
56
resources/themes/cura-light/icons/view_top.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 9.4 KiB |
Loading…
Add table
Add a link
Reference in a new issue