Added not yet working vtkinteractorstyle subclass + fixed sigabrt when switching...
[engrid.git] / guicreateboundarylayer.ui
blob25edfef902af68c657e2680fcb9616f7e2cea997
1 <ui version="4.0" >
2  <class>GuiCreateBoundaryLayer</class>
3  <widget class="QDialog" name="GuiCreateBoundaryLayer" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>322</width>
9     <height>272</height>
10    </rect>
11   </property>
12   <property name="minimumSize" >
13    <size>
14     <width>0</width>
15     <height>0</height>
16    </size>
17   </property>
18   <property name="windowTitle" >
19    <string>create prismatic boundary layer</string>
20   </property>
21   <property name="windowIcon" >
22    <iconset resource="engrid.qrc" >
23     <normaloff>:/icons/resources/icons/G.png</normaloff>:/icons/resources/icons/G.png</iconset>
24   </property>
25   <layout class="QVBoxLayout" name="verticalLayout" >
26    <item>
27     <widget class="QGroupBox" name="groupBox" >
28      <property name="sizePolicy" >
29       <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
30        <horstretch>0</horstretch>
31        <verstretch>0</verstretch>
32       </sizepolicy>
33      </property>
34      <property name="title" >
35       <string>boundary conditions</string>
36      </property>
37      <layout class="QHBoxLayout" name="horizontalLayout" >
38       <item>
39        <widget class="QListWidget" name="listWidget" >
40         <property name="sizePolicy" >
41          <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
42           <horstretch>0</horstretch>
43           <verstretch>0</verstretch>
44          </sizepolicy>
45         </property>
46         <property name="maximumSize" >
47          <size>
48           <width>16777215</width>
49           <height>16777215</height>
50          </size>
51         </property>
52        </widget>
53       </item>
54      </layout>
55     </widget>
56    </item>
57    <item>
58     <layout class="QHBoxLayout" >
59      <item>
60       <widget class="QPushButton" name="pushButtonHelp" >
61        <property name="text" >
62         <string>Help</string>
63        </property>
64       </widget>
65      </item>
66      <item>
67       <widget class="QDialogButtonBox" name="buttonBox" >
68        <property name="orientation" >
69         <enum>Qt::Horizontal</enum>
70        </property>
71        <property name="standardButtons" >
72         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
73        </property>
74       </widget>
75      </item>
76     </layout>
77    </item>
78   </layout>
79  </widget>
80  <resources>
81   <include location="engrid.qrc" />
82  </resources>
83  <connections>
84   <connection>
85    <sender>buttonBox</sender>
86    <signal>accepted()</signal>
87    <receiver>GuiCreateBoundaryLayer</receiver>
88    <slot>accept()</slot>
89    <hints>
90     <hint type="sourcelabel" >
91      <x>248</x>
92      <y>254</y>
93     </hint>
94     <hint type="destinationlabel" >
95      <x>157</x>
96      <y>274</y>
97     </hint>
98    </hints>
99   </connection>
100   <connection>
101    <sender>buttonBox</sender>
102    <signal>rejected()</signal>
103    <receiver>GuiCreateBoundaryLayer</receiver>
104    <slot>reject()</slot>
105    <hints>
106     <hint type="sourcelabel" >
107      <x>316</x>
108      <y>260</y>
109     </hint>
110     <hint type="destinationlabel" >
111      <x>286</x>
112      <y>274</y>
113     </hint>
114    </hints>
115   </connection>
116  </connections>
117 </ui>