Salome HOME
etat provisoire pour sauvegarde avant vacances. non stable
[tools/eficas.git] / UiQT4 / desParam.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>DParam</class>
4  <widget class="QWidget" name="DParam">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>571</width>
10     <height>410</height>
11    </rect>
12   </property>
13   <property name="minimumSize">
14    <size>
15     <width>505</width>
16     <height>0</height>
17    </size>
18   </property>
19   <property name="windowTitle">
20    <string>DComm</string>
21   </property>
22   <layout class="QVBoxLayout" name="verticalLayout_2">
23    <item>
24     <widget class="QTabWidget" name="TWChoix">
25      <property name="styleSheet">
26       <string notr="true">QLineEdit {background:rgb(240,240,240)}</string>
27      </property>
28      <property name="currentIndex">
29       <number>1</number>
30      </property>
31      <widget class="QWidget" name="Commande">
32       <attribute name="title">
33        <string>Utiliser un Paramètre</string>
34       </attribute>
35       <layout class="QGridLayout" name="gridLayout_4">
36        <item row="0" column="0">
37         <widget class="QListWidget" name="LBParam">
38          <property name="selectionMode">
39           <enum>QAbstractItemView::MultiSelection</enum>
40          </property>
41         </widget>
42        </item>
43       </layout>
44      </widget>
45      <widget class="QWidget" name="Valeur_Parametre">
46       <attribute name="title">
47        <string>Créer un Paramètre</string>
48       </attribute>
49       <layout class="QVBoxLayout" name="verticalLayout">
50        <item>
51         <layout class="QHBoxLayout" name="horizontalLayout_2">
52          <item>
53           <widget class="QLabel" name="textLabel2_2_2">
54            <property name="sizePolicy">
55             <sizepolicy hsizetype="Preferred" vsizetype="Ignored">
56              <horstretch>0</horstretch>
57              <verstretch>0</verstretch>
58             </sizepolicy>
59            </property>
60            <property name="text">
61             <string>&lt;u&gt;&lt;b&gt;&lt;p align=&quot;center&quot;&gt;Parametre&lt;/p&gt;&lt;/b&gt;&lt;/u&gt;</string>
62            </property>
63            <property name="wordWrap">
64             <bool>false</bool>
65            </property>
66           </widget>
67          </item>
68          <item>
69           <spacer name="horizontalSpacer">
70            <property name="orientation">
71             <enum>Qt::Horizontal</enum>
72            </property>
73            <property name="sizeHint" stdset="0">
74             <size>
75              <width>288</width>
76              <height>20</height>
77             </size>
78            </property>
79           </spacer>
80          </item>
81         </layout>
82        </item>
83        <item>
84         <spacer name="verticalSpacer_3">
85          <property name="orientation">
86           <enum>Qt::Vertical</enum>
87          </property>
88          <property name="sizeHint" stdset="0">
89           <size>
90            <width>20</width>
91            <height>2</height>
92           </size>
93          </property>
94         </spacer>
95        </item>
96        <item>
97         <layout class="QGridLayout" name="gridLayout">
98          <item row="1" column="1">
99           <widget class="QLineEdit" name="lineEditVal">
100            <property name="minimumSize">
101             <size>
102              <width>231</width>
103              <height>31</height>
104             </size>
105            </property>
106            <property name="frame">
107             <bool>false</bool>
108            </property>
109           </widget>
110          </item>
111          <item row="0" column="0">
112           <widget class="QLabel" name="textLabel2_2">
113            <property name="text">
114             <string>&lt;b&gt; Nom: &lt;/b&gt;</string>
115            </property>
116            <property name="wordWrap">
117             <bool>false</bool>
118            </property>
119           </widget>
120          </item>
121          <item row="0" column="1">
122           <widget class="QLineEdit" name="lineEditNom">
123            <property name="minimumSize">
124             <size>
125              <width>231</width>
126              <height>31</height>
127             </size>
128            </property>
129            <property name="frame">
130             <bool>false</bool>
131            </property>
132           </widget>
133          </item>
134          <item row="1" column="0">
135           <widget class="QLabel" name="textLabel2">
136            <property name="text">
137             <string>&lt;b&gt; Valeur: &lt;/b&gt;</string>
138            </property>
139            <property name="wordWrap">
140             <bool>false</bool>
141            </property>
142           </widget>
143          </item>
144         </layout>
145        </item>
146        <item>
147         <spacer name="verticalSpacer">
148          <property name="orientation">
149           <enum>Qt::Vertical</enum>
150          </property>
151          <property name="sizeType">
152           <enum>QSizePolicy::MinimumExpanding</enum>
153          </property>
154          <property name="sizeHint" stdset="0">
155           <size>
156            <width>20</width>
157            <height>168</height>
158           </size>
159          </property>
160         </spacer>
161        </item>
162        <item>
163         <layout class="QHBoxLayout" name="horizontalLayout">
164          <item>
165           <spacer name="horizontalSpacer_2">
166            <property name="orientation">
167             <enum>Qt::Horizontal</enum>
168            </property>
169            <property name="sizeHint" stdset="0">
170             <size>
171              <width>368</width>
172              <height>20</height>
173             </size>
174            </property>
175           </spacer>
176          </item>
177          <item>
178           <widget class="QPushButton" name="RBParam">
179            <property name="sizePolicy">
180             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
181              <horstretch>0</horstretch>
182              <verstretch>0</verstretch>
183             </sizepolicy>
184            </property>
185            <property name="minimumSize">
186             <size>
187              <width>140</width>
188              <height>40</height>
189             </size>
190            </property>
191            <property name="maximumSize">
192             <size>
193              <width>140</width>
194              <height>40</height>
195             </size>
196            </property>
197            <property name="styleSheet">
198             <string notr="true">background-color:rgb(104,110,149);
199 color :white;
200 border-radius : 12px
201 </string>
202            </property>
203            <property name="text">
204             <string>Nouveau</string>
205            </property>
206           </widget>
207          </item>
208         </layout>
209        </item>
210       </layout>
211      </widget>
212     </widget>
213    </item>
214   </layout>
215  </widget>
216  <layoutdefault spacing="6" margin="11"/>
217  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
218  <tabstops>
219   <tabstop>TWChoix</tabstop>
220   <tabstop>lineEditNom</tabstop>
221   <tabstop>lineEditVal</tabstop>
222  </tabstops>
223  <resources/>
224  <connections/>
225 </ui>