Salome HOME
legere difference ds VARIABLES_TO_BE...
[tools/eficas.git] / UiQT5 / desWidgetMatrice.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>desWidgetMatrice</class>
4  <widget class="QDialog" name="desWidgetMatrice">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>1067</width>
10     <height>770</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QHBoxLayout" name="horizontalLayout">
17    <property name="spacing">
18     <number>4</number>
19    </property>
20    <property name="leftMargin">
21     <number>0</number>
22    </property>
23    <property name="topMargin">
24     <number>0</number>
25    </property>
26    <property name="rightMargin">
27     <number>0</number>
28    </property>
29    <property name="bottomMargin">
30     <number>0</number>
31    </property>
32    <item>
33     <layout class="QVBoxLayout" name="verticalLayout_2">
34      <property name="spacing">
35       <number>0</number>
36      </property>
37      <item>
38       <layout class="QHBoxLayout" name="horizontalLayout_2">
39        <property name="spacing">
40         <number>0</number>
41        </property>
42        <property name="sizeConstraint">
43         <enum>QLayout::SetFixedSize</enum>
44        </property>
45        <item>
46         <spacer name="horizontalSpacer_3">
47          <property name="orientation">
48           <enum>Qt::Horizontal</enum>
49          </property>
50          <property name="sizeType">
51           <enum>QSizePolicy::Fixed</enum>
52          </property>
53          <property name="sizeHint" stdset="0">
54           <size>
55            <width>21</width>
56            <height>20</height>
57           </size>
58          </property>
59         </spacer>
60        </item>
61        <item>
62         <widget class="MonBoutonValide" name="RBValide">
63          <property name="minimumSize">
64           <size>
65            <width>21</width>
66            <height>25</height>
67           </size>
68          </property>
69          <property name="maximumSize">
70           <size>
71            <width>21</width>
72            <height>25</height>
73           </size>
74          </property>
75          <property name="focusPolicy">
76           <enum>Qt::ClickFocus</enum>
77          </property>
78          <property name="toolTip">
79           <string>Affiche le rapport de validation du mot-clef</string>
80          </property>
81          <property name="styleSheet">
82           <string notr="true">border : 0px</string>
83          </property>
84          <property name="text">
85           <string>...</string>
86          </property>
87          <property name="icon">
88           <iconset>
89            <normaloff>../../../../../../home/A96028/GitEficasTravail/eficas/Editeur/icons/ast-green-ball.png</normaloff>../../../../../../home/A96028/GitEficasTravail/eficas/Editeur/icons/ast-green-ball.png</iconset>
90          </property>
91          <property name="iconSize">
92           <size>
93            <width>25</width>
94            <height>25</height>
95           </size>
96          </property>
97         </widget>
98        </item>
99       </layout>
100      </item>
101      <item>
102       <spacer name="verticalSpacer_2">
103        <property name="orientation">
104         <enum>Qt::Vertical</enum>
105        </property>
106        <property name="sizeType">
107         <enum>QSizePolicy::Fixed</enum>
108        </property>
109        <property name="sizeHint" stdset="0">
110         <size>
111          <width>20</width>
112          <height>15</height>
113         </size>
114        </property>
115       </spacer>
116      </item>
117      <item>
118       <widget class="QPushButton" name="PBrefresh">
119        <property name="toolTip">
120         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Met à jour l'en-tête&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
121        </property>
122        <property name="text">
123         <string/>
124        </property>
125        <property name="icon">
126         <iconset theme="view-refresh">
127          <normaloff>.</normaloff>.</iconset>
128        </property>
129       </widget>
130      </item>
131      <item>
132       <spacer name="verticalSpacer">
133        <property name="orientation">
134         <enum>Qt::Vertical</enum>
135        </property>
136        <property name="sizeHint" stdset="0">
137         <size>
138          <width>20</width>
139          <height>40</height>
140         </size>
141        </property>
142       </spacer>
143      </item>
144     </layout>
145    </item>
146    <item>
147     <widget class="MonLabelClic" name="label">
148      <property name="sizePolicy">
149       <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
150        <horstretch>0</horstretch>
151        <verstretch>0</verstretch>
152       </sizepolicy>
153      </property>
154      <property name="minimumSize">
155       <size>
156        <width>300</width>
157        <height>25</height>
158       </size>
159      </property>
160      <property name="maximumSize">
161       <size>
162        <width>178</width>
163        <height>16777215</height>
164       </size>
165      </property>
166      <property name="frameShape">
167       <enum>QFrame::NoFrame</enum>
168      </property>
169      <property name="text">
170       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;aaa&lt;/p&gt;&lt;p&gt;dqsklmdqm&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
171      </property>
172      <property name="scaledContents">
173       <bool>false</bool>
174      </property>
175      <property name="alignment">
176       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
177      </property>
178     </widget>
179    </item>
180    <item>
181     <widget class="QTableWidget" name="TBMatrice"/>
182    </item>
183   </layout>
184  </widget>
185  <customwidgets>
186   <customwidget>
187    <class>MonBoutonValide</class>
188    <extends>QToolButton</extends>
189    <header>monBoutonValide.h</header>
190   </customwidget>
191   <customwidget>
192    <class>MonLabelClic</class>
193    <extends>QLabel</extends>
194    <header>monLabelClic.h</header>
195   </customwidget>
196  </customwidgets>
197  <resources/>
198  <connections/>
199 </ui>