From: Pascale Noyret Date: Fri, 9 Nov 2007 15:29:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: V1_13b1~27 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=145e19bd8ee1a2b7235214a695ad2fb742f61f72;p=modules%2Feficas.git *** empty log message *** --- diff --git a/Ui/desPoursuite.py b/Ui/desPoursuite.py index 7d46ed4c..cacbc5e8 100644 --- a/Ui/desPoursuite.py +++ b/Ui/desPoursuite.py @@ -2,7 +2,7 @@ # Form implementation generated from reading ui file 'desPoursuite.ui' # -# Created: lun oct 29 16:17:08 2007 +# Created: jeu nov 8 17:36:54 2007 # by: The PyQt User Interface Compiler (pyuic) 3.13 # # WARNING! All changes made in this file will be lost! @@ -47,83 +47,120 @@ class DPour(QWidget): self.Commentaire = QLabel(self,"Commentaire") - self.Commentaire.setGeometry(QRect(10,410,490,20)) + self.Commentaire.setGeometry(QRect(11,437,499,16)) - self.bSup = QPushButton(self,"bSup") - self.bSup.setGeometry(QRect(320,440,142,30)) - self.bSup.setAutoDefault(1) + LayoutWidget = QWidget(self,"layout1") + LayoutWidget.setGeometry(QRect(11,458,499,30)) + layout1 = QHBoxLayout(LayoutWidget,11,6,"layout1") + + self.bHelp = QPushButton(LayoutWidget,"bHelp") + self.bHelp.setAutoDefault(1) + layout1.addWidget(self.bHelp) - self.bOk = QPushButton(self,"bOk") - self.bOk.setGeometry(QRect(170,440,142,30)) + self.bOk = QPushButton(LayoutWidget,"bOk") self.bOk.setAutoDefault(1) self.bOk.setDefault(1) + layout1.addWidget(self.bOk) - self.bHelp = QPushButton(self,"bHelp") - self.bHelp.setGeometry(QRect(10,440,142,30)) - self.bHelp.setAutoDefault(1) + self.bSup = QPushButton(LayoutWidget,"bSup") + self.bSup.setAutoDefault(1) + layout1.addWidget(self.bSup) self.TWChoix = QTabWidget(self,"TWChoix") - self.TWChoix.setGeometry(QRect(0,0,500,400)) + self.TWChoix.setGeometry(QRect(10,10,499,420)) self.MotClef = QWidget(self.TWChoix,"MotClef") + MotClefLayout = QGridLayout(self.MotClef,1,1,11,6,"MotClefLayout") self.textLabel1_2 = QLabel(self.MotClef,"textLabel1_2") - self.textLabel1_2.setGeometry(QRect(360,0,50,37)) + + MotClefLayout.addWidget(self.textLabel1_2,0,1) self.LBMCPermis = QListBox(self.MotClef,"LBMCPermis") - self.LBMCPermis.setGeometry(QRect(10,40,220,290)) self.LBMCPermis.setMinimumSize(QSize(0,0)) + MotClefLayout.addWidget(self.LBMCPermis,1,0) + self.LBRegles = QListBox(self.MotClef,"LBRegles") - self.LBRegles.setGeometry(QRect(260,40,230,290)) + + MotClefLayout.addWidget(self.LBRegles,1,1) self.textLabel1 = QLabel(self.MotClef,"textLabel1") - self.textLabel1.setGeometry(QRect(50,10,120,20)) self.textLabel1.setMinimumSize(QSize(0,0)) + + MotClefLayout.addWidget(self.textLabel1,0,0) self.TWChoix.insertTab(self.MotClef,QString("")) self.Commande = QWidget(self.TWChoix,"Commande") + CommandeLayout = QGridLayout(self.Commande,1,1,11,6,"CommandeLayout") - self.textLabel6 = QLabel(self.Commande,"textLabel6") - self.textLabel6.setGeometry(QRect(10,60,60,30)) + self.LBNouvCommande = QListBox(self.Commande,"LBNouvCommande") - self.textLabel4 = QLabel(self.Commande,"textLabel4") - self.textLabel4.setGeometry(QRect(90,340,300,30)) + CommandeLayout.addMultiCellWidget(self.LBNouvCommande,2,2,0,3) - self.LBNouvCommande = QListBox(self.Commande,"LBNouvCommande") - self.LBNouvCommande.setGeometry(QRect(50,100,410,240)) + self.textLabel1_4 = QLabel(self.Commande,"textLabel1_4") + + CommandeLayout.addMultiCellWidget(self.textLabel1_4,0,0,0,1) self.buttonGroup1 = QButtonGroup(self.Commande,"buttonGroup1") - self.buttonGroup1.setGeometry(QRect(300,20,151,70)) self.RBGroupe = QRadioButton(self.buttonGroup1,"RBGroupe") self.RBGroupe.setGeometry(QRect(20,40,101,20)) self.RBalpha = QRadioButton(self.buttonGroup1,"RBalpha") - self.RBalpha.setGeometry(QRect(20,20,101,20)) + self.RBalpha.setGeometry(QRect(20,20,120,20)) self.RBalpha.setChecked(1) - self.LEFiltre = QLineEdit(self.Commande,"LEFiltre") - self.LEFiltre.setGeometry(QRect(50,60,160,30)) + CommandeLayout.addMultiCellWidget(self.buttonGroup1,0,1,3,3) - self.textLabel1_4 = QLabel(self.Commande,"textLabel1_4") - self.textLabel1_4.setGeometry(QRect(50,20,171,21)) + self.textLabel4 = QLabel(self.Commande,"textLabel4") + + CommandeLayout.addMultiCellWidget(self.textLabel4,3,3,0,3) self.BNext = QToolButton(self.Commande,"BNext") - self.BNext.setGeometry(QRect(220,60,30,31)) self.BNext.setIconSet(QIconSet(self.image0)) + + CommandeLayout.addWidget(self.BNext,1,2) + + self.textLabel6 = QLabel(self.Commande,"textLabel6") + + CommandeLayout.addWidget(self.textLabel6,1,0) + + self.LEFiltre = QLineEdit(self.Commande,"LEFiltre") + self.LEFiltre.setMinimumSize(QSize(160,30)) + + CommandeLayout.addWidget(self.LEFiltre,1,1) self.TWChoix.insertTab(self.Commande,QString("")) self.TabPage = QWidget(self.TWChoix,"TabPage") - self.BBrowse = QPushButton(self.TabPage,"BBrowse") - self.BBrowse.setGeometry(QRect(288,306,161,41)) + LayoutWidget_2 = QWidget(self.TabPage,"layout4") + LayoutWidget_2.setGeometry(QRect(10,31,472,90)) + layout4 = QVBoxLayout(LayoutWidget_2,11,6,"layout4") + + self.textLabel1_3 = QLabel(LayoutWidget_2,"textLabel1_3") + layout4.addWidget(self.textLabel1_3) + + self.LENomFichier = QLineEdit(LayoutWidget_2,"LENomFichier") + self.LENomFichier.setMinimumSize(QSize(470,40)) + layout4.addWidget(self.LENomFichier) + + LayoutWidget_3 = QWidget(self.TabPage,"layout5") + LayoutWidget_3.setGeometry(QRect(8,131,481,250)) + layout5 = QGridLayout(LayoutWidget_3,1,1,11,6,"layout5") - self.textLabel1_3 = QLabel(self.TabPage,"textLabel1_3") - self.textLabel1_3.setGeometry(QRect(70,50,350,41)) + layout3 = QHBoxLayout(None,0,6,"layout3") + spacer3 = QSpacerItem(331,20,QSizePolicy.Expanding,QSizePolicy.Minimum) + layout3.addItem(spacer3) - self.LENomFichier = QLineEdit(self.TabPage,"LENomFichier") - self.LENomFichier.setGeometry(QRect(18,127,450,30)) + self.BBrowse = QPushButton(LayoutWidget_3,"BBrowse") + self.BBrowse.setSizePolicy(QSizePolicy(0,0,0,0,self.BBrowse.sizePolicy().hasHeightForWidth())) + self.BBrowse.setMinimumSize(QSize(140,50)) + layout3.addWidget(self.BBrowse) + + layout5.addLayout(layout3,1,0) + spacer1 = QSpacerItem(21,190,QSizePolicy.Minimum,QSizePolicy.Expanding) + layout5.addItem(spacer1,0,0) self.TWChoix.insertTab(self.TabPage,QString("")) self.languageChange() @@ -146,29 +183,29 @@ class DPour(QWidget): def languageChange(self): self.setCaption(self.__tr("DMacro")) self.Commentaire.setText(QString.null) - self.bSup.setText(self.__tr("&Supprimer")) - self.bSup.setAccel(self.__tr("Alt+S")) - QToolTip.add(self.bSup,self.__tr("suppression du mot clef")) - self.bOk.setText(self.__tr("&Valider")) - self.bOk.setAccel(self.__tr("Shift+A, Alt+A, Alt+A, Alt+A")) - QToolTip.add(self.bOk,self.__tr("validation de la saisie")) self.bHelp.setText(self.__tr("&Documentation")) self.bHelp.setAccel(self.__tr("Alt+D")) QToolTip.add(self.bHelp,self.__tr("affichage documentation aster")) + self.bOk.setText(self.__tr("&Valider")) + self.bOk.setAccel(self.__tr("Shift+A, Alt+A, Alt+A, Alt+A")) + QToolTip.add(self.bOk,self.__tr("validation de la saisie")) + self.bSup.setText(self.__tr("&Supprimer")) + self.bSup.setAccel(self.__tr("Alt+S")) + QToolTip.add(self.bSup,self.__tr("suppression du mot clef")) self.textLabel1_2.setText(self.__trUtf8("\x3c\x68\x33\x3e\x3c\x70\x20\x61\x6c\x69\x67\x6e\x3d\x22\x63\x65\x6e\x74\x65\x72\x22\x3e\x3c\x75\x3e\x3c\x62\x3e\x52\xc3\xa9\x67\x6c\x65\x73\x3c\x2f\x62\x3e\x3c\x2f\x75\x3e\x3c\x2f\x70\x3e\x3c\x2f\x68\x33\x3e")) self.textLabel1.setText(self.__tr("

