From: ilct <> Date: Thu, 15 Sep 2011 14:50:13 +0000 (+0000) Subject: ilct : création écran desChoixCode X-Git-Tag: LOGILAB~304 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d76e0aa293251af312e0963878106abab0cf8427;p=tools%2Feficas.git ilct : création écran desChoixCode --- diff --git a/UiQT4/CMakeLists.txt b/UiQT4/CMakeLists.txt index c1a94251..87e9573a 100644 --- a/UiQT4/CMakeLists.txt +++ b/UiQT4/CMakeLists.txt @@ -37,6 +37,7 @@ eficas_compile_ui ( OptionsOT.ui ) eficas_compile_ui ( OptionsPdf.ui ) eficas_compile_ui ( aideQT.ui ) eficas_compile_ui ( desChoixCata.ui ) +eficas_compile_ui ( desChoixCode.ui ) eficas_compile_ui ( desChoixMap.ui ) eficas_compile_ui ( desCommande.ui ) eficas_compile_ui ( desCommentaire.ui ) diff --git a/UiQT4/desChoixCode.ui b/UiQT4/desChoixCode.ui new file mode 100644 index 00000000..8cf919ca --- /dev/null +++ b/UiQT4/desChoixCode.ui @@ -0,0 +1,227 @@ + + + ChoixCode + + + + 0 + 0 + 508 + 442 + + + + Choix du code + + + + + + + + + 0 + 30 + + + + Veuillez choisir un code : + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + Qt::Vertical + + + QSizePolicy::Preferred + + + + 20 + 70 + + + + + + + + + + Qt::Horizontal + + + QSizePolicy::Preferred + + + + 40 + 20 + + + + + + + + + + + + 0 + 30 + + + + Aster + + + + + + + + 0 + 30 + + + + Cuve2DG + + + + + + + + 0 + 30 + + + + MAP + + + + + + + + 0 + 30 + + + + OpenTurns Study + + + + + + + + 0 + 30 + + + + OpenTurns Wrapper + + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + Qt::Vertical + + + + 20 + 86 + + + + + + + + + + + 80 + 30 + + + + OK + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + 80 + 30 + + + + Cancel + + + + + + + + + + diff --git a/UiQT4/makefile b/UiQT4/makefile index 7ec1fa2f..03c68280 100644 --- a/UiQT4/makefile +++ b/UiQT4/makefile @@ -9,7 +9,7 @@ PY_FILES = desChoixCata.py desCommande.py desCommentaire.py desError.py desFormu desUniqueASSD.py desUniqueBase.py desUniqueComp.py desUniqueInto.py desUniqueSDCOInto.py \ desUniqueSDCO.py desVisu.py aideQT.py OptionsEditeur.py OptionsPdf.py myMain.py \ desViewTexte.py desPixmap.py desMatrice.py OptionsOT.py OptionsCuve.py desChoixMap.py \ - OptionsMAP.py desImage.py + OptionsMAP.py desImage.py desChoixCode.py %.py:%.ui ${PYUIC} -x -o $@ $<