Salome HOME
Merge branch 'V9_2_2_BR'
[modules/hexablock.git] / src / HEXABLOCKGUI / Propagation_QTD.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PropagationDialog</class>
4  <widget class="QDialog" name="PropagationDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>251</width>
10     <height>341</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="minimumSize">
20    <size>
21     <width>5</width>
22     <height>0</height>
23    </size>
24   </property>
25   <property name="windowTitle">
26    <string>Propagation</string>
27   </property>
28   <layout class="QVBoxLayout" name="verticalLayout_2">
29    <item>
30     <widget class="QGroupBox" name="groupBox_2">
31      <property name="sizePolicy">
32       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
33        <horstretch>0</horstretch>
34        <verstretch>0</verstretch>
35       </sizepolicy>
36      </property>
37      <property name="maximumSize">
38       <size>
39        <width>16777215</width>
40        <height>16777215</height>
41       </size>
42      </property>
43      <property name="title">
44       <string>Propagation(s)</string>
45      </property>
46      <layout class="QVBoxLayout" name="verticalLayout">
47       <item>
48        <widget class="QListWidget" name="propagations_lw">
49         <property name="sizePolicy">
50          <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
51           <horstretch>0</horstretch>
52           <verstretch>0</verstretch>
53          </sizepolicy>
54         </property>
55         <property name="minimumSize">
56          <size>
57           <width>0</width>
58           <height>130</height>
59          </size>
60         </property>
61        </widget>
62       </item>
63      </layout>
64     </widget>
65    </item>
66    <item>
67     <widget class="QGroupBox" name="groupBox_3">
68      <property name="sizePolicy">
69       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
70        <horstretch>0</horstretch>
71        <verstretch>0</verstretch>
72       </sizepolicy>
73      </property>
74      <property name="title">
75       <string>Law</string>
76      </property>
77      <layout class="QVBoxLayout" name="verticalLayout_3">
78       <item>
79        <widget class="QLineEdit" name="law_le">
80         <property name="sizePolicy">
81          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
82           <horstretch>0</horstretch>
83           <verstretch>0</verstretch>
84          </sizepolicy>
85         </property>
86         <property name="maximumSize">
87          <size>
88           <width>16777215</width>
89           <height>16777215</height>
90          </size>
91         </property>
92         <property name="readOnly">
93          <bool>false</bool>
94         </property>
95        </widget>
96       </item>
97      </layout>
98     </widget>
99    </item>
100    <item>
101     <widget class="QCheckBox" name="way_cb">
102      <property name="sizePolicy">
103       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
104        <horstretch>0</horstretch>
105        <verstretch>0</verstretch>
106       </sizepolicy>
107      </property>
108      <property name="text">
109       <string>way</string>
110      </property>
111     </widget>
112    </item>
113    <item>
114     <spacer name="verticalSpacer">
115      <property name="orientation">
116       <enum>Qt::Vertical</enum>
117      </property>
118      <property name="sizeHint" stdset="0">
119       <size>
120        <width>20</width>
121        <height>16777215</height>
122       </size>
123      </property>
124     </spacer>
125    </item>
126    <item>
127     <widget class="QDialogButtonBox" name="buttonBox">
128      <property name="orientation">
129       <enum>Qt::Horizontal</enum>
130      </property>
131      <property name="standardButtons">
132       <set>QDialogButtonBox::NoButton</set>
133      </property>
134      <property name="centerButtons">
135       <bool>false</bool>
136      </property>
137     </widget>
138    </item>
139   </layout>
140  </widget>
141  <tabstops>
142   <tabstop>propagations_lw</tabstop>
143   <tabstop>law_le</tabstop>
144   <tabstop>buttonBox</tabstop>
145  </tabstops>
146  <resources/>
147  <connections>
148   <connection>
149    <sender>buttonBox</sender>
150    <signal>accepted()</signal>
151    <receiver>PropagationDialog</receiver>
152    <slot>accept()</slot>
153    <hints>
154     <hint type="sourcelabel">
155      <x>403</x>
156      <y>725</y>
157     </hint>
158     <hint type="destinationlabel">
159      <x>157</x>
160      <y>274</y>
161     </hint>
162    </hints>
163   </connection>
164   <connection>
165    <sender>buttonBox</sender>
166    <signal>rejected()</signal>
167    <receiver>PropagationDialog</receiver>
168    <slot>reject()</slot>
169    <hints>
170     <hint type="sourcelabel">
171      <x>403</x>
172      <y>725</y>
173     </hint>
174     <hint type="destinationlabel">
175      <x>286</x>
176      <y>274</y>
177     </hint>
178    </hints>
179   </connection>
180  </connections>
181 </ui>