]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open_capture.ui
Various strings change and capitalisation changes to match the guidelines.
[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>358</width>
10     <height>177</height>
11    </rect>
12   </property>
13   <layout class="QGridLayout" >
14    <item row="0" column="0" >
15     <widget class="QLabel" name="label" >
16      <property name="text" >
17       <string>_("Capture mode")</string>
18      </property>
19     </widget>
20    </item>
21    <item row="0" column="2" colspan="2" >
22     <widget class="QComboBox" name="deviceCombo" >
23      <property name="sizePolicy" >
24       <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
25        <horstretch>0</horstretch>
26        <verstretch>0</verstretch>
27       </sizepolicy>
28      </property>
29      <property name="toolTip" >
30       <string>_("Select the capture device type")</string>
31      </property>
32     </widget>
33    </item>
34    <item row="1" column="0" colspan="4" >
35     <widget class="Line" name="line" >
36      <property name="orientation" >
37       <enum>Qt::Horizontal</enum>
38      </property>
39     </widget>
40    </item>
41    <item row="2" column="0" colspan="4" >
42     <widget class="QGroupBox" name="cardBox" >
43      <property name="title" >
44       <string>_("Card Selection")</string>
45      </property>
46     </widget>
47    </item>
48    <item row="3" column="0" colspan="4" >
49     <widget class="QGroupBox" name="optionsBox" >
50      <property name="title" >
51       <string>_("Options")</string>
52      </property>
53     </widget>
54    </item>
55    <item row="5" column="0" colspan="4" >
56     <spacer>
57      <property name="orientation" >
58       <enum>Qt::Vertical</enum>
59      </property>
60      <property name="sizeType" >
61       <enum>QSizePolicy::MinimumExpanding</enum>
62      </property>
63      <property name="sizeHint" stdset="0" >
64       <size>
65        <width>20</width>
66        <height>30</height>
67       </size>
68      </property>
69     </spacer>
70    </item>
71    <item row="4" column="3" >
72     <widget class="QPushButton" name="advancedButton" >
73      <property name="toolTip" >
74       <string>_("Access advanced options to tweak the device")</string>
75      </property>
76      <property name="text" >
77       <string>_("Advanced options...")</string>
78      </property>
79     </widget>
80    </item>
81   </layout>
82  </widget>
83  <resources/>
84  <connections/>
85 </ui>