]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/sprefs_video.ui
9013119a4ccda1ede31a7ea0e0db8e0e8a9eed62
[vlc] / modules / gui / qt4 / ui / sprefs_video.ui
1 <ui version="4.0" >
2  <author>Jean-Baptiste Kempf</author>
3  <class>SPrefsVideo</class>
4  <widget class="QWidget" name="SPrefsVideo" >
5   <property name="geometry" >
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>526</width>
10     <height>513</height>
11    </rect>
12   </property>
13   <property name="windowTitle" >
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" >
17    <property name="spacing" >
18     <number>10</number>
19    </property>
20    <property name="margin" >
21     <number>9</number>
22    </property>
23    <item>
24     <widget class="QCheckBox" name="enableVideo" >
25      <property name="text" >
26       <string>_("Enable video")</string>
27      </property>
28      <property name="checked" >
29       <bool>true</bool>
30      </property>
31     </widget>
32    </item>
33    <item>
34     <widget class="QGroupBox" name="displayBox" >
35      <property name="title" >
36       <string>_("Display")</string>
37      </property>
38      <layout class="QGridLayout" >
39       <property name="margin" >
40        <number>9</number>
41       </property>
42       <property name="spacing" >
43        <number>6</number>
44       </property>
45       <item row="1" column="2" >
46        <widget class="QCheckBox" name="windowDecorations" >
47         <property name="text" >
48          <string>_("Window decorations")</string>
49         </property>
50         <property name="checked" >
51          <bool>true</bool>
52         </property>
53         <property name="tristate" >
54          <bool>true</bool>
55         </property>
56        </widget>
57       </item>
58       <item row="0" column="0" colspan="2" >
59        <widget class="QCheckBox" name="fullscreen" >
60         <property name="text" >
61          <string>_("Fullscreen")</string>
62         </property>
63        </widget>
64       </item>
65       <item row="1" column="0" colspan="2" >
66        <widget class="QCheckBox" name="alwaysOnTop" >
67         <property name="text" >
68          <string>_("Always on top")</string>
69         </property>
70        </widget>
71       </item>
72       <item row="4" column="1" colspan="2" >
73        <widget class="QComboBox" name="outputModule" />
74       </item>
75       <item row="4" column="0" >
76        <widget class="QLabel" name="label_4" >
77         <property name="text" >
78          <string>_("Output")</string>
79         </property>
80         <property name="buddy" >
81          <cstring>outputModule</cstring>
82         </property>
83        </widget>
84       </item>
85       <item row="0" column="2" >
86        <widget class="QCheckBox" name="overlay" >
87         <property name="text" >
88          <string>_("Accelerated video output")</string>
89         </property>
90         <property name="checked" >
91          <bool>true</bool>
92         </property>
93         <property name="tristate" >
94          <bool>true</bool>
95         </property>
96        </widget>
97       </item>
98       <item row="2" column="0" colspan="2" >
99        <widget class="QCheckBox" name="skipFrames" >
100         <property name="text" >
101          <string>_("Skip frames")</string>
102         </property>
103         <property name="checked" >
104          <bool>true</bool>
105         </property>
106        </widget>
107       </item>
108       <item row="2" column="2" >
109        <widget class="QCheckBox" name="embeddedVideo" >
110         <property name="text" >
111          <string>_("Embedded video")</string>
112         </property>
113        </widget>
114       </item>
115      </layout>
116     </widget>
117    </item>
118    <item>
119     <widget class="QGroupBox" name="directXBox" >
120      <property name="title" >
121       <string>_("DirectX")</string>
122      </property>
123      <layout class="QGridLayout" >
124       <property name="margin" >
125        <number>9</number>
126       </property>
127       <property name="spacing" >
128        <number>6</number>
129       </property>
130       <item row="1" column="1" colspan="2" >
131        <widget class="QComboBox" name="dXdisplayDevice" />
132       </item>
133       <item row="1" column="0" >
134        <widget class="QLabel" name="label_5" >
135         <property name="text" >
136          <string>_("Display device")</string>
137         </property>
138         <property name="buddy" >
139          <cstring>dXdisplayDevice</cstring>
140         </property>
141        </widget>
142       </item>
143       <item row="0" column="0" colspan="2" >
144        <widget class="QCheckBox" name="wallpaperMode" >
145         <property name="text" >
146          <string>_("Enable wallpaper mode")</string>
147         </property>
148        </widget>
149       </item>
150      </layout>
151      <zorder>dXdisplayDevice</zorder>
152      <zorder>label_5</zorder>
153      <zorder>wallpaperMode</zorder>
154      <zorder>displayBox</zorder>
155     </widget>
156    </item>
157    <item>
158     <widget class="QGroupBox" name="groupBox" >
159      <property name="title" >
160       <string>_("Video snapshots")</string>
161      </property>
162      <layout class="QGridLayout" >
163       <property name="margin" >
164        <number>9</number>
165       </property>
166       <property name="spacing" >
167        <number>6</number>
168       </property>
169       <item row="0" column="1" colspan="2" >
170        <widget class="QLineEdit" name="snapshotsDirectory" />
171       </item>
172       <item row="0" column="3" >
173        <widget class="QPushButton" name="snapshotsDirectoryBrowse" >
174         <property name="text" >
175          <string>_("Browse...")</string>
176         </property>
177        </widget>
178       </item>
179       <item row="0" column="0" >
180        <widget class="QLabel" name="label" >
181         <property name="text" >
182          <string>_("Directory")</string>
183         </property>
184         <property name="buddy" >
185          <cstring>snapshotsDirectory</cstring>
186         </property>
187        </widget>
188       </item>
189       <item row="1" column="0" >
190        <widget class="QLabel" name="label_2" >
191         <property name="text" >
192          <string>_("Prefix")</string>
193         </property>
194         <property name="buddy" >
195          <cstring>snapshotsPrefix</cstring>
196         </property>
197        </widget>
198       </item>
199       <item row="1" column="1" >
200        <widget class="QLineEdit" name="snapshotsPrefix" >
201         <property name="text" >
202          <string>vlc-snap</string>
203         </property>
204        </widget>
205       </item>
206       <item row="2" column="0" >
207        <widget class="QLabel" name="label_3" >
208         <property name="text" >
209          <string>_("Format")</string>
210         </property>
211         <property name="buddy" >
212          <cstring>snapshotsFormat</cstring>
213         </property>
214        </widget>
215       </item>
216       <item row="2" column="1" colspan="3" >
217        <widget class="QComboBox" name="snapshotsFormat" />
218       </item>
219       <item row="1" column="2" colspan="2" >
220        <widget class="QCheckBox" name="snapshotsSequentialNumbering" >
221         <property name="text" >
222          <string>_("Sequential numbering")</string>
223         </property>
224        </widget>
225       </item>
226      </layout>
227     </widget>
228    </item>
229   </layout>
230  </widget>
231  <tabstops>
232   <tabstop>enableVideo</tabstop>
233   <tabstop>fullscreen</tabstop>
234   <tabstop>overlay</tabstop>
235   <tabstop>alwaysOnTop</tabstop>
236   <tabstop>windowDecorations</tabstop>
237   <tabstop>skipFrames</tabstop>
238   <tabstop>outputModule</tabstop>
239   <tabstop>wallpaperMode</tabstop>
240   <tabstop>dXdisplayDevice</tabstop>
241   <tabstop>snapshotsDirectory</tabstop>
242   <tabstop>snapshotsDirectoryBrowse</tabstop>
243   <tabstop>snapshotsPrefix</tabstop>
244   <tabstop>snapshotsSequentialNumbering</tabstop>
245   <tabstop>snapshotsFormat</tabstop>
246   <tabstop>overlay</tabstop>
247  </tabstops>
248  <resources/>
249  <connections/>
250 </ui>