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>469</width>
|
---|
10 | <height>142</height>
|
---|
11 | </rect>
|
---|
12 | </property>
|
---|
13 | <property name="windowTitle">
|
---|
14 | <string>Video options</string>
|
---|
15 | </property>
|
---|
16 | <layout class="QGridLayout" name="gridLayout" columnstretch="0,2,0">
|
---|
17 | <property name="sizeConstraint">
|
---|
18 | <enum>QLayout::SetMinAndMaxSize</enum>
|
---|
19 | </property>
|
---|
20 | <property name="leftMargin">
|
---|
21 | <number>16</number>
|
---|
22 | </property>
|
---|
23 | <property name="topMargin">
|
---|
24 | <number>0</number>
|
---|
25 | </property>
|
---|
26 | <property name="rightMargin">
|
---|
27 | <number>16</number>
|
---|
28 | </property>
|
---|
29 | <property name="bottomMargin">
|
---|
30 | <number>8</number>
|
---|
31 | </property>
|
---|
32 | <property name="horizontalSpacing">
|
---|
33 | <number>16</number>
|
---|
34 | </property>
|
---|
35 | <property name="verticalSpacing">
|
---|
36 | <number>0</number>
|
---|
37 | </property>
|
---|
38 | <item row="0" column="1">
|
---|
39 | <widget class="QLineEdit" name="file"/>
|
---|
40 | </item>
|
---|
41 | <item row="0" column="2" rowspan="3">
|
---|
42 | <spacer name="verticalSpacer">
|
---|
43 | <property name="orientation">
|
---|
44 | <enum>Qt::Vertical</enum>
|
---|
45 | </property>
|
---|
46 | <property name="sizeHint" stdset="0">
|
---|
47 | <size>
|
---|
48 | <width>72</width>
|
---|
49 | <height>56</height>
|
---|
50 | </size>
|
---|
51 | </property>
|
---|
52 | </spacer>
|
---|
53 | </item>
|
---|
54 | <item row="1" column="0">
|
---|
55 | <widget class="QLabel" name="label_4">
|
---|
56 | <property name="text">
|
---|
57 | <string>Size</string>
|
---|
58 | </property>
|
---|
59 | </widget>
|
---|
60 | </item>
|
---|
61 | <item row="1" column="1">
|
---|
62 | <widget class="QComboBox" name="sizeCombo">
|
---|
63 | <item>
|
---|
64 | <property name="text">
|
---|
65 | <string/>
|
---|
66 | </property>
|
---|
67 | </item>
|
---|
68 | <item>
|
---|
69 | <property name="text">
|
---|
70 | <string>VGA</string>
|
---|
71 | </property>
|
---|
72 | </item>
|
---|
73 | <item>
|
---|
74 | <property name="text">
|
---|
75 | <string>QVGA</string>
|
---|
76 | </property>
|
---|
77 | </item>
|
---|
78 | <item>
|
---|
79 | <property name="text">
|
---|
80 | <string>720p</string>
|
---|
81 | </property>
|
---|
82 | </item>
|
---|
83 | </widget>
|
---|
84 | </item>
|
---|
85 | <item row="2" column="0" rowspan="2">
|
---|
86 | <widget class="QLabel" name="rateLabel">
|
---|
87 | <property name="text">
|
---|
88 | <string>Rate</string>
|
---|
89 | </property>
|
---|
90 | </widget>
|
---|
91 | </item>
|
---|
92 | <item row="2" column="1" rowspan="2">
|
---|
93 | <widget class="QComboBox" name="rateCombo">
|
---|
94 | <item>
|
---|
95 | <property name="text">
|
---|
96 | <string>60 Hz</string>
|
---|
97 | </property>
|
---|
98 | </item>
|
---|
99 | <item>
|
---|
100 | <property name="text">
|
---|
101 | <string>50 Hz</string>
|
---|
102 | </property>
|
---|
103 | </item>
|
---|
104 | <item>
|
---|
105 | <property name="text">
|
---|
106 | <string>25 Hz</string>
|
---|
107 | </property>
|
---|
108 | </item>
|
---|
109 | <item>
|
---|
110 | <property name="text">
|
---|
111 | <string>24 Hz</string>
|
---|
112 | </property>
|
---|
113 | </item>
|
---|
114 | <item>
|
---|
115 | <property name="text">
|
---|
116 | <string>20 Hz</string>
|
---|
117 | </property>
|
---|
118 | </item>
|
---|
119 | <item>
|
---|
120 | <property name="text">
|
---|
121 | <string>15 Hz</string>
|
---|
122 | </property>
|
---|
123 | </item>
|
---|
124 | <item>
|
---|
125 | <property name="text">
|
---|
126 | <string>10 Hz</string>
|
---|
127 | </property>
|
---|
128 | </item>
|
---|
129 | </widget>
|
---|
130 | </item>
|
---|
131 | <item row="5" column="1">
|
---|
132 | <widget class="QLineEdit" name="args"/>
|
---|
133 | </item>
|
---|
134 | <item row="4" column="1">
|
---|
135 | <widget class="QComboBox" name="profile"/>
|
---|
136 | </item>
|
---|
137 | <item row="4" column="0">
|
---|
138 | <widget class="QLabel" name="profileLabel">
|
---|
139 | <property name="text">
|
---|
140 | <string>Profile</string>
|
---|
141 | </property>
|
---|
142 | </widget>
|
---|
143 | </item>
|
---|
144 | <item row="6" column="0" colspan="2">
|
---|
|
---|