Newer
Older
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PanoWindow1</class>
<widget class="QWidget" name="PanoWindow1">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>650</width>
<height>500</height>
</rect>
</property>
<property name="windowTitle">
<string>PanoWindow1</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="14" column="1" colspan="2">
<widget class="QPushButton" name="pushButton">
</property>
</widget>
</item>
<item row="1" column="1" colspan="2">
<widget class="QComboBox" name="comboBox">
<property name="editable">
<bool>false</bool>
<property name="modelColumn">
<number>0</number>
<item>
<property name="text">
<string>Square Root</string>
</property>
</item>
<item>
<property name="text">
<string>Naive</string>
</property>
</item>
<item>
<property name="text">
<string>Linear</string>
</property>
</item>
<item>
<property name="text">
<string>Square Power</string>
</property>
</item>
<item>
<property name="text">
<string>Cubic Power</string>
</property>
</item>
<item>
<property name="text">
<string>Logarithm</string>
</property>
</item>
<item row="0" column="0" rowspan="15">
<widget class="OpenGLCanvas" name="GLCanvas" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="baseSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item row="3" column="1" colspan="2">
<widget class="QComboBox" name="comboBox_2">
<item>
<property name="text">
<string>Perspective</string>
</property>
</item>
<item>
<property name="text">
<string>3D Sphere</string>
</property>
</item>
<item>
<property name="text">
<string>Equi-Rectangular</string>
</property>
</item>
</widget>
</item>
<item row="13" column="1" colspan="2">
<widget class="QPushButton" name="chooseFile">
<property name="text">
<string>Input Image</string>
</widget>
</item>
<item row="2" column="1" colspan="2">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Visualization</string>
</item>
<item row="0" column="1" colspan="2">
<widget class="QLabel" name="label">
<property name="text">
<string>FOV-Scale Relation</string>
</property>
</widget>
</item>
<item row="12" column="1" colspan="2">
<widget class="QPushButton" name="reCenter">
</property>
</widget>
</item>
<item row="11" column="1" alignment="Qt::AlignHCenter">
<widget class="QLabel" name="label_5">
<property name="text">
<string>FOV max</string>
</property>
</widget>
</item>
<item row="11" column="2" alignment="Qt::AlignHCenter">
<widget class="QLabel" name="label_6">
<property name="text">
<string>FOV</string>
</property>
</widget>
</item>
<item row="9" column="2" rowspan="2" alignment="Qt::AlignHCenter">
<widget class="QSlider" name="changefov">
<property name="minimum">
<number>1</number>
<property name="maximum">
<number>359</number>
<property name="value">
<number>60</number>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
<item row="10" column="1" alignment="Qt::AlignHCenter">
<widget class="QSlider" name="changefovmax">
</property>
<property name="sliderPosition">
<number>60</number>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="tickPosition">
<enum>QSlider::NoTicks</enum>
</property>
<property name="tickInterval">
<number>10</number>
</property>
</widget>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>OpenGLCanvas</class>
<extends>QWidget</extends>
<header location="global">openglcanvas.h</header>
<signal>fov_changed(int)</signal>
<slot>change_fov(double)</slot>
<slot>change_scale(double)</slot>
<slot>change_center_lambda(double)</slot>
<slot>change_center_phi(double)</slot>
<slot>change_fov_scale_relation(QString)</slot>
<slot>change_visualization(QString)</slot>
<slot>change_fov_max(int)</slot>
<slot>change_fov(int)</slot>
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
</slots>
</customwidget>
</customwidgets>
<resources/>
<connections>
<connection>
<sender>pushButton</sender>
<signal>clicked()</signal>
<receiver>PanoWindow1</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>596</x>
<y>409</y>
</hint>
<hint type="destinationlabel">
<x>629</x>
<y>364</y>
</hint>
</hints>
</connection>
<connection>
<sender>comboBox</sender>
<signal>activated(QString)</signal>
<receiver>GLCanvas</receiver>
<slot>change_fov_scale_relation(QString)</slot>
<hints>
<hint type="sourcelabel">
<x>603</x>
<y>50</y>
</hint>
<hint type="destinationlabel">
<x>492</x>
<y>77</y>
</hint>
</hints>
</connection>
<connection>
<sender>comboBox_2</sender>
<signal>activated(QString)</signal>
<receiver>GLCanvas</receiver>
<slot>change_visualization(QString)</slot>
<hints>
<hint type="sourcelabel">
<x>554</x>
<y>106</y>
</hint>
<hint type="destinationlabel">
<x>496</x>
<y>123</y>
</hint>
</hints>
</connection>
<connection>
<sender>chooseFile</sender>
<signal>clicked()</signal>
<receiver>GLCanvas</receiver>
<slot>change_input_image()</slot>
<hints>
<hint type="sourcelabel">
<x>566</x>
<y>258</y>
</hint>
<hint type="destinationlabel">
<x>247</x>
<y>249</y>
</hint>
</hints>
</connection>
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
<connection>
<sender>changefov</sender>
<signal>sliderMoved(int)</signal>
<receiver>GLCanvas</receiver>
<slot>change_fov(int)</slot>
<hints>
<hint type="sourcelabel">
<x>607</x>
<y>352</y>
</hint>
<hint type="destinationlabel">
<x>250</x>
<y>249</y>
</hint>
</hints>
</connection>
<connection>
<sender>GLCanvas</sender>
<signal>fov_changed(int)</signal>
<receiver>changefov</receiver>
<slot>setValue(int)</slot>
<hints>
<hint type="sourcelabel">
<x>250</x>
<y>249</y>
</hint>
<hint type="destinationlabel">
<x>607</x>
<y>324</y>
</hint>
</hints>
</connection>
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
<connection>
<sender>reCenter</sender>
<signal>clicked()</signal>
<receiver>GLCanvas</receiver>
<slot>re_center()</slot>
<hints>
<hint type="sourcelabel">
<x>569</x>
<y>444</y>
</hint>
<hint type="destinationlabel">
<x>250</x>
<y>249</y>
</hint>
</hints>
</connection>
<connection>
<sender>changefovmax</sender>
<signal>sliderMoved(int)</signal>
<receiver>GLCanvas</receiver>
<slot>change_fov_max(int)</slot>
<hints>
<hint type="sourcelabel">
<x>512</x>
<y>363</y>
</hint>
<hint type="destinationlabel">
<x>250</x>
<y>249</y>
</hint>
</hints>
</connection>
<connection>
<sender>GLCanvas</sender>
<signal>max_fov_changed(int)</signal>
<receiver>changefovmax</receiver>
<slot>setValue(int)</slot>
<hints>
<hint type="sourcelabel">
<x>250</x>
<y>249</y>
</hint>
<hint type="destinationlabel">
<x>532</x>
<y>262</y>
</hint>
</hints>
</connection>