]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open_capture.ui
Qt4 - Open Disc Dialog, finish the disc/track-sub/audio handling. Hide, rename, show...
[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>140</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="1" column="0" colspan="2" >
24     <widget class="QGroupBox" name="groupBox" >
25      <property name="sizePolicy" >
26       <sizepolicy>
27        <hsizetype>3</hsizetype>
28        <vsizetype>5</vsizetype>
29        <horstretch>0</horstretch>
30        <verstretch>0</verstretch>
31       </sizepolicy>
32      </property>
33      <property name="title" >
34       <string>Card Selection</string>
35      </property>
36      <widget class="QWidget" name="gridLayout" >
37       <property name="geometry" >
38        <rect>
39         <x>10</x>
40         <y>10</y>
41         <width>531</width>
42         <height>41</height>
43        </rect>
44       </property>
45       <layout class="QGridLayout" >
46        <property name="margin" >
47         <number>0</number>
48        </property>
49        <property name="spacing" >
50         <number>6</number>
51        </property>
52       </layout>
53      </widget>
54     </widget>
55    </item>
56    <item row="2" column="0" colspan="2" >
57     <widget class="QGroupBox" name="Options" >
58      <property name="sizePolicy" >
59       <sizepolicy>
60        <hsizetype>5</hsizetype>
61        <vsizetype>0</vsizetype>
62        <horstretch>0</horstretch>
63        <verstretch>0</verstretch>
64       </sizepolicy>
65      </property>
66      <property name="title" >
67       <string>Options</string>
68      </property>
69      <layout class="QHBoxLayout" >
70       <property name="margin" >
71        <number>9</number>
72       </property>
73       <property name="spacing" >
74        <number>6</number>
75       </property>
76      </layout>
77     </widget>
78    </item>
79    <item row="0" column="0" >
80     <widget class="QLabel" name="label" >
81      <property name="text" >
82       <string>Capture Mode</string>
83      </property>
84     </widget>
85    </item>
86    <item row="0" column="1" >
87     <widget class="QComboBox" name="protocolCombo" >
88      <property name="sizePolicy" >
89       <sizepolicy>
90        <hsizetype>1</hsizetype>
91        <vsizetype>0</vsizetype>
92        <horstretch>0</horstretch>
93        <verstretch>0</verstretch>
94       </sizepolicy>
95      </property>
96     </widget>
97    </item>
98    <item row="3" column="0" colspan="2" >
99     <spacer>
100      <property name="orientation" >
101       <enum>Qt::Vertical</enum>
102      </property>
103      <property name="sizeType" >
104       <enum>QSizePolicy::MinimumExpanding</enum>
105      </property>
106      <property name="sizeHint" >
107       <size>
108        <width>20</width>
109        <height>10</height>
110       </size>
111      </property>
112     </spacer>
113    </item>
114   </layout>
115  </widget>
116  <resources/>
117  <connections/>
118 </ui>