[844] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
| 2 | <ui version="4.0">
|
---|
| 3 | <class>RecordingOptions</class>
|
---|
| 4 | <widget class="QDialog" name="RecordingOptions">
|
---|
| 5 | <property name="geometry">
|
---|
| 6 | <rect>
|
---|
| 7 | <x>0</x>
|
---|
| 8 | <y>0</y>
|
---|
| 9 | <width>316</width>
|
---|
| 10 | <height>436</height>
|
---|
| 11 | </rect>
|
---|
| 12 | </property>
|
---|
| 13 | <property name="windowTitle">
|
---|
| 14 | <string>Video options</string>
|
---|
| 15 | </property>
|
---|
| 16 | <layout class="QVBoxLayout" name="verticalLayout">
|
---|
| 17 | <item>
|
---|
| 18 | <layout class="QHBoxLayout" name="horizontalLayout_3">
|
---|
| 19 | <item>
|
---|
| 20 | <widget class="QLabel" name="label">
|
---|
| 21 | <property name="sizePolicy">
|
---|
| 22 | <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
---|
| 23 | <horstretch>0</horstretch>
|
---|
| 24 | <verstretch>0</verstretch>
|
---|
| 25 | </sizepolicy>
|
---|
| 26 | </property>
|
---|
| 27 | <property name="text">
|
---|
| 28 | <string>File:</string>
|
---|
| 29 | </property>
|
---|
| 30 | </widget>
|
---|
| 31 | </item>
|
---|
| 32 | <item>
|
---|
| 33 | <widget class="QLineEdit" name="file"/>
|
---|
| 34 | </item>
|
---|
| 35 | <item>
|
---|
| 36 | <widget class="QToolButton" name="pickfile">
|
---|
| 37 | <property name="text">
|
---|
| 38 | <string>...</string>
|
---|
| 39 | </property>
|
---|
| 40 | </widget>
|
---|
| 41 | </item>
|
---|
| 42 | </layout>
|
---|
| 43 | </item>
|
---|
| 44 | <item>
|
---|
| 45 | <widget class="QGroupBox" name="groupBox">
|
---|
| 46 | <property name="title">
|
---|
| 47 | <string>Size</string>
|
---|
| 48 | </property>
|
---|
| 49 | <layout class="QGridLayout" name="gridLayout_2">
|
---|
| 50 | <item row="0" column="0">
|
---|
| 51 | <widget class="QRadioButton" name="sizeOriginal">
|
---|
| 52 | <property name="text">
|
---|
| 53 | <string/>
|
---|
| 54 | </property>
|
---|
| 55 | <property name="checked">
|
---|
| 56 | <bool>true</bool>
|
---|
| 57 | </property>
|
---|
| 58 | </widget>
|
---|
| 59 | </item>
|
---|
| 60 | <item row="0" column="1">
|
---|
| 61 | <widget class="QRadioButton" name="sizeVGA">
|
---|
| 62 | <property name="text">
|
---|
| 63 | <string>VGA</string>
|
---|
| 64 | </property>
|
---|
| 65 | </widget>
|
---|
| 66 | </item>
|
---|
| 67 | <item row="1" column="0">
|
---|
| 68 | <widget class="QRadioButton" name="size720p">
|
---|
| 69 | <property name="text">
|
---|
| 70 | <string>720p</string>
|
---|
| 71 | </property>
|
---|
| 72 | </widget>
|
---|
| 73 | </item>
|
---|
| 74 | <item row="1" column="1">
|
---|
| 75 | <widget class="QRadioButton" name="sizeQVGA">
|
---|
| 76 | <property name="text">
|
---|
| 77 | <string>QVGA</string>
|
---|
| 78 | </property>
|
---|
| 79 | </widget>
|
---|
| 80 | </item>
|
---|
| 81 | <item row="2" column="0" colspan="3">
|
---|
| 82 | <layout class="QHBoxLayout" name="horizontalLayout_2">
|
---|
| 83 | <item>
|
---|
| 84 | <widget class="QRadioButton" name="sizeCustom">
|
---|
| 85 | <property name="text">
|
---|
| 86 | <string>Width:</string>
|
---|
| 87 | </property>
|
---|
| 88 | </widget>
|
---|
| |
---|