]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/open_capture.ui
Qt4 - Sometimes size does matter.
[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>400</width>
10     <height>165</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="3" column="1" >
24     <spacer>
25      <property name="orientation" >
26       <enum>Qt::Vertical</enum>
27      </property>
28      <property name="sizeHint" >
29       <size>
30        <width>20</width>
31        <height>40</height>
32       </size>
33      </property>
34     </spacer>
35    </item>
36    <item row="1" column="0" >
37     <widget class="QComboBox" name="protocolCombo" />
38    </item>
39    <item row="0" column="1" >
40     <widget class="QLabel" name="label_2" >
41      <property name="sizePolicy" >
42       <sizepolicy>
43        <hsizetype>5</hsizetype>
44        <vsizetype>0</vsizetype>
45        <horstretch>0</horstretch>
46        <verstretch>0</verstretch>
47       </sizepolicy>
48      </property>
49      <property name="text" >
50       <string>Card Selection</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="3" >
62     <widget class="QGroupBox" name="Options" >
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      <layout class="QHBoxLayout" >
75       <property name="margin" >
76        <number>9</number>
77       </property>
78       <property name="spacing" >
79        <number>6</number>
80       </property>
81      </layout>
82     </widget>
83    </item>
84   </layout>
85  </widget>
86  <includes/>
87  <resources/>
88  <connections/>
89 </ui>