aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/trackchange/settingsdialog.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-08-29 20:55:16 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-08-29 20:55:16 +0000
commit306d4c679433be7e357854dd3d97c71163c6d5c0 (patch)
tree095e6af4b855ee30135284252a8367e95053bab4 /src/plugins/General/trackchange/settingsdialog.h
parente43c6d70cec8bed4a6dda7b8e7f43e4fd07d2970 (diff)
downloadqmmp-306d4c679433be7e357854dd3d97c71163c6d5c0.tar.gz
qmmp-306d4c679433be7e357854dd3d97c71163c6d5c0.tar.bz2
qmmp-306d4c679433be7e357854dd3d97c71163c6d5c0.zip
qmake: fixed 'make distclean' target
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7423 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/trackchange/settingsdialog.h')
0 files changed, 0 insertions, 0 deletions
d='n117' href='#n117'>117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
/***************************************************************************
 *   Copyright (C) 2008-2015 by Ilya Kotov                                 *
 *   forkotov02@hotmail.ru                                                 *
 *                                                                         *
 *   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 <QVBoxLayout>
#include <QLabel>
#include <QApplication>
#include <QDesktopWidget>
#include <QTimer>
#include <QSettings>
#include <QApplication>
#include <qmmp/soundcore.h>
#include <qmmp/metadatamanager.h>
#include <qmmpui/playlistitem.h>

#include "popupwidget.h"

using namespace PlayListPopup;

PopupWidget::PopupWidget(QWidget *parent)
        : QWidget(parent)
{
    setWindowFlags(Qt::X11BypassWindowManagerHint | Qt::Dialog | Qt::FramelessWindowHint);
    //setFrameStyle(QFrame::Box | QFrame::Plain);
    setAttribute(Qt::WA_QuitOnClose, false);
    QHBoxLayout *hlayout = new QHBoxLayout(this); //layout
    m_pixlabel = new QLabel(this);
    hlayout->addWidget(m_pixlabel);

    m_label1 = new QLabel(this);