|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>CovererUI</class> |
|
4 <widget class="QDialog" name="CovererUI"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>310</width> |
|
10 <height>220</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="minimumSize"> |
|
14 <size> |
|
15 <width>310</width> |
|
16 <height>220</height> |
|
17 </size> |
|
18 </property> |
|
19 <property name="maximumSize"> |
|
20 <size> |
|
21 <width>10000</width> |
|
22 <height>10000</height> |
|
23 </size> |
|
24 </property> |
|
25 <property name="windowTitle"> |
|
26 <string>Coverer</string> |
|
27 </property> |
|
28 <widget class="QDialogButtonBox" name="buttonBox"> |
|
29 <property name="geometry"> |
|
30 <rect> |
|
31 <x>40</x> |
|
32 <y>180</y> |
|
33 <width>261</width> |
|
34 <height>32</height> |
|
35 </rect> |
|
36 </property> |
|
37 <property name="orientation"> |
|
38 <enum>Qt::Horizontal</enum> |
|
39 </property> |
|
40 <property name="standardButtons"> |
|
41 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
42 </property> |
|
43 </widget> |
|
44 <widget class="QWidget" name="gridLayoutWidget"> |
|
45 <property name="geometry"> |
|
46 <rect> |
|
47 <x>10</x> |
|
48 <y>5</y> |
|
49 <width>291</width> |
|
50 <height>171</height> |
|
51 </rect> |
|
52 </property> |
|
53 <layout class="QGridLayout" name="gridLayout" columnstretch="0,1"> |
|
54 <item row="0" column="0"> |
|
55 <widget class="QLabel" name="label"> |
|
56 <property name="text"> |
|
57 <string>Shape 1</string> |
|
58 </property> |
|
59 </widget> |
|
60 </item> |
|
61 <item row="1" column="0"> |
|
62 <widget class="QLabel" name="label_2"> |
|
63 <property name="text"> |
|
64 <string>Shape 2</string> |
|
65 </property> |
|
66 </widget> |
|
67 </item> |
|
68 <item row="1" column="1"> |
|
69 <widget class="QComboBox" name="cmb_col2"/> |
|
70 </item> |
|
71 <item row="0" column="1"> |
|
72 <widget class="QComboBox" name="cmb_col1"/> |
|
73 </item> |
|
74 <item row="2" column="0"> |
|
75 <widget class="QLabel" name="label_3"> |
|
76 <property name="text"> |
|
77 <string>Segment split length:</string> |
|
78 </property> |
|
79 </widget> |
|
80 </item> |
|
81 <item row="3" column="0"> |
|
82 <widget class="QLabel" name="label_4"> |
|
83 <property name="text"> |
|
84 <string>Bias:</string> |
|
85 </property> |
|
86 </widget> |
|
87 </item> |
|
88 <item row="2" column="1"> |
|
89 <widget class="QDoubleSpinBox" name="dsb_segsplit"> |
|
90 <property name="maximum"> |
|
91 <double>10000.000000000000000</double> |
|
92 </property> |
|
93 </widget> |
|
94 </item> |
|
95 <item row="3" column="1"> |
|
96 <widget class="QSpinBox" name="sb_bias"> |
|
97 <property name="minimum"> |
|
98 <number>-100</number> |
|
99 </property> |
|
100 <property name="maximum"> |
|
101 <number>100</number> |
|
102 </property> |
|
103 </widget> |
|
104 </item> |
|
105 <item row="4" column="0"> |
|
106 <widget class="QCheckBox" name="cb_reverse"> |
|
107 <property name="text"> |
|
108 <string>Reverse shape 2</string> |
|
109 </property> |
|
110 </widget> |
|
111 </item> |
|
112 <item row="5" column="0"> |
|
113 <widget class="QCheckBox" name="cb_oldsweep"> |
|
114 <property name="text"> |
|
115 <string>Old sweep method</string> |
|
116 </property> |
|
117 </widget> |
|
118 </item> |
|
119 </layout> |
|
120 </widget> |
|
121 </widget> |
|
122 <resources/> |
|
123 <connections> |
|
124 <connection> |
|
125 <sender>buttonBox</sender> |
|
126 <signal>accepted()</signal> |
|
127 <receiver>CovererUI</receiver> |
|
128 <slot>accept()</slot> |
|
129 <hints> |
|
130 <hint type="sourcelabel"> |
|
131 <x>248</x> |
|
132 <y>254</y> |
|
133 </hint> |
|
134 <hint type="destinationlabel"> |
|
135 <x>157</x> |
|
136 <y>274</y> |
|
137 </hint> |
|
138 </hints> |
|
139 </connection> |
|
140 <connection> |
|
141 <sender>buttonBox</sender> |
|
142 <signal>rejected()</signal> |
|
143 <receiver>CovererUI</receiver> |
|
144 <slot>reject()</slot> |
|
145 <hints> |
|
146 <hint type="sourcelabel"> |
|
147 <x>316</x> |
|
148 <y>260</y> |
|
149 </hint> |
|
150 <hint type="destinationlabel"> |
|
151 <x>286</x> |
|
152 <y>274</y> |
|
153 </hint> |
|
154 </hints> |
|
155 </connection> |
|
156 </connections> |
|
157 </ui> |