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