]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open_capture.ui
Qt 4.2: compatibility... btw, just switch to QT 4.3.2.... :D
[vlc] / modules / gui / qt4 / ui / open_capture.ui
1 <ui version="4.0" >
2  <author>Jean-Baptiste Kempf</author>
3  <class>OpenCapture</class>
4  <widget class="QWidget" name="OpenCapture" >
5   <property name="geometry" >
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>314</width>
10     <height>147</height>
11    </rect>
12   </property>
13   <property name="windowTitle" >
14    <string>Capture</string>
15   </property>
16   <layout class="QGridLayout" >
17    <item row="5" column="0" colspan="2" >
18     <spacer>
19      <property name="orientation" >
20       <enum>Qt::Vertical</enum>
21      </property>
22      <property name="sizeType" >
23       <enum>QSizePolicy::MinimumExpanding</enum>
24      </property>
25      <property name="sizeHint" >
26       <size>
27        <width>20</width>
28        <height>10</height>
29       </size>
30      </property>
31     </spacer>
32    </item>
33    <item row="0" column="1" >
34     <widget class="QComboBox" name="deviceCombo" >
35      <property name="sizePolicy" >
36       <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
37        <horstretch>0</horstretch>
38        <verstretch>0</verstretch>
39       </sizepolicy>
40      </property>
41      <property name="toolTip" >
42       <string>_("Select the capture device type")</string>
43      </property>
44     </widget>
45    </item>
46    <item row="0" column="0" >
47     <widget class="QLabel" name="label" >
48      <property name="text" >
49       <string>_("Capture Mode")</string>
50      </property>
51     </widget>
52    </item>
53    <item row="3" column="0" colspan="2" >
54     <widget class="QGroupBox" name="optionsBox" >
55      <property name="sizePolicy" >
56       <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
57        <horstretch>0</horstretch>
58        <verstretch>0</verstretch>
59       </sizepolicy>
60      </property>
61      <property name="title" >
62       <string>_("Options")</string>
63      </property>
64     </widget>
65    </item>
66    <item row="2" column="0" colspan="2" >
67     <widget class="QGroupBox" name="cardBox" >
68      <property name="sizePolicy" >
69       <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
70        <horstretch>0</horstretch>
71        <verstretch>0</verstretch>
72       </sizepolicy>
73      </property>
74      <property name="title" >
75       <string>_("Card Selection")</string>
76      </property>
77     </widget>
78    </item>
79    <item row="4" column="0" >
80     <widget class="QPushButton" name="advancedButton" >
81      <property name="toolTip" >
82       <string>_("Access advanced options to tweak the device")</string>
83      </property>
84      <property name="text" >
85       <string>_("Advanced options...")</string>
86      </property>
87     </widget>
88    </item>
89    <item row="1" column="0" colspan="2" >
90     <widget class="Line" name="line" >
91      <property name="orientation" >
92       <enum>Qt::Horizontal</enum>
93      </property>
94     </widget>
95    </item>
96   </layout>
97  </widget>
98  <resources/>
99  <connections/>
100 </ui>