]> SALOME platform Git repositories - tools/eficas.git/blob - UiQT4/desUniqueComp.py
Salome HOME
CCAR: rabattre la version V1_15a4 dans la branche principale
[tools/eficas.git] / UiQT4 / desUniqueComp.py
1 # -*- coding: utf-8 -*-
2
3 # Form implementation generated from reading ui file 'desUniqueComp.ui'
4 #
5 # Created: Tue Nov 18 17:37:25 2008
6 #      by: PyQt4 UI code generator 4.4.2
7 #
8 # WARNING! All changes made in this file will be lost!
9
10 from PyQt4 import QtCore, QtGui
11
12 class Ui_DUnComp(object):
13     def setupUi(self, DUnComp):
14         DUnComp.setObjectName("DUnComp")
15         DUnComp.resize(484,529)
16         DUnComp.setMinimumSize(QtCore.QSize(350,0))
17         self.gridlayout = QtGui.QGridLayout(DUnComp)
18         self.gridlayout.setObjectName("gridlayout")
19         self.tabuniqueinto = QtGui.QTabWidget(DUnComp)
20         self.tabuniqueinto.setObjectName("tabuniqueinto")
21         self.Widget8 = QtGui.QWidget()
22         self.Widget8.setGeometry(QtCore.QRect(0,0,462,484))
23         self.Widget8.setObjectName("Widget8")
24         self.gridLayout = QtGui.QGridLayout(self.Widget8)
25         self.gridLayout.setObjectName("gridLayout")
26         self.textLabel1 = QtGui.QLabel(self.Widget8)
27         self.textLabel1.setWordWrap(False)
28         self.textLabel1.setObjectName("textLabel1")
29         self.gridLayout.addWidget(self.textLabel1,0,0,1,2)
30         self.LEcomp = QtGui.QLineEdit(self.Widget8)
31         self.LEcomp.setMinimumSize(QtCore.QSize(390,40))
32         self.LEcomp.setObjectName("LEcomp")
33         self.gridLayout.addWidget(self.LEcomp,1,0,1,2)
34         self.groupBox = QtGui.QGroupBox(self.Widget8)
35         self.groupBox.setObjectName("groupBox")
36         self.RBRI = QtGui.QRadioButton(self.groupBox)
37         self.RBRI.setGeometry(QtCore.QRect(10,30,444,23))
38         self.RBRI.setObjectName("RBRI")
39         self.RBMP = QtGui.QRadioButton(self.groupBox)
40         self.RBMP.setGeometry(QtCore.QRect(10,50,444,23))
41         self.RBMP.setObjectName("RBMP")
42         self.gridLayout.addWidget(self.groupBox,2,0,1,2)
43         self.LEReel = QtGui.QLineEdit(self.Widget8)
44         self.LEReel.setMinimumSize(QtCore.QSize(190,40))
45         self.LEReel.setObjectName("LEReel")
46         self.gridLayout.addWidget(self.LEReel,3,0,1,1)
47         self.LEImag = QtGui.QLineEdit(self.Widget8)
48         self.LEImag.setMinimumSize(QtCore.QSize(190,40))
49         self.LEImag.setObjectName("LEImag")
50         self.gridLayout.addWidget(self.LEImag,3,1,1,1)
51         self.Commentaire = QtGui.QLabel(self.Widget8)
52         self.Commentaire.setWordWrap(False)
53         self.Commentaire.setObjectName("Commentaire")
54         self.gridLayout.addWidget(self.Commentaire,4,0,1,2)
55         self.horizontalLayout = QtGui.QHBoxLayout()
56         self.horizontalLayout.setObjectName("horizontalLayout")
57         self.bSup = QtGui.QPushButton(self.Widget8)
58         self.bSup.setAutoDefault(True)
59         self.bSup.setObjectName("bSup")
60         self.horizontalLayout.addWidget(self.bSup)
61         self.bOk = QtGui.QPushButton(self.Widget8)
62         self.bOk.setAutoDefault(True)
63         self.bOk.setDefault(True)
64         self.bOk.setObjectName("bOk")
65         self.horizontalLayout.addWidget(self.bOk)
66         self.bHelp = QtGui.QPushButton(self.Widget8)
67         self.bHelp.setAutoDefault(True)
68         self.bHelp.setObjectName("bHelp")
69         self.horizontalLayout.addWidget(self.bHelp)
70         self.gridLayout.addLayout(self.horizontalLayout,5,0,1,2)
71         self.tabuniqueinto.addTab(self.Widget8,"")
72         self.gridlayout.addWidget(self.tabuniqueinto,0,0,1,1)
73
74         self.retranslateUi(DUnComp)
75         QtCore.QMetaObject.connectSlotsByName(DUnComp)
76
77     def retranslateUi(self, DUnComp):
78         DUnComp.setWindowTitle(QtGui.QApplication.translate("DUnComp", "DUnComp", None, QtGui.QApplication.UnicodeUTF8))
79         self.textLabel1.setText(QtGui.QApplication.translate("DUnComp", "<font size=\"+2\">Complexe de la forme : a+bj</font>", None, QtGui.QApplication.UnicodeUTF8))
80         self.groupBox.setTitle(QtGui.QApplication.translate("DUnComp", "Ou", None, QtGui.QApplication.UnicodeUTF8))
81         self.RBRI.setText(QtGui.QApplication.translate("DUnComp", "RI   : Réel                                                 Imaginaire", None, QtGui.QApplication.UnicodeUTF8))
82         self.RBMP.setText(QtGui.QApplication.translate("DUnComp", "MP    : Module                                             Phase", None, QtGui.QApplication.UnicodeUTF8))
83         self.Commentaire.setText(QtGui.QApplication.translate("DUnComp", "<font size=\"+2\">Un complexe est attendu</font>", None, QtGui.QApplication.UnicodeUTF8))
84         self.bSup.setToolTip(QtGui.QApplication.translate("DUnComp", "suppression du mot clef", None, QtGui.QApplication.UnicodeUTF8))
85         self.bSup.setText(QtGui.QApplication.translate("DUnComp", "&Supprimer", None, QtGui.QApplication.UnicodeUTF8))
86         self.bSup.setShortcut(QtGui.QApplication.translate("DUnComp", "Alt+S", None, QtGui.QApplication.UnicodeUTF8))
87         self.bOk.setToolTip(QtGui.QApplication.translate("DUnComp", "validation de la saisie", None, QtGui.QApplication.UnicodeUTF8))
88         self.bOk.setText(QtGui.QApplication.translate("DUnComp", "&Valider", None, QtGui.QApplication.UnicodeUTF8))
89         self.bOk.setShortcut(QtGui.QApplication.translate("DUnComp", "Shift+A, Alt+A, Alt+A, Alt+A", None, QtGui.QApplication.UnicodeUTF8))
90         self.bHelp.setToolTip(QtGui.QApplication.translate("DUnComp", "affichage documentation aster", None, QtGui.QApplication.UnicodeUTF8))
91         self.bHelp.setText(QtGui.QApplication.translate("DUnComp", "&Documentation", None, QtGui.QApplication.UnicodeUTF8))
92         self.bHelp.setShortcut(QtGui.QApplication.translate("DUnComp", "Alt+D", None, QtGui.QApplication.UnicodeUTF8))
93         self.tabuniqueinto.setTabText(self.tabuniqueinto.indexOf(self.Widget8), QtGui.QApplication.translate("DUnComp", "Saisir Valeur", None, QtGui.QApplication.UnicodeUTF8))
94
95
96 if __name__ == "__main__":
97     import sys
98     app = QtGui.QApplication(sys.argv)
99     DUnComp = QtGui.QWidget()
100     ui = Ui_DUnComp()
101     ui.setupUi(DUnComp)
102     DUnComp.show()
103     sys.exit(app.exec_())
104