Mots Clefs Permis

")) self.TWChoix.changeTab(self.MotClef,self.__tr("Ajouter Mot-Clef")) - self.textLabel6.setText(self.__tr("Filtre")) - self.textLabel4.setText(self.__trUtf8("\x4c\x61\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x65\x20\x63\x68\x6f\x69\x73\x69\x65\x20\x73\x65\x72\x61\x20\x61\x6a\x6f\x75\x74\xc3\xa9\x65\x20\x41\x50\x52\x45\x53\x20\x6c\x61\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x65\x20\x63\x6f\x75\x72\x61\x6e\x74\x65")) + self.textLabel1_4.setText(self.__tr("Commandes :")) self.buttonGroup1.setTitle(self.__tr("Affichage")) self.RBGroupe.setText(self.__tr("par groupe")) self.RBalpha.setText(self.__trUtf8("\x61\x6c\x70\x68\x61\x62\xc3\xa9\x74\x69\x71\x75\x65")) - self.textLabel1_4.setText(self.__tr("Commandes :")) + self.textLabel4.setText(self.__trUtf8("\x4c\x61\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x65\x20\x63\x68\x6f\x69\x73\x69\x65\x20\x73\x65\x72\x61\x20\x61\x6a\x6f\x75\x74\xc3\xa9\x65\x20\x41\x50\x52\x45\x53\x20\x6c\x61\x20\x63\x6f\x6d\x6d\x61\x6e\x64\x65\x20\x63\x6f\x75\x72\x61\x6e\x74\x65")) self.BNext.setText(QString.null) QToolTip.add(self.BNext,self.__tr("affiche la prochaine occurence")) + self.textLabel6.setText(self.__tr("Filtre")) self.TWChoix.changeTab(self.Commande,self.__tr("Nouvelle Commande")) - self.BBrowse.setText(self.__tr("Edit")) self.textLabel1_3.setText(self.__tr("La commande POURSUITE requiert un nom de Fichier :")) + self.BBrowse.setText(self.__tr("Edit")) self.TWChoix.changeTab(self.TabPage,self.__tr("Fichier Poursuite")) diff --git a/Ui/desPoursuite.ui b/Ui/desPoursuite.ui index a06acd01..4672e737 100644 --- a/Ui/desPoursuite.ui +++ b/Ui/desPoursuite.ui @@ -21,399 +21,378 @@ DMacro - + - Commentaire + unnamed - - - 10 - 410 - 490 - 20 - - - - - - - - - bSup - - - - 320 - 440 - 142 - 30 - - - - &Supprimer - - - Alt+S - - - true - - - suppression du mot clef - - - - - bOk - - - - 170 - 440 - 142 - 30 - - - - &Valider - - - Shift+A, Alt+A, Alt+A, Alt+A - - - true - - - true - - - validation de la saisie - - - - - bHelp - - - - 10 - 440 - 142 - 30 - - - - &Documentation - - - Alt+D - - - true - - - affichage documentation aster - - - - - TWChoix - - - - 0 - 0 - 500 - 400 - - - + - MotClef + Commentaire + + + - - Ajouter Mot-Clef - - - - textLabel1_2 - - - - 360 - 0 - 50 - 37 - - - - <h3><p align="center"><u><b>Régles</b></u></p></h3> - - - - - LBMCPermis - - - - 10 - 40 - 220 - 290 - - - - - 0 - 0 - - - - - - LBRegles - - - - 260 - 40 - 230 - 290 - - - - - - textLabel1 - - - - 50 - 10 - 120 - 20 - - - - - 0 - 0 - - - - <h3><p align="center"><u><b>Mots Clefs Permis</b></u></p></h3> - - - + - Commande + layout1 - - Nouvelle Commande - - + - textLabel6 - - - - 10 - 60 - 60 - 30 - - - - Filtre - - - - - textLabel4 - - - - 90 - 340 - 300 - 30 - - - - La commande choisie sera ajoutée APRES la commande courante - - - - - LBNouvCommande - - - - 50 - 100 - 410 - 240 - - - - - - buttonGroup1 - - - - 300 - 20 - 151 - 70 - - - - Affichage + unnamed - + - RBGroupe - - - - 20 - 40 - 101 - 20 - + bHelp - par groupe + &Documentation + + + Alt+D + + + true + + + affichage documentation aster - + - RBalpha + bOk - - - 20 - 20 - 101 - 20 - + + &Valider + + + Shift+A, Alt+A, Alt+A, Alt+A + + + true + + + true + + + validation de la saisie + + + + + bSup - alphabétique + &Supprimer + + + Alt+S - + true + + suppression du mot clef + - - - - LEFiltre - - - - 50 - 60 - 160 - 30 - - - - - - textLabel1_4 - - - - 50 - 20 - 171 - 21 - - - - <b><u>Commandes :</u></b> - - - - - BNext - - - - 220 - 60 - 30 - 31 - - - - - - - image0 - - - affiche la prochaine occurence - - + - + - TabPage + TWChoix - - Fichier Poursuite - - + - BBrowse - - - - 288 - 306 - 161 - 41 - - - - Edit + MotClef + + Ajouter Mot-Clef + + + + unnamed + + + + textLabel1_2 + + + <h3><p align="center"><u><b>Régles</b></u></p></h3> + + + + + LBMCPermis + + + + 0 + 0 + + + + + + LBRegles + + + + + textLabel1 + + + + 0 + 0 + + + + <h3><p align="center"><u><b>Mots Clefs Permis</b></u></p></h3> + + + - + - textLabel1_3 - - - - 70 - 50 - 350 - 41 - - - - <font size="+1">La commande POURSUITE requiert un nom de Fichier :</font> + Commande + + Nouvelle Commande + + + + unnamed + + + + LBNouvCommande + + + + + textLabel1_4 + + + <b><u>Commandes :</u></b> + + + + + buttonGroup1 + + + Affichage + + + + RBGroupe + + + + 20 + 40 + 101 + 20 + + + + par groupe + + + + + RBalpha + + + + 20 + 20 + 120 + 20 + + + + alphabétique + + + true + + + + + + textLabel4 + + + La commande choisie sera ajoutée APRES la commande courante + + + + + BNext + + + + + + image0 + + + affiche la prochaine occurence + + + + + textLabel6 + + + Filtre + + + + + LEFiltre + + + + 160 + 30 + + + + - + - LENomFichier - - - - 18 - 127 - 450 - 30 - + TabPage + + Fichier Poursuite + + + + layout4 + + + + 10 + 31 + 472 + 90 + + + + + unnamed + + + + textLabel1_3 + + + <font size="+1">La commande POURSUITE requiert un nom de Fichier :</font> + + + + + LENomFichier + + + + 470 + 40 + + + + + + + + layout5 + + + + 8 + 131 + 481 + 250 + + + + + unnamed + + + + layout3 + + + + unnamed + + + + spacer3 + + + Horizontal + + + Expanding + + + + 331 + 20 + + + + + + BBrowse + + + + 0 + 0 + 0 + 0 + + + + + 140 + 50 + + + + Edit + + + + + + + spacer1 + + + Vertical + + + Expanding + + + + 21 + 190 + + + + + - +