]> SALOME platform Git repositories - modules/eficas.git/commitdiff
Salome HOME
Suppression fichier ChoixMaillage.py qui est un fichier généré par pyuic
authorsalome <>
Tue, 3 May 2005 07:38:39 +0000 (07:38 +0000)
committersalome <>
Tue, 3 May 2005 07:38:39 +0000 (07:38 +0000)
src/EFICASGUI/.param_etude.skel [deleted file]
src/EFICASGUI/ChoixMaillage.py [deleted file]

diff --git a/src/EFICASGUI/.param_etude.skel b/src/EFICASGUI/.param_etude.skel
deleted file mode 100644 (file)
index d7367e2..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# Fichier adlv100a.para : regroupe les paramètres d'exécution de l'étude
-
-masterdir = "%(REP_ETUDE)s"
-etude = "%(ETUDE)s"
-prof_etd = (
-("comm","%(COMMAND_FILE_NAME)s","%(LOCAL_USER)s","%(LOCAL_MACHINE)s","1.i","D"),
-("med","%(MESH_FILE_NAME)s","%(LOCAL_USER)s","%(LOCAL_MACHINE)s","21","D"),
-("resu","%(REP_ETUDE)s/%(ETUDE)s.resu","%(LOCAL_USER)s","%(LOCAL_MACHINE)s","8","R"),
-("med","%(REP_ETUDE)s/%(ETUDE)s.med","%(LOCAL_USER)s","%(LOCAL_MACHINE)s","80","R"),
-("mess","%(REP_ETUDE)s/%(ETUDE)s.mess","%(LOCAL_USER)s","%(LOCAL_MACHINE)s","6","R"),
-("unv","%(REP_ETUDE)s/%(ETUDE)s.unv","%(LOCAL_USER)s","%(LOCAL_MACHINE)s","30","R"),
-("base","%(REP_ETUDE)s/%(ETUDE)s.base","%(LOCAL_USER)s","%(LOCAL_MACHINE)s","40","R"),
-)
diff --git a/src/EFICASGUI/ChoixMaillage.py b/src/EFICASGUI/ChoixMaillage.py
deleted file mode 100644 (file)
index 630e785..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-# Form implementation generated from reading ui file 'ChoixMaillage.ui'
-#
-# Created: Tue Jan 25 11:28:46 2005
-#      by: The PyQt User Interface Compiler (pyuic)
-#
-# WARNING! All changes made in this file will be lost!
-
-
-from qt import *
-Extracting Python code from ChoixMaillage.ui.h
-
-
-class ChoixMaillage(QDialog):
-    def __init__(self,parent = None,name = None,modal = 0,fl = 0):
-        QDialog.__init__(self,parent,name,modal,fl)
-
-        if name == None:
-            self.setName("ChoixMaillage")
-
-        self.resize(526,252)
-        self.setCaption(self.trUtf8("Choix du Maillage sur lequel s appliquent les condtions aux limites"))
-
-
-        self.TextLabel1 = QLabel(self,"TextLabel1")
-        self.TextLabel1.setGeometry(QRect(10,190,191,40))
-        self.TextLabel1.setText(self.trUtf8("Nom du nouveau maillage"))
-
-        self.TextLabel2 = QLabel(self,"TextLabel2")
-        self.TextLabel2.setGeometry(QRect(20,70,181,31))
-        self.TextLabel2.setText(self.trUtf8("Maillage sélectionné"))
-
-        self.Maillage = QListBox(self,"Maillage")
-        self.Maillage.setGeometry(QRect(210,70,281,90))
-
-        self.TextLabel1_2 = QLabel(self,"TextLabel1_2")
-        self.TextLabel1_2.setGeometry(QRect(20,10,120,20))
-        self.TextLabel1_2.setText(self.trUtf8("Géométrie traitée :"))
-
-        self.NomShape = QLabel(self,"NomShape")
-        self.NomShape.setGeometry(QRect(140,10,191,21))
-        self.NomShape.setText(self.trUtf8("TextLabel2"))
-
-        self.NouveauMesh = QLineEdit(self,"NouveauMesh")
-        self.NouveauMesh.setGeometry(QRect(210,200,280,24))
-
-        self.connect(self.Maillage,SIGNAL("clicked(QListBoxItem*)"),self.Maillage_clicked)
-        self.connect(self.NouveauMesh,SIGNAL("returnPressed()"),self.NouveauMesh_returnPressed)
-
-    def Maillage_clicked(self,a0):
-        print "ChoixMaillage.Maillage_clicked(QListBoxItem*): Not implemented yet"
-
-    def NouveauMesh_returnPressed(self):
-        print "ChoixMaillage.NouveauMesh_returnPressed(): Not implemented yet"