From 7696ef13c13aea0da9acada8abb149967aaf8a90 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 3 Jan 2017 18:39:36 +0000 Subject: icecast plugin: added resampler and settings dialog git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6930 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Output/shout/settingsdialog.ui | 196 +++++++++++++++++++++++++++++ 1 file changed, 196 insertions(+) create mode 100644 src/plugins/Output/shout/settingsdialog.ui (limited to 'src/plugins/Output/shout/settingsdialog.ui') diff --git a/src/plugins/Output/shout/settingsdialog.ui b/src/plugins/Output/shout/settingsdialog.ui new file mode 100644 index 000000000..e1e20048f --- /dev/null +++ b/src/plugins/Output/shout/settingsdialog.ui @@ -0,0 +1,196 @@ + + + SettingsDialog + + + + 0 + 0 + 450 + 302 + + + + Connection Settings + + + + QFormLayout::AllNonFixedFieldsGrow + + + 6 + + + 6 + + + 6 + + + + + Host: + + + + + + + + + + Port: + + + + + + + 65535 + + + + + + + Mount point: + + + + + + + + + + User: + + + + + + + + + + Password: + + + + + + + + + + Quality: + + + + + + + 0.200000000000000 + + + 1.000000000000000 + + + 0.010000000000000 + + + + + + + Sample rate: + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + Public + + + + + + + Hz + + + 8000 + + + 96000 + + + 100 + + + 44100 + + + + + + + + + buttonBox + accepted() + SettingsDialog + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + SettingsDialog + reject() + + + 316 + 260 + + + 286 + 274 + + + + + -- cgit v1.2.3-13-gbd6f