mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-09 22:33:07 +05:00
Merge branch 'rnv/win_swig_generation' of salome:modules/smesh into rnv/win_swig_generation
Conflicts: src/Tools/ZCracksPlug/__init__.py src/Tools/padder/spadderpy/gui/inputdialog.py
This commit is contained in:
commit
6ac07fd349
@ -93,7 +93,7 @@ class InputDialog(GenericDialog):
|
|||||||
# indexation.
|
# indexation.
|
||||||
self.MESHTYPE_ICONS = {}
|
self.MESHTYPE_ICONS = {}
|
||||||
meshTypeIndex = InputData.MESHTYPES.CONCRETE
|
meshTypeIndex = InputData.MESHTYPES.CONCRETE
|
||||||
self.__ui.cmbMeshType.setItemText(meshTypeIndex, "Béton")
|
self.__ui.cmbMeshType.setItemText(meshTypeIndex, "B?ton")
|
||||||
icon = QIcon()
|
icon = QIcon()
|
||||||
icon.addFile(os.path.join(iconfolder,"concrete.png"))
|
icon.addFile(os.path.join(iconfolder,"concrete.png"))
|
||||||
self.__ui.cmbMeshType.setItemIcon(meshTypeIndex, icon)
|
self.__ui.cmbMeshType.setItemIcon(meshTypeIndex, icon)
|
||||||
|
Loading…
Reference in New Issue
Block a user