[3bdbfcc] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <ui version="4.0"> |
---|
| 3 | <class>SlicerParametersUI</class> |
---|
| 4 | <widget class="QDialog" name="SlicerParametersUI"> |
---|
| 5 | <property name="geometry"> |
---|
| 6 | <rect> |
---|
| 7 | <x>0</x> |
---|
| 8 | <y>0</y> |
---|
| 9 | <width>328</width> |
---|
| 10 | <height>266</height> |
---|
| 11 | </rect> |
---|
| 12 | </property> |
---|
| 13 | <property name="sizePolicy"> |
---|
| 14 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> |
---|
| 15 | <horstretch>0</horstretch> |
---|
| 16 | <verstretch>0</verstretch> |
---|
| 17 | </sizepolicy> |
---|
| 18 | </property> |
---|
| 19 | <property name="windowTitle"> |
---|
| 20 | <string>Slicer Parameters</string> |
---|
| 21 | </property> |
---|
| 22 | <property name="windowIcon"> |
---|
[cd2cc745] | 23 | <iconset> |
---|
[3bdbfcc] | 24 | <normaloff>:/res/ball.ico</normaloff>:/res/ball.ico</iconset> |
---|
| 25 | </property> |
---|
| 26 | <layout class="QGridLayout" name="gridLayout"> |
---|
| 27 | <item row="0" column="0" colspan="2"> |
---|
| 28 | <widget class="QTableView" name="lstParams"/> |
---|
| 29 | </item> |
---|
[57b7ee2] | 30 | <item row="1" column="1"> |
---|
[3bdbfcc] | 31 | <widget class="QDialogButtonBox" name="buttonBox"> |
---|
| 32 | <property name="orientation"> |
---|
| 33 | <enum>Qt::Horizontal</enum> |
---|
| 34 | </property> |
---|
| 35 | <property name="standardButtons"> |
---|
[57b7ee2] | 36 | <set>QDialogButtonBox::Close|QDialogButtonBox::Help</set> |
---|
[3bdbfcc] | 37 | </property> |
---|
| 38 | </widget> |
---|
| 39 | </item> |
---|
| 40 | </layout> |
---|
| 41 | </widget> |
---|
[cd2cc745] | 42 | <resources/> |
---|
[3bdbfcc] | 43 | <connections> |
---|
| 44 | <connection> |
---|
| 45 | <sender>buttonBox</sender> |
---|
| 46 | <signal>accepted()</signal> |
---|
| 47 | <receiver>SlicerParametersUI</receiver> |
---|
| 48 | <slot>accept()</slot> |
---|
| 49 | <hints> |
---|
| 50 | <hint type="sourcelabel"> |
---|
| 51 | <x>248</x> |
---|
| 52 | <y>254</y> |
---|
| 53 | </hint> |
---|
| 54 | <hint type="destinationlabel"> |
---|
| 55 | <x>157</x> |
---|
| 56 | <y>274</y> |
---|
| 57 | </hint> |
---|
| 58 | </hints> |
---|
| 59 | </connection> |
---|
| 60 | <connection> |
---|
| 61 | <sender>buttonBox</sender> |
---|
| 62 | <signal>rejected()</signal> |
---|
| 63 | <receiver>SlicerParametersUI</receiver> |
---|
| 64 | <slot>reject()</slot> |
---|
| 65 | <hints> |
---|
| 66 | <hint type="sourcelabel"> |
---|
| 67 | <x>316</x> |
---|
| 68 | <y>260</y> |
---|
| 69 | </hint> |
---|
| 70 | <hint type="destinationlabel"> |
---|
| 71 | <x>286</x> |
---|
| 72 | <y>274</y> |
---|
| 73 | </hint> |
---|
| 74 | </hints> |
---|
| 75 | </connection> |
---|
| 76 | </connections> |
---|
| 77 | </ui> |
---|