aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/opus/translations/opus_plugin_es.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Input/opus/translations/opus_plugin_es.ts')
0 files changed, 0 insertions, 0 deletions
ref='#n52'>52 53 54 55 56 57 58 59
/***************************************************************************
 *   Copyright (C) 2007 by Zhuravlev Uriy                                  *
 *   stalkerg@gmail.com                                                    *
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 *   This program is distributed in the hope that it will be useful,       *
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
 *   GNU General Public License for more details.                          *
 *                                                                         *
 *   You should have received a copy of the GNU General Public License     *
 *   along with this program; if not, write to the                         *
 *   Free Software Foundation, Inc.,                                       *
 *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.         *
 ***************************************************************************/
#include <QSettings>
#include <QDir>
#include <qmmp/qmmp.h>
#include "settingsdialog.h"

SettingsDialog::SettingsDialog ( QWidget *parent )
        : QDialog ( parent )
{
    m_ui.setupUi ( this );
    setAttribute ( Qt::WA_DeleteOnClose );
    QSettings settings(Qmmp::configFile(), QSettings::IniFormat);
    settings.beginGroup("OSS");
    m_ui.lineEdit->insert(settings.value("device","/dev/dsp").toString());
    m_ui.lineEdit_2->insert(settings.value("mixer_device","/dev/mixer").toString());