-Added Set2Vector + Vector2Set functions to egvtkobject
[engrid.git] / guidivideboundarylayer.ui
blob99c4ea91e9b38bae5820950b61b2d0a6c7e5add0
1 <ui version="4.0" >
2  <class>GuiDivideBoundaryLayer</class>
3  <widget class="QDialog" name="GuiDivideBoundaryLayer" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>501</width>
9     <height>308</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>divide boundary layer</string>
14   </property>
15   <property name="windowIcon" >
16    <iconset resource="engrid.qrc" >
17     <normaloff>:/icons/resources/icons/G.png</normaloff>:/icons/resources/icons/G.png</iconset>
18   </property>
19   <layout class="QGridLayout" name="gridLayout_2" >
20    <item row="0" column="0" >
21     <layout class="QGridLayout" name="gridLayout" >
22      <item row="0" column="1" >
23       <widget class="QLineEdit" name="lineEditH" >
24        <property name="text" >
25         <string>0.01</string>
26        </property>
27        <property name="alignment" >
28         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
29        </property>
30       </widget>
31      </item>
32      <item row="0" column="0" >
33       <widget class="QLabel" name="label" >
34        <property name="text" >
35         <string>initial layer thickness</string>
36        </property>
37       </widget>
38      </item>
39      <item row="1" column="0" >
40       <widget class="QLabel" name="label_3" >
41        <property name="text" >
42         <string>initial increase factor</string>
43        </property>
44       </widget>
45      </item>
46      <item row="1" column="1" >
47       <widget class="QDoubleSpinBox" name="doubleSpinBoxF" >
48        <property name="alignment" >
49         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
50        </property>
51        <property name="minimum" >
52         <double>1.000000000000000</double>
53        </property>
54        <property name="maximum" >
55         <double>10.000000000000000</double>
56        </property>
57        <property name="singleStep" >
58         <double>0.100000000000000</double>
59        </property>
60        <property name="value" >
61         <double>1.500000000000000</double>
62        </property>
63       </widget>
64      </item>
65      <item row="2" column="1" >
66       <widget class="QSpinBox" name="spinBoxLayers" >
67        <property name="alignment" >
68         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
69        </property>
70        <property name="minimum" >
71         <number>3</number>
72        </property>
73        <property name="value" >
74         <number>10</number>
75        </property>
76       </widget>
77      </item>
78      <item row="2" column="0" >
79       <widget class="QLabel" name="label_2" >
80        <property name="text" >
81         <string>number of layers</string>
82        </property>
83       </widget>
84      </item>
85      <item row="0" column="2" >
86       <widget class="QCheckBox" name="checkBoxH" >
87        <property name="text" >
88         <string>use relative spacing</string>
89        </property>
90        <property name="checked" >
91         <bool>true</bool>
92        </property>
93       </widget>
94      </item>
95     </layout>
96    </item>
97    <item rowspan="2" row="0" column="1" >
98     <widget class="QGroupBox" name="groupBox" >
99      <property name="sizePolicy" >
100       <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
101        <horstretch>0</horstretch>
102        <verstretch>0</verstretch>
103       </sizepolicy>
104      </property>
105      <property name="title" >
106       <string>boundary conditions</string>
107      </property>
108      <layout class="QHBoxLayout" name="horizontalLayout_2" >
109       <item>
110        <widget class="QListWidget" name="listWidget" >
111         <property name="sizePolicy" >
112          <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
113           <horstretch>0</horstretch>
114           <verstretch>0</verstretch>
115          </sizepolicy>
116         </property>
117         <property name="maximumSize" >
118          <size>
119           <width>16777215</width>
120           <height>16777215</height>
121          </size>
122         </property>
123        </widget>
124       </item>
125      </layout>
126     </widget>
127    </item>
128    <item row="1" column="0" >
129     <spacer name="verticalSpacer" >
130      <property name="orientation" >
131       <enum>Qt::Vertical</enum>
132      </property>
133      <property name="sizeHint" stdset="0" >
134       <size>
135        <width>20</width>
136        <height>169</height>
137       </size>
138      </property>
139     </spacer>
140    </item>
141    <item row="2" column="0" colspan="2" >
142     <layout class="QHBoxLayout" name="horizontalLayout" >
143      <item>
144       <widget class="QPushButton" name="pushButtonHelp" >
145        <property name="text" >
146         <string>Help</string>
147        </property>
148       </widget>
149      </item>
150      <item>
151       <widget class="QDialogButtonBox" name="buttonBox" >
152        <property name="orientation" >
153         <enum>Qt::Horizontal</enum>
154        </property>
155        <property name="standardButtons" >
156         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
157        </property>
158       </widget>
159      </item>
160     </layout>
161    </item>
162   </layout>
163  </widget>
164  <resources>
165   <include location="engrid.qrc" />
166  </resources>
167  <connections>
168   <connection>
169    <sender>buttonBox</sender>
170    <signal>accepted()</signal>
171    <receiver>GuiDivideBoundaryLayer</receiver>
172    <slot>accept()</slot>
173    <hints>
174     <hint type="sourcelabel" >
175      <x>248</x>
176      <y>254</y>
177     </hint>
178     <hint type="destinationlabel" >
179      <x>157</x>
180      <y>274</y>
181     </hint>
182    </hints>
183   </connection>
184   <connection>
185    <sender>buttonBox</sender>
186    <signal>rejected()</signal>
187    <receiver>GuiDivideBoundaryLayer</receiver>
188    <slot>reject()</slot>
189    <hints>
190     <hint type="sourcelabel" >
191      <x>316</x>
192      <y>260</y>
193     </hint>
194     <hint type="destinationlabel" >
195      <x>286</x>
196      <y>274</y>
197     </hint>
198    </hints>
199   </connection>
200  </connections>
201 </ui>