FEM: beam rotation object, add an own icon for this object

This commit is contained in:
Bernd Hahnebach
2018-01-23 06:39:21 +01:00
committed by wmayer
parent bc8219cc36
commit 4ac2f2d37a
4 changed files with 578 additions and 2 deletions

View File

@@ -196,7 +196,7 @@ class _CommandFemElementRotation1D(CommandManager):
"The Fem_ElementRotation1D command definition"
def __init__(self):
super(_CommandFemElementRotation1D, self).__init__()
self.resources = {'Pixmap': 'fem-beam-section',
self.resources = {'Pixmap': 'fem-beam-rotation',
'MenuText': QtCore.QT_TRANSLATE_NOOP("FEM_ElementRotation1D", "Beam rotation"),
'Accel': "C, R",
'ToolTip': QtCore.QT_TRANSLATE_NOOP("FEM_ElementRotation1D", "Creates a FEM beam rotation")}