diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-12-19 17:30:41 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-12-19 17:30:41 +0000 |
| commit | e8d99698c23b1d8ac4a396635e9af60d52a12229 (patch) | |
| tree | 00572f714497b467d5eb96524b1c8ada552b5734 /src/plugins/Input/ffmpeg/settingsdialog.ui | |
| parent | 5f99afc31569637ac29935b2073e943ac1c2414b (diff) | |
| download | qmmp-e8d99698c23b1d8ac4a396635e9af60d52a12229.tar.gz qmmp-e8d99698c23b1d8ac4a396635e9af60d52a12229.tar.bz2 qmmp-e8d99698c23b1d8ac4a396635e9af60d52a12229.zip | |
more ffmpeg formats support (including ape); ffmpeg plugin settings
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@692 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/ffmpeg/settingsdialog.ui')
| -rw-r--r-- | src/plugins/Input/ffmpeg/settingsdialog.ui | 137 |
1 files changed, 137 insertions, 0 deletions
diff --git a/src/plugins/Input/ffmpeg/settingsdialog.ui b/src/plugins/Input/ffmpeg/settingsdialog.ui new file mode 100644 index 000000000..5f182fcce --- /dev/null +++ b/src/plugins/Input/ffmpeg/settingsdialog.ui @@ -0,0 +1,137 @@ +<ui version="4.0" > + <class>SettingsDialog</class> + <widget class="QDialog" name="SettingsDialog" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>302</width> + <height>286</height> + </rect> + </property> + <property name="windowTitle" > + <string>FFMPEG Plugin Settings</string> + </property> + <layout class="QGridLayout" name="gridLayout" > + <item row="1" column="0" > + <spacer name="horizontalSpacer" > + <property name="orientation" > + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0" > + <size> + <width>178</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item row="1" column="1" > + <widget class="QDialogButtonBox" name="buttonBox" > + <property name="sizePolicy" > + <sizepolicy vsizetype="Fixed" hsizetype="Maximum" > + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="standardButtons" > + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + </property> + </widget> + </item> + <item row="0" column="0" colspan="2" > + <widget class="QGroupBox" name="groupBox" > + <property name="title" > + <string>Formats</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout" > + <item> + <widget class="QCheckBox" name="wmaCheckBox" > + <property name="text" > + <string>Windows Media Audio</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="apeCheckBox" > + <property name="text" > + <string>Monkey's Audio</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="ttaCheckBox" > + <property name="text" > + <string>True Audio</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="alacCheckBox" > + <property name="text" > + <string>ALAC (Apple Lossless Audio Codec)</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="aacCheckBox" > + <property name="text" > + <string>ADTS AAC</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="mp4CheckBox" > + <property name="text" > + <string>MPEG-4 AAC</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="raCheckBox" > + <property name="text" > + <string>RealAudio 1.0/2.0</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + </layout> + </widget> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>SettingsDialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel" > + <x>214</x> + <y>167</y> + </hint> + <hint type="destinationlabel" > + <x>103</x> + <y>160</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>SettingsDialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel" > + <x>269</x> + <y>174</y> + </hint> + <hint type="destinationlabel" > + <x>148</x> + <y>169</y> + </hint> + </hints> + </connection> + </connections> +</ui> |
