]> SALOME platform Git repositories - tools/eficas.git/blob - UiQT4/desCommentaire.ui
Salome HOME
Modif V6_4_°
[tools/eficas.git] / UiQT4 / desCommentaire.ui
1 <ui version="4.0" >
2  <class>DComment</class>
3  <widget class="QWidget" name="DComment" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>796</width>
9     <height>618</height>
10    </rect>
11   </property>
12   <property name="minimumSize" >
13    <size>
14     <width>505</width>
15     <height>0</height>
16    </size>
17   </property>
18   <property name="windowTitle" >
19    <string>DComm</string>
20   </property>
21   <layout class="QGridLayout" name="gridLayout_3" >
22    <item row="0" column="0" >
23     <widget class="QTabWidget" name="TWChoix" >
24      <property name="currentIndex" >
25       <number>0</number>
26      </property>
27      <widget class="QWidget" name="Valeur_Parametre" >
28       <attribute name="title" >
29        <string>Commentaire</string>
30       </attribute>
31       <layout class="QGridLayout" name="gridLayout" >
32        <item row="0" column="0" >
33         <widget class="QTextEdit" name="textCommentaire" />
34        </item>
35       </layout>
36       <zorder>textCommentaire</zorder>
37       <zorder>bOk</zorder>
38      </widget>
39      <widget class="QWidget" name="Commande" >
40       <attribute name="title" >
41        <string>Nouvelle Commande</string>
42       </attribute>
43       <layout class="QGridLayout" name="gridLayout_4" >
44        <item row="0" column="0" >
45         <layout class="QGridLayout" name="gridLayout_2" >
46          <item row="0" column="0" colspan="2" >
47           <widget class="QLabel" name="textLabel1_4" >
48            <property name="text" >
49             <string>&lt;b>&lt;u>Commandes :&lt;/u>&lt;/b></string>
50            </property>
51            <property name="wordWrap" >
52             <bool>false</bool>
53            </property>
54           </widget>
55          </item>
56          <item rowspan="2" row="0" column="4" >
57           <widget class="QGroupBox" name="groupBox" >
58            <property name="minimumSize" >
59             <size>
60              <width>171</width>
61              <height>71</height>
62             </size>
63            </property>
64            <property name="title" >
65             <string>Affichage</string>
66            </property>
67            <layout class="QGridLayout" name="gridLayout" >
68             <item row="0" column="0" >
69              <widget class="QRadioButton" name="RBalpha" >
70               <property name="minimumSize" >
71                <size>
72                 <width>149</width>
73                 <height>16</height>
74                </size>
75               </property>
76               <property name="maximumSize" >
77                <size>
78                 <width>149</width>
79                 <height>16</height>
80                </size>
81               </property>
82               <property name="text" >
83                <string>alphabétique</string>
84               </property>
85               <property name="checked" >
86                <bool>true</bool>
87               </property>
88              </widget>
89             </item>
90             <item row="1" column="0" >
91              <widget class="QRadioButton" name="RBGroupe" >
92               <property name="text" >
93                <string>par groupe</string>
94               </property>
95              </widget>
96             </item>
97            </layout>
98           </widget>
99          </item>
100          <item row="1" column="0" >
101           <widget class="QLabel" name="textLabel6" >
102            <property name="minimumSize" >
103             <size>
104              <width>91</width>
105              <height>30</height>
106             </size>
107            </property>
108            <property name="text" >
109             <string>Filtre</string>
110            </property>
111            <property name="wordWrap" >
112             <bool>false</bool>
113            </property>
114           </widget>
115          </item>
116          <item row="1" column="1" >
117           <widget class="QLineEdit" name="LEFiltre" >
118            <property name="minimumSize" >
119             <size>
120              <width>231</width>
121              <height>30</height>
122             </size>
123            </property>
124           </widget>
125          </item>
126          <item row="1" column="2" >
127           <widget class="QPushButton" name="BNext" >
128            <property name="minimumSize" >
129             <size>
130              <width>90</width>
131              <height>30</height>
132             </size>
133            </property>
134            <property name="text" >
135             <string>Suivant</string>
136            </property>
137           </widget>
138          </item>
139          <item row="1" column="3" >
140           <spacer name="horizontalSpacer_4" >
141            <property name="orientation" >
142             <enum>Qt::Horizontal</enum>
143            </property>
144            <property name="sizeHint" stdset="0" >
145             <size>
146              <width>108</width>
147              <height>20</height>
148             </size>
149            </property>
150           </spacer>
151          </item>
152         </layout>
153        </item>
154        <item row="1" column="0" >
155         <widget class="QListWidget" name="LBNouvCommande" />
156        </item>
157        <item row="2" column="0" >
158         <widget class="QLabel" name="textLabel4" >
159          <property name="maximumSize" >
160           <size>
161            <width>721</width>
162            <height>20</height>
163           </size>
164          </property>
165          <property name="text" >
166           <string>La commande choisie sera ajoutée APRES la commande courante</string>
167          </property>
168          <property name="wordWrap" >
169           <bool>false</bool>
170          </property>
171         </widget>
172        </item>
173       </layout>
174      </widget>
175     </widget>
176    </item>
177    <item row="1" column="0" >
178     <layout class="QHBoxLayout" name="horizontalLayout" >
179      <item>
180       <spacer name="horizontalSpacer" >
181        <property name="orientation" >
182         <enum>Qt::Horizontal</enum>
183        </property>
184        <property name="sizeHint" stdset="0" >
185         <size>
186          <width>268</width>
187          <height>20</height>
188         </size>
189        </property>
190       </spacer>
191      </item>
192      <item>
193       <widget class="QPushButton" name="bOk" >
194        <property name="minimumSize" >
195         <size>
196          <width>160</width>
197          <height>30</height>
198         </size>
199        </property>
200        <property name="maximumSize" >
201         <size>
202          <width>160</width>
203          <height>30</height>
204         </size>
205        </property>
206        <property name="toolTip" >
207         <string>validation de la saisie</string>
208        </property>
209        <property name="text" >
210         <string>&amp;Valider</string>
211        </property>
212        <property name="shortcut" >
213         <string>Shift+A, Alt+A, Alt+A, Alt+A</string>
214        </property>
215        <property name="autoDefault" >
216         <bool>true</bool>
217        </property>
218        <property name="default" >
219         <bool>true</bool>
220        </property>
221       </widget>
222      </item>
223      <item>
224       <spacer name="horizontalSpacer_2" >
225        <property name="orientation" >
226         <enum>Qt::Horizontal</enum>
227        </property>
228        <property name="sizeHint" stdset="0" >
229         <size>
230          <width>328</width>
231          <height>20</height>
232         </size>
233        </property>
234       </spacer>
235      </item>
236     </layout>
237    </item>
238   </layout>
239  </widget>
240  <layoutdefault spacing="6" margin="11" />
241  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
242  <tabstops>
243   <tabstop>TWChoix</tabstop>
244   <tabstop>bOk</tabstop>
245  </tabstops>
246  <resources/>
247  <connections/>
248 </ui>