1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-03 10:53:39 +02:00

Replace the list widget in the settings dialog with a horizontal thingy.

This commit is contained in:
Teo Mrnjavac
2012-08-01 21:52:19 +02:00
parent a9339caa8b
commit 97e1d0fe3f
6 changed files with 100 additions and 236 deletions

View File

@@ -3,6 +3,7 @@
* Copyright 2010-2011, Christian Muehlhaeuser <muesli@tomahawk-player.org>
* Copyright 2010-2011, Leo Franchi <lfranchi@kde.org>
* Copyright 2010-2012, Jeff Mitchell <jeff@tomahawk-player.org>
* Copyright 2012, Teo Mrnjavac <teo@kde.org>
*
* Tomahawk is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -23,6 +24,8 @@
#include <QtGui/QDialog>
#include <QtCore/QModelIndex>
#include <QtGui/QActionGroup>
#include <QtGui/QToolBar>
#include "config.h"
@@ -94,7 +97,7 @@ private slots:
void updateScanOptionsView();
void changePage( QListWidgetItem*, QListWidgetItem* );
void changePage( QAction *action );
void serventReady();
void aclEntryClearButtonClicked();
@@ -106,6 +109,9 @@ private:
Ui_StackedSettingsDialog* ui;
QToolBar *m_toolBar;
QActionGroup *m_settingsGroup;
ProxyDialog m_proxySettings;
bool m_rejected;
bool m_restartRequired;