| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <ui version="4.0">
|
|---|
| 3 | <class>Stereo3dDialog</class>
|
|---|
| 4 | <widget class="QDialog" name="Stereo3dDialog">
|
|---|
| 5 | <property name="geometry">
|
|---|
| 6 | <rect>
|
|---|
| 7 | <x>0</x>
|
|---|
| 8 | <y>0</y>
|
|---|
| 9 | <width>378</width>
|
|---|
| 10 | <height>157</height>
|
|---|
| 11 | </rect>
|
|---|
| 12 | </property>
|
|---|
| 13 | <property name="windowTitle">
|
|---|
| 14 | <string>Stereo 3D filter</string>
|
|---|
| 15 | </property>
|
|---|
| 16 | <layout class="QVBoxLayout" name="verticalLayout">
|
|---|
| 17 | <item>
|
|---|
| 18 | <widget class="QLabel" name="label">
|
|---|
| 19 | <property name="text">
|
|---|
| 20 | <string>&3D format of the video:</string>
|
|---|
| 21 | </property>
|
|---|
| 22 | <property name="buddy">
|
|---|
| 23 | <cstring>in_combo</cstring>
|
|---|
| 24 | </property>
|
|---|
| 25 | </widget>
|
|---|
| 26 | </item>
|
|---|
| 27 | <item>
|
|---|
| 28 | <widget class="QComboBox" name="in_combo"/>
|
|---|
| 29 | </item>
|
|---|
| 30 | <item>
|
|---|
| 31 | <widget class="QLabel" name="label_2">
|
|---|
| 32 | <property name="text">
|
|---|
| 33 | <string>&Output format:</string>
|
|---|
| 34 | </property>
|
|---|
| 35 | <property name="buddy">
|
|---|
| 36 | <cstring>out_combo</cstring>
|
|---|
| 37 | </property>
|
|---|
| 38 | </widget>
|
|---|
| 39 | </item>
|
|---|
| 40 | <item>
|
|---|
| 41 | <widget class="QComboBox" name="out_combo"/>
|
|---|
| 42 | </item>
|
|---|
| 43 | <item>
|
|---|
| 44 | <widget class="QDialogButtonBox" name="buttonBox">
|
|---|
| 45 | <property name="orientation">
|
|---|
| 46 | <enum>Qt::Horizontal</enum>
|
|---|
| 47 | </property>
|
|---|
| 48 | <property name="standardButtons">
|
|---|
| 49 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|---|
| 50 | </property>
|
|---|
| 51 | </widget>
|
|---|
| 52 | </item>
|
|---|
| 53 | </layout>
|
|---|
| 54 | </widget>
|
|---|
| 55 | <resources/>
|
|---|
| 56 | <connections>
|
|---|
| 57 | <connection>
|
|---|
| 58 | <sender>buttonBox</sender>
|
|---|
| 59 | <signal>accepted()</signal>
|
|---|
| 60 | <receiver>Stereo3dDialog</receiver>
|
|---|
| 61 | <slot>accept()</slot>
|
|---|
| 62 | <hints>
|
|---|
| 63 | <hint type="sourcelabel">
|
|---|
| 64 | <x>248</x>
|
|---|
| 65 | <y>254</y>
|
|---|
| 66 | </hint>
|
|---|
| 67 | <hint type="destinationlabel">
|
|---|
| 68 | <x>157</x>
|
|---|
| 69 | <y>274</y>
|
|---|
| 70 | </hint>
|
|---|
| 71 | </hints>
|
|---|
| 72 | </connection>
|
|---|
| 73 | <connection>
|
|---|
| 74 | <sender>buttonBox</sender>
|
|---|
| 75 | <signal>rejected()</signal>
|
|---|
| 76 | <receiver>Stereo3dDialog</receiver>
|
|---|
| 77 | <slot>reject()</slot>
|
|---|
| 78 | <hints>
|
|---|
| 79 | <hint type="sourcelabel">
|
|---|
| 80 | <x>316</x>
|
|---|
| 81 | <y>260</y>
|
|---|
| 82 | </hint>
|
|---|
| 83 | <hint type="destinationlabel">
|
|---|
| 84 | <x>286</x>
|
|---|
| 85 | <y>274</y>
|
|---|
| 86 | </hint>
|
|---|
| 87 | </hints>
|
|---|
| 88 | </connection>
|
|---|
| 89 | </connections>
|
|---|
| 90 | </ui>
|
|---|