really ugly icons.
Maybe someone with talent will help.
This commit is contained in:
committed by
Yorik van Havre
parent
0dfbfda195
commit
5ebb079afb
@@ -42,6 +42,9 @@
|
||||
<file>icons/Path-MachineMill.svg</file>
|
||||
<file>icons/Path-OperationA.svg</file>
|
||||
<file>icons/Path-OperationB.svg</file>
|
||||
<file>icons/Path-Profile-Edges.svg</file>
|
||||
<file>icons/Path-Profile-Face.svg</file>
|
||||
<file>icons/Path-SelectLoop.svg</file>
|
||||
<file>translations/Path_de.qm</file>
|
||||
<file>translations/Path_af.qm</file>
|
||||
<file>translations/Path_zh-CN.qm</file>
|
||||
|
||||
575
src/Mod/Path/Gui/Resources/icons/Path-Profile-Edges.svg
Normal file
575
src/Mod/Path/Gui/Resources/icons/Path-Profile-Edges.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 22 KiB |
570
src/Mod/Path/Gui/Resources/icons/Path-Profile-Face.svg
Normal file
570
src/Mod/Path/Gui/Resources/icons/Path-Profile-Face.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 22 KiB |
547
src/Mod/Path/Gui/Resources/icons/Path-SelectLoop.svg
Normal file
547
src/Mod/Path/Gui/Resources/icons/Path-SelectLoop.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 18 KiB |
@@ -23,11 +23,10 @@
|
||||
# ***************************************************************************
|
||||
|
||||
import FreeCAD
|
||||
import Part
|
||||
from PathScripts.PathUtils import loopdetect
|
||||
if FreeCAD.GuiUp:
|
||||
import FreeCADGui
|
||||
from PySide import QtGui,QtCore
|
||||
from PySide import QtCore
|
||||
from DraftTools import translate
|
||||
else:
|
||||
def translate(ctxt,txt):
|
||||
@@ -41,7 +40,7 @@ __url__ = "http://www.freecadweb.org"
|
||||
class _CommandSelectLoop:
|
||||
"the Arch RemoveShape command definition"
|
||||
def GetResources(self):
|
||||
return {'Pixmap' : 'Path_SelectLoop',
|
||||
return {'Pixmap' : 'Path-SelectLoop',
|
||||
'MenuText': QtCore.QT_TRANSLATE_NOOP("Path_SelectLoop","Finish Selecting Loop"),
|
||||
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Path_SelectLoop","Complete loop selection from two edges")}
|
||||
|
||||
|
||||
@@ -369,7 +369,7 @@ class _ViewProviderProfile:
|
||||
return True
|
||||
|
||||
def getIcon(self):
|
||||
return ":/icons/Path-Profile.svg"
|
||||
return ":/icons/Path-Profile-Face.svg"
|
||||
|
||||
def __getstate__(self):
|
||||
return None
|
||||
@@ -454,7 +454,7 @@ class _CommandSetEndPoint:
|
||||
|
||||
class CommandPathProfile:
|
||||
def GetResources(self):
|
||||
return {'Pixmap': 'Path-Profile',
|
||||
return {'Pixmap': 'Path-Profile-Face',
|
||||
'MenuText': QtCore.QT_TRANSLATE_NOOP("PathProfile", "Face Profile"),
|
||||
'Accel': "P, F",
|
||||
'ToolTip': QtCore.QT_TRANSLATE_NOOP("PathProfile", "Profile based on face or faces")}
|
||||
|
||||
Reference in New Issue
Block a user