]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open_capture.ui
Qt4 - Open: - remove a few kludges, clean and do it a better way.
[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    <property name="leftMargin" >
18     <number>9</number>
19    </property>
20    <property name="topMargin" >
21     <number>9</number>
22    </property>
23    <property name="rightMargin" >
24     <number>9</number>
25    </property>
26    <property name="bottomMargin" >
27     <number>9</number>
28    </property>
29    <property name="horizontalSpacing" >
30     <number>6</number>
31    </property>
32    <property name="verticalSpacing" >
33     <number>6</number>
34    </property>
35    <item row="5" column="0" colspan="2" >
36     <spacer>
37      <property name="orientation" >
38       <enum>Qt::Vertical</enum>
39      </property>
40      <property name="sizeType" >
41       <enum>QSizePolicy::MinimumExpanding</enum>
42      </property>
43      <property name="sizeHint" >
44       <size>
45        <width>20</width>
46        <height>10</height>
47       </size>
48      </property>
49     </spacer>
50    </item>
51    <item row="0" column="1" >
52     <widget class="QComboBox" name="deviceCombo" >
53      <property name="sizePolicy" >
54       <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
55        <horstretch>0</horstretch>
56        <verstretch>0</verstretch>
57       </sizepolicy>
58      </property>
59      <property name="toolTip" >
60       <string>_("Select the capture device type")</string>
61      </property>
62     </widget>
63    </item>
64    <item row="0" column="0" >
65     <widget class="QLabel" name="label" >
66      <property name="text" >
67       <string>_("Capture Mode")</string>
68      </property>
69     </widget>
70    </item>
71    <item row="3" column="0" colspan="2" >
72     <widget class="QGroupBox" name="optionsBox" >
73      <property name="sizePolicy" >
74       <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
75        <horstretch>0</horstretch>
76        <verstretch>0</verstretch>
77       </sizepolicy>
78      </property>
79      <property name="title" >
80       <string>_("Options")</string>
81      </property>
82     </widget>
83    </item>
84    <item row="2" column="0" colspan="2" >
85     <widget class="QGroupBox" name="cardBox" >
86      <property name="sizePolicy" >
87       <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
88        <horstretch>0</horstretch>
89        <verstretch>0</verstretch>
90       </sizepolicy>
91      </property>
92      <property name="title" >
93       <string>_("Card Selection")</string>
94      </property>
95     </widget>
96    </item>
97    <item row="4" column="0" >
98     <widget class="QPushButton" name="advancedButton" >
99      <property name="toolTip" >
100       <string>_("Access advanced options to tweak the device")</string>
101      </property>
102      <property name="text" >
103       <string>_("Advanced options...")</string>
104      </property>
105     </widget>
106    </item>
107    <item row="1" column="0" colspan="2" >
108     <widget class="Line" name="line" >
109      <property name="orientation" >
110       <enum>Qt::Horizontal</enum>
111      </property>
112     </widget>
113    </item>
114   </layout>
115  </widget>
116  <resources/>
117  <connections/>
118 </ui>