summaryrefslogtreecommitdiff
path: root/src/vdpauproperties.ui
diff options
context:
space:
mode:
authorAlessio Treglia <alessio@debian.org>2012-02-16 11:06:56 +0100
committerAlessio Treglia <alessio@debian.org>2012-02-16 11:06:56 +0100
commit1d323e54ee434609cf035598486075c9a918a2d3 (patch)
tree929ad92f19dfbb5492471449f1a6a918ea99c6b8 /src/vdpauproperties.ui
parent99b53d44a60e3e934fc664152c115ae0d6e19920 (diff)
Imported Upstream version 0.6.10
Diffstat (limited to 'src/vdpauproperties.ui')
-rw-r--r--src/vdpauproperties.ui122
1 files changed, 122 insertions, 0 deletions
diff --git a/src/vdpauproperties.ui b/src/vdpauproperties.ui
new file mode 100644
index 0000000..b8c3a91
--- /dev/null
+++ b/src/vdpauproperties.ui
@@ -0,0 +1,122 @@
+<ui version="4.0" >
+ <class>VDPAUProperties</class>
+ <widget class="QDialog" name="VDPAUProperties" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>394</width>
+ <height>261</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string>VDPAU Properties</string>
+ </property>
+ <layout class="QVBoxLayout" >
+ <item>
+ <widget class="QLabel" name="label" >
+ <property name="text" >
+ <string>Select the vdpau codecs to use. Not all of them may work.</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="ffh264vdpau_check" >
+ <property name="text" >
+ <string>ffh&amp;264vdpau</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="ffmpeg12vdpau_check" >
+ <property name="text" >
+ <string>ff&amp;mpeg12vdpau</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="ffwmv3vdpau_check" >
+ <property name="text" >
+ <string>ff&amp;wmv3vdpau</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="ffvc1vdpau_check" >
+ <property name="text" >
+ <string>ff&amp;vc1vdpau</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="ffodivxvdpau_check" >
+ <property name="text" >
+ <string>ffodiv&amp;xvdpau</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="Line" name="line" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="disable_filters_check" >
+ <property name="text" >
+ <string>&amp;Disable software video filters</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QDialogButtonBox" name="buttonBox" >
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="standardButtons" >
+ <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <resources/>
+ <connections>
+ <connection>
+ <sender>buttonBox</sender>
+ <signal>accepted()</signal>
+ <receiver>VDPAUProperties</receiver>
+ <slot>accept()</slot>
+ <hints>
+ <hint type="sourcelabel" >
+ <x>248</x>
+ <y>254</y>
+ </hint>
+ <hint type="destinationlabel" >
+ <x>157</x>
+ <y>274</y>
+ </hint>
+ </hints>
+ </connection>
+ <connection>
+ <sender>buttonBox</sender>
+ <signal>rejected()</signal>
+ <receiver>VDPAUProperties</receiver>
+ <slot>reject()</slot>
+ <hints>
+ <hint type="sourcelabel" >
+ <x>316</x>
+ <y>260</y>
+ </hint>
+ <hint type="destinationlabel" >
+ <x>286</x>
+ <y>274</y>
+ </hint>
+ </hints>
+ </connection>
+ </connections>
+</ui>