Added not yet working vtkinteractorstyle subclass + fixed sigabrt when switching...
[engrid.git] / guipick.ui
blob3e1655b000c221ed82475b6dee0f023163df48fe
1 <ui version="4.0" >
2  <class>GuiPick</class>
3  <widget class="QDialog" name="GuiPick" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>400</width>
9     <height>300</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Dialog</string>
14   </property>
15   <widget class="QDialogButtonBox" name="buttonBox" >
16    <property name="geometry" >
17     <rect>
18      <x>30</x>
19      <y>240</y>
20      <width>341</width>
21      <height>32</height>
22     </rect>
23    </property>
24    <property name="orientation" >
25     <enum>Qt::Horizontal</enum>
26    </property>
27    <property name="standardButtons" >
28     <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
29    </property>
30   </widget>
31   <widget class="QWidget" name="formLayoutWidget" >
32    <property name="geometry" >
33     <rect>
34      <x>110</x>
35      <y>80</y>
36      <width>160</width>
37      <height>80</height>
38     </rect>
39    </property>
40    <layout class="QFormLayout" name="formLayout" >
41     <item row="0" column="0" >
42      <widget class="QRadioButton" name="radioButton_Point" >
43       <property name="text" >
44        <string>Point</string>
45       </property>
46      </widget>
47     </item>
48     <item row="0" column="1" >
49      <widget class="QSpinBox" name="spinBox_Point" />
50     </item>
51     <item row="1" column="0" >
52      <widget class="QRadioButton" name="radioButton_Cell" >
53       <property name="text" >
54        <string>Cell</string>
55       </property>
56      </widget>
57     </item>
58     <item row="1" column="1" >
59      <widget class="QSpinBox" name="spinBox_Cell" />
60     </item>
61    </layout>
62   </widget>
63  </widget>
64  <resources/>
65  <connections>
66   <connection>
67    <sender>buttonBox</sender>
68    <signal>accepted()</signal>
69    <receiver>GuiPick</receiver>
70    <slot>accept()</slot>
71    <hints>
72     <hint type="sourcelabel" >
73      <x>248</x>
74      <y>254</y>
75     </hint>
76     <hint type="destinationlabel" >
77      <x>157</x>
78      <y>274</y>
79     </hint>
80    </hints>
81   </connection>
82   <connection>
83    <sender>buttonBox</sender>
84    <signal>rejected()</signal>
85    <receiver>GuiPick</receiver>
86    <slot>reject()</slot>
87    <hints>
88     <hint type="sourcelabel" >
89      <x>316</x>
90      <y>260</y>
91     </hint>
92     <hint type="destinationlabel" >
93      <x>286</x>
94      <y>274</y>
95     </hint>
96    </hints>
97   </connection>
98  </connections>
99 </ui>