From: Paul RASCLE Date: Sat, 1 Jul 2017 22:31:48 +0000 (+0200) Subject: icones X-Git-Tag: Salome_8_3_Hydro_2_0rc1~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ae0d3c553cfdf9ae1edd6b4064e25a3428e277e1;p=modules%2Fhydrosolver.git icones --- diff --git a/resources/CMakeLists.txt b/resources/CMakeLists.txt index 171f3eb..0ca50f5 100644 --- a/resources/CMakeLists.txt +++ b/resources/CMakeLists.txt @@ -32,6 +32,8 @@ SET(HYDROSOLVER_RESOURCES_FILES define_boundary_conditions.png edit_boundary_conditions_file.png generate_interpolz_py.png + english.png + francais.png ) INSTALL(FILES ${HYDROSOLVER_RESOURCES_FILES} DESTINATION ${SALOME_HYDROSOLVER_INSTALL_RES_DATA}) diff --git a/resources/create_case1d.png b/resources/create_case1d.png index 3d9ada3..7358603 100644 Binary files a/resources/create_case1d.png and b/resources/create_case1d.png differ diff --git a/resources/create_case2d.png b/resources/create_case2d.png index 91fa1b0..76df23a 100644 Binary files a/resources/create_case2d.png and b/resources/create_case2d.png differ diff --git a/resources/create_case_couplage.png b/resources/create_case_couplage.png index c615db8..3a095c4 100644 Binary files a/resources/create_case_couplage.png and b/resources/create_case_couplage.png differ diff --git a/resources/edit_boundary_conditions_file.png b/resources/edit_boundary_conditions_file.png index 4a75bcb..251cdf1 100644 Binary files a/resources/edit_boundary_conditions_file.png and b/resources/edit_boundary_conditions_file.png differ diff --git a/resources/english.png b/resources/english.png new file mode 100644 index 0000000..3ffa659 Binary files /dev/null and b/resources/english.png differ diff --git a/resources/francais.png b/resources/francais.png new file mode 100644 index 0000000..1bc2fcb Binary files /dev/null and b/resources/francais.png differ diff --git a/resources/generate_interpolz_py.png b/resources/generate_interpolz_py.png index 7dbf960..e251225 100644 Binary files a/resources/generate_interpolz_py.png and b/resources/generate_interpolz_py.png differ diff --git a/src/HYDROGUI/HYDROSOLVERGUI.py b/src/HYDROGUI/HYDROSOLVERGUI.py index 389ed81..3803bef 100755 --- a/src/HYDROGUI/HYDROSOLVERGUI.py +++ b/src/HYDROGUI/HYDROSOLVERGUI.py @@ -118,7 +118,7 @@ class GUIcontext: a = sgPyQt.createAction( GUIcontext.EDIT_PYTEL_CASE_ID, "Edit case for Pytel execution", "Edit case for Pytel execution", - "Edit a new case for Pytel execution", "edit_case_pytel.png" ) + "Edit a new case for Pytel execution", "case_pytel.png" ) sgPyQt.createMenu( a, mid ) sgPyQt.createTool( a, tid ) @@ -136,7 +136,7 @@ class GUIcontext: a = sgPyQt.createAction( GUIcontext.DEFINE_CAS_FILE_EN, "Edit cas file (English)", "Edit cas file (English)", "Create/edit a .cas file for Telemac (English)", - "define_cas_file.png" ) + "english.png" ) sgPyQt.createMenu( a, mid ) sgPyQt.createTool( a, tid ) @@ -144,7 +144,7 @@ class GUIcontext: a = sgPyQt.createAction( GUIcontext.DEFINE_CAS_FILE_FR, "Edit cas file (French)", "Edit cas file (French)", "Create/edit a .cas file for Telemac (French)", - "define_cas_file.png" ) + "francais.png" ) sgPyQt.createMenu( a, mid ) sgPyQt.createTool( a, tid )