]> SALOME platform Git repositories - modules/hexablock.git/blob - src/HEXABLOCKGUI/Propagation_QTD.ui
Salome HOME
861e900a3dbb57831a194f65b1ac8800a0ad3133
[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>196</width>
10     <height>297</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="windowTitle">
20    <string>Propagation</string>
21   </property>
22   <layout class="QVBoxLayout" name="verticalLayout">
23    <item>
24     <widget class="QGroupBox" name="groupBox">
25      <property name="sizePolicy">
26       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
27        <horstretch>0</horstretch>
28        <verstretch>0</verstretch>
29       </sizepolicy>
30      </property>
31      <property name="title">
32       <string>Arguments</string>
33      </property>
34      <layout class="QVBoxLayout" name="verticalLayout_2">
35       <item>
36        <widget class="QGroupBox" name="groupBox_2">
37         <property name="sizePolicy">
38          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
39           <horstretch>0</horstretch>
40           <verstretch>0</verstretch>
41          </sizepolicy>
42         </property>
43         <property name="maximumSize">
44          <size>
45           <width>16777215</width>
46           <height>16777215</height>
47          </size>
48         </property>
49         <property name="title">
50          <string>Propagation(s)</string>
51         </property>
52         <layout class="QVBoxLayout" name="verticalLayout_3">
53          <item>
54           <widget class="QListWidget" name="propagations_lw">
55            <property name="sizePolicy">
56             <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
57              <horstretch>0</horstretch>
58              <verstretch>0</verstretch>
59             </sizepolicy>
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="Fixed">
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_4">
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="text">
103          <string>way</string>
104         </property>
105        </widget>
106       </item>
107      </layout>
108     </widget>
109    </item>
110    <item>
111     <widget class="QDialogButtonBox" name="buttonBox">
112      <property name="orientation">
113       <enum>Qt::Horizontal</enum>
114      </property>
115      <property name="standardButtons">
116       <set>QDialogButtonBox::NoButton</set>
117      </property>
118      <property name="centerButtons">
119       <bool>false</bool>
120      </property>
121     </widget>
122    </item>
123   </layout>
124  </widget>
125  <tabstops>
126   <tabstop>propagations_lw</tabstop>
127   <tabstop>law_le</tabstop>
128   <tabstop>way_cb</tabstop>
129   <tabstop>buttonBox</tabstop>
130  </tabstops>
131  <resources/>
132  <connections>
133   <connection>
134    <sender>buttonBox</sender>
135    <signal>accepted()</signal>
136    <receiver>PropagationDialog</receiver>
137    <slot>accept()</slot>
138    <hints>
139     <hint type="sourcelabel">
140      <x>403</x>
141      <y>725</y>
142     </hint>
143     <hint type="destinationlabel">
144      <x>157</x>
145      <y>274</y>
146     </hint>
147    </hints>
148   </connection>
149   <connection>
150    <sender>buttonBox</sender>
151    <signal>rejected()</signal>
152    <receiver>PropagationDialog</receiver>
153    <slot>reject()</slot>
154    <hints>
155     <hint type="sourcelabel">
156      <x>403</x>
157      <y>725</y>
158     </hint>
159     <hint type="destinationlabel">
160      <x>286</x>
161      <y>274</y>
162     </hint>
163    </hints>
164   </connection>
165  </connections>
166 </ui>