source: smplayer/trunk/src/vdpauproperties.ui

Last change on this file was 119, checked in by Silvan Scherrer, 14 years ago

SMPlayer: latest svn update

File size: 2.9 KB
RevLine 
[119]1<ui version="4.0" >
2 <class>VDPAUProperties</class>
3 <widget class="QDialog" name="VDPAUProperties" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>394</width>
9 <height>261</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>VDPAU Properties</string>
14 </property>
15 <layout class="QVBoxLayout" >
16 <item>
17 <widget class="QLabel" name="label" >
18 <property name="text" >
19 <string>Select the vdpau codecs to use. Not all of them may work.</string>
20 </property>
21 <property name="wordWrap" >
22 <bool>true</bool>
23 </property>
24 </widget>
25 </item>
26 <item>
27 <widget class="QCheckBox" name="ffh264vdpau_check" >
28 <property name="text" >
29 <string>ffh&amp;264vdpau</string>
30 </property>
31 </widget>
32 </item>
33 <item>
34 <widget class="QCheckBox" name="ffmpeg12vdpau_check" >
35 <property name="text" >
36 <string>ff&amp;mpeg12vdpau</string>
37 </property>
38 </widget>
39 </item>
40 <item>
41 <widget class="QCheckBox" name="ffwmv3vdpau_check" >
42 <property name="text" >
43 <string>ff&amp;wmv3vdpau</string>
44 </property>
45 </widget>
46 </item>
47 <item>
48 <widget class="QCheckBox" name="ffvc1vdpau_check" >
49 <property name="text" >
50 <string>ff&amp;vc1vdpau</string>
51 </property>
52 </widget>
53 </item>
54 <item>
55 <widget class="QCheckBox" name="ffodivxvdpau_check" >
56 <property name="text" >
57 <string>ffodiv&amp;xvdpau</string>
58 </property>
59 </widget>
60 </item>
61 <item>
62 <widget class="Line" name="line" >
63 <property name="orientation" >
64 <enum>Qt::Horizontal</enum>
65 </property>
66 </widget>
67 </item>
68 <item>
69 <widget class="QCheckBox" name="disable_filters_check" >
70 <property name="text" >
71 <string>&amp;Disable software video filters</string>
72 </property>
73 </widget>
74 </item>
75 <item>
76 <widget class="QDialogButtonBox" name="buttonBox" >
77 <property name="orientation" >
78 <enum>Qt::Horizontal</enum>
79 </property>
80 <property name="standardButtons" >
81 <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
82 </property>
83 </widget>
84 </item>
85 </layout>
86 </widget>
87 <resources/>
88 <connections>
89 <connection>
90 <sender>buttonBox</sender>
91 <signal>accepted()</signal>
92 <receiver>VDPAUProperties</receiver>
93 <slot>accept()</slot>
94 <hints>
95 <hint type="sourcelabel" >
96 <x>248</x>
97 <y>254</y>
98 </hint>
99 <hint type="destinationlabel" >
100 <x>157</x>
101 <y>274</y>
102 </hint>
103 </hints>
104 </connection>
105 <connection>
106 <sender>buttonBox</sender>
107 <signal>rejected()</signal>
108 <receiver>VDPAUProperties</receiver>
109 <slot>reject()</slot>
110 <hints>
111 <hint type="sourcelabel" >
112 <x>316</x>
113 <y>260</y>
114 </hint>
115 <hint type="destinationlabel" >
116 <x>286</x>
117 <y>274</y>
118 </hint>
119 </hints>
120 </connection>
121 </connections>
122</ui>
Note: See TracBrowser for help on using the repository browser.