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