From d2e89b98d47db393b34a39a9b2b07f654ef3dcea Mon Sep 17 00:00:00 2001 From: Abdullah Tahiri Date: Thu, 21 Dec 2017 00:45:11 +0100 Subject: [PATCH] Sketcher Blocked Constraint icons --- src/Mod/Sketcher/Gui/Resources/Sketcher.qrc | 3 +- .../icons/Sketcher_ConstrainBlocked.svg | 525 ++++++++++++++++++ .../icons/small/Constraint_Blocked_sm.xpm | 23 + 3 files changed, 550 insertions(+), 1 deletion(-) create mode 100644 src/Mod/Sketcher/Gui/Resources/icons/Sketcher_ConstrainBlocked.svg create mode 100644 src/Mod/Sketcher/Gui/Resources/icons/small/Constraint_Blocked_sm.xpm diff --git a/src/Mod/Sketcher/Gui/Resources/Sketcher.qrc b/src/Mod/Sketcher/Gui/Resources/Sketcher.qrc index e7f1fd9368..1102e79e89 100644 --- a/src/Mod/Sketcher/Gui/Resources/Sketcher.qrc +++ b/src/Mod/Sketcher/Gui/Resources/Sketcher.qrc @@ -59,6 +59,7 @@ icons/Sketcher_Conics_Ellipse_3points.svg icons/Sketcher_Conics_Ellipse_Center.svg icons/Sketcher_ConnectLines.svg + icons/Sketcher_ConstrainBlocked.svg icons/Sketcher_ConstrainCoincident.svg icons/Sketcher_ConstrainDistance.svg icons/Sketcher_ConstrainHorizontal.svg @@ -155,7 +156,6 @@ icons/Sketcher_MergeSketch.svg icons/Sketcher_MirrorSketch.svg icons/Sketcher_NewSketch.svg - icons/Sketcher_NewSketch.svg icons/Sketcher_Parabolic_Arc.svg icons/Sketcher_Parabolic_Arc_Constr.svg icons/Sketcher_ProfilesHexagon1.svg @@ -176,6 +176,7 @@ icons/Sketcher_Toggle_Constraint_Driving.svg icons/Sketcher_Trimming.svg icons/Sketcher_ViewSketch.svg + icons/small/Constraint_Blocked_sm.xpm icons/small/Constraint_Concentric_sm.xpm icons/small/Constraint_EqualLength_sm.xpm icons/small/Constraint_ExternalAngle_sm.xpm diff --git a/src/Mod/Sketcher/Gui/Resources/icons/Sketcher_ConstrainBlocked.svg b/src/Mod/Sketcher/Gui/Resources/icons/Sketcher_ConstrainBlocked.svg new file mode 100644 index 0000000000..6a7776461c --- /dev/null +++ b/src/Mod/Sketcher/Gui/Resources/icons/Sketcher_ConstrainBlocked.svg @@ -0,0 +1,525 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + [wmayer] + + + Sketcher_ConstrainLock + 2011-10-10 + http://www.freecadweb.org/wiki/index.php?title=Artwork + + + FreeCAD + + + FreeCAD/src/Mod/Sketcher/Gui/Resources/icons/Sketcher_ConstrainLock.svg + + + FreeCAD LGPL2+ + + + https://www.gnu.org/copyleft/lesser.html + + + [agryson] Alexander Gryson + + + + + + + + + + + + + + + + + + + + diff --git a/src/Mod/Sketcher/Gui/Resources/icons/small/Constraint_Blocked_sm.xpm b/src/Mod/Sketcher/Gui/Resources/icons/small/Constraint_Blocked_sm.xpm new file mode 100644 index 0000000000..ceae7335a7 --- /dev/null +++ b/src/Mod/Sketcher/Gui/Resources/icons/small/Constraint_Blocked_sm.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static char * Constraint_Blocked_sm_xpm[] = { +"15 16 4 1", +" c None", +". c #CC0000", +"+ c #CA0000", +"@ c #CB0000", +" ...+. ", +" ......... ", +" ........... ", +" ..... ..... ", +" ..... ... ", +"...... ...", +"........ ...", +".. .... ...", +".. .... ...", +"@.. ........", +"... ......", +" ... ..... ", +" .... ..... ", +" ........... ", +" ........ ", +" .... "};