implemented method to access individual variables from an XML section
[engrid-github.git] / src / libengrid / guicreatevolumemesh.ui
blob0bddbab4dbf6493075b28cf6af36625d0f2c4701
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GuiCreateVolumeMesh</class>
4 <widget class="QDialog" name="GuiCreateVolumeMesh">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>207</width>
10 <height>255</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Create Mesh</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QLabel" name="label">
19 <property name="text">
20 <string>volumes</string>
21 </property>
22 </widget>
23 </item>
24 <item>
25 <widget class="QListWidget" name="m_ListWidgetVolumes"/>
26 </item>
27 <item>
28 <widget class="QCheckBox" name="m_CheckBoxBoundaryLayer">
29 <property name="text">
30 <string>boundary layer mesh</string>
31 </property>
32 <property name="checked">
33 <bool>true</bool>
34 </property>
35 </widget>
36 </item>
37 <item>
38 <spacer name="verticalSpacer">
39 <property name="orientation">
40 <enum>Qt::Vertical</enum>
41 </property>
42 <property name="sizeHint" stdset="0">
43 <size>
44 <width>20</width>
45 <height>22</height>
46 </size>
47 </property>
48 </spacer>
49 </item>
50 <item>
51 <layout class="QHBoxLayout" name="horizontalLayout">
52 <item>
53 <spacer name="horizontalSpacer">
54 <property name="orientation">
55 <enum>Qt::Horizontal</enum>
56 </property>
57 <property name="sizeHint" stdset="0">
58 <size>
59 <width>40</width>
60 <height>20</height>
61 </size>
62 </property>
63 </spacer>
64 </item>
65 <item>
66 <widget class="QDialogButtonBox" name="buttonBox">
67 <property name="orientation">
68 <enum>Qt::Horizontal</enum>
69 </property>
70 <property name="standardButtons">
71 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
72 </property>
73 </widget>
74 </item>
75 </layout>
76 </item>
77 </layout>
78 </widget>
79 <tabstops>
80 <tabstop>m_ListWidgetVolumes</tabstop>
81 <tabstop>m_CheckBoxBoundaryLayer</tabstop>
82 <tabstop>buttonBox</tabstop>
83 </tabstops>
84 <resources/>
85 <connections>
86 <connection>
87 <sender>buttonBox</sender>
88 <signal>accepted()</signal>
89 <receiver>GuiCreateVolumeMesh</receiver>
90 <slot>accept()</slot>
91 <hints>
92 <hint type="sourcelabel">
93 <x>248</x>
94 <y>254</y>
95 </hint>
96 <hint type="destinationlabel">
97 <x>157</x>
98 <y>274</y>
99 </hint>
100 </hints>
101 </connection>
102 <connection>
103 <sender>buttonBox</sender>
104 <signal>rejected()</signal>
105 <receiver>GuiCreateVolumeMesh</receiver>
106 <slot>reject()</slot>
107 <hints>
108 <hint type="sourcelabel">
109 <x>316</x>
110 <y>260</y>
111 </hint>
112 <hint type="destinationlabel">
113 <x>286</x>
114 <y>274</y>
115 </hint>
116 </hints>
117 </connection>
118 </connections>
119 </ui>