]> SALOME platform Git repositories - tools/eficas.git/blob - UiQT4/desUniqueComp.ui
Salome HOME
Modif V6_4_°
[tools/eficas.git] / UiQT4 / desUniqueComp.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>DUnComp</class>
4  <widget class="QWidget" name="DUnComp">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>484</width>
10     <height>529</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>DUnComp</string>
15   </property>
16   <layout class="QGridLayout">
17    <item row="0" column="0">
18     <widget class="QTabWidget" name="tabuniqueinto">
19      <widget class="QWidget" name="Widget8">
20       <attribute name="title">
21        <string>Saisir Valeur</string>
22       </attribute>
23       <layout class="QGridLayout" name="gridLayout_2">
24        <item row="0" column="0">
25         <layout class="QVBoxLayout" name="verticalLayout_2">
26          <item>
27           <widget class="QLabel" name="textLabel1">
28            <property name="text">
29             <string>&lt;font size=&quot;+2&quot;&gt;Complexe de la forme : a+bj&lt;/font&gt;</string>
30            </property>
31            <property name="wordWrap">
32             <bool>false</bool>
33            </property>
34           </widget>
35          </item>
36          <item>
37           <widget class="QLineEdit" name="LEcomp">
38            <property name="minimumSize">
39             <size>
40              <width>390</width>
41              <height>40</height>
42             </size>
43            </property>
44           </widget>
45          </item>
46         </layout>
47        </item>
48        <item row="1" column="0">
49         <layout class="QVBoxLayout" name="verticalLayout_3">
50          <item>
51           <spacer name="verticalSpacer_2">
52            <property name="orientation">
53             <enum>Qt::Vertical</enum>
54            </property>
55            <property name="sizeHint" stdset="0">
56             <size>
57              <width>20</width>
58              <height>40</height>
59             </size>
60            </property>
61           </spacer>
62          </item>
63          <item>
64           <widget class="QGroupBox" name="groupBox">
65            <property name="title">
66             <string>Ou</string>
67            </property>
68            <layout class="QGridLayout" name="gridLayout">
69             <item row="0" column="0">
70              <widget class="QRadioButton" name="RBRI">
71               <property name="text">
72                <string>RI   : Réel                                                  Imaginaire</string>
73               </property>
74              </widget>
75             </item>
76             <item row="1" column="0">
77              <widget class="QRadioButton" name="RBMP">
78               <property name="text">
79                <string>MP       : Module                                                 Phase</string>
80               </property>
81              </widget>
82             </item>
83            </layout>
84           </widget>
85          </item>
86         </layout>
87        </item>
88        <item row="2" column="0">
89         <layout class="QHBoxLayout" name="horizontalLayout_2">
90          <item>
91           <widget class="QLineEdit" name="LEReel">
92            <property name="minimumSize">
93             <size>
94              <width>190</width>
95              <height>40</height>
96             </size>
97            </property>
98           </widget>
99          </item>
100          <item>
101           <widget class="QLineEdit" name="LEImag">
102            <property name="minimumSize">
103             <size>
104              <width>190</width>
105              <height>40</height>
106             </size>
107            </property>
108           </widget>
109          </item>
110         </layout>
111        </item>
112        <item row="3" column="0">
113         <layout class="QVBoxLayout" name="verticalLayout">
114          <item>
115           <widget class="QLabel" name="Commentaire">
116            <property name="text">
117             <string>&lt;font size=&quot;+2&quot;&gt;Un complexe est attendu&lt;/font&gt;</string>
118            </property>
119            <property name="wordWrap">
120             <bool>false</bool>
121            </property>
122           </widget>
123          </item>
124          <item>
125           <spacer name="verticalSpacer">
126            <property name="orientation">
127             <enum>Qt::Vertical</enum>
128            </property>
129            <property name="sizeHint" stdset="0">
130             <size>
131              <width>20</width>
132              <height>40</height>
133             </size>
134            </property>
135           </spacer>
136          </item>
137          <item>
138           <layout class="QHBoxLayout" name="horizontalLayout">
139            <item>
140             <spacer name="horizontalSpacer_2">
141              <property name="orientation">
142               <enum>Qt::Horizontal</enum>
143              </property>
144              <property name="sizeHint" stdset="0">
145               <size>
146                <width>40</width>
147                <height>20</height>
148               </size>
149              </property>
150             </spacer>
151            </item>
152            <item>
153             <widget class="QPushButton" name="bOk">
154              <property name="minimumSize">
155               <size>
156                <width>160</width>
157                <height>30</height>
158               </size>
159              </property>
160              <property name="maximumSize">
161               <size>
162                <width>160</width>
163                <height>30</height>
164               </size>
165              </property>
166              <property name="toolTip">
167               <string>validation de la saisie</string>
168              </property>
169              <property name="text">
170               <string>&amp;Valider</string>
171              </property>
172              <property name="shortcut">
173               <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
174              </property>
175              <property name="autoDefault">
176               <bool>true</bool>
177              </property>
178              <property name="default">
179               <bool>true</bool>
180              </property>
181             </widget>
182            </item>
183            <item>
184             <spacer name="horizontalSpacer">
185              <property name="orientation">
186               <enum>Qt::Horizontal</enum>
187              </property>
188              <property name="sizeHint" stdset="0">
189               <size>
190                <width>40</width>
191                <height>20</height>
192               </size>
193              </property>
194             </spacer>
195            </item>
196           </layout>
197          </item>
198         </layout>
199        </item>
200       </layout>
201      </widget>
202     </widget>
203    </item>
204   </layout>
205  </widget>
206  <layoutdefault spacing="6" margin="11"/>
207  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
208  <tabstops>
209   <tabstop>LEcomp</tabstop>
210  </tabstops>
211  <resources/>
212  <connections/>
213 </ui>