initialdir=os.curdir
# Choix des catalogues
-rep_mat=os.path.join(rep_cata,'..','materiau')
+rep_mat_v85=os.path.join(rep_cata,'cataSTA8','materiau')
+rep_mat_v91=os.path.join(rep_cata,'cataSTA9','materiau')
catalogues = (
('ASTER','v7.8',os.path.join(rep_cata,'cataSTA7'),'python'),
self.lecture_catalogues_standard()
self.lecture_fichier_ini_utilisateur()
self.init_liste_param()
-
-
+ self.pref="style."
+
#--------------------------------------
def lecture_fichier_ini_standard(self):
#--------------------------------------
self.titre = "Paramètres nécessaires à la configuration d'EFICAS"
self.texte_ini = "Voici les paramètres que requiert Eficas"
self.commande = self.creation_fichier_ini_si_possible
- self.pref=""
self.labels={"initialdir" : "Répertoire initial pour Open/Save des fichiers",
"rep_travail" : "Répertoire de travail",
"rep_mat" : "Répertoire materiaux",
import os,sys,string,re,types,traceback
from qt import *
-
-
-from InterfaceQT import utilIcons
+import utilIcons
class JDCTree( QListView ):
# Form implementation generated from reading ui file 'desError.ui'
#
-# Created: mer nov 14 11:57:46 2007
+# Created: lun nov 19 11:09:03 2007
# by: The PyQt User Interface Compiler (pyuic) 3.13
#
# WARNING! All changes made in this file will be lost!