mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Style fixes.
This commit is contained in:
@@ -221,7 +221,7 @@ DynamicWidget::sizeHint() const
|
|||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
DynamicWidget::resizeEvent(QResizeEvent* )
|
DynamicWidget::resizeEvent( QResizeEvent* )
|
||||||
{
|
{
|
||||||
layoutFloatingWidgets();
|
layoutFloatingWidgets();
|
||||||
}
|
}
|
||||||
@@ -266,7 +266,7 @@ DynamicWidget::playlistChanged( Tomahawk::playlistinterface_ptr pl )
|
|||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
DynamicWidget::showEvent(QShowEvent* )
|
DynamicWidget::showEvent( QShowEvent* )
|
||||||
{
|
{
|
||||||
if ( !m_playlist.isNull() && !m_runningOnDemand )
|
if ( !m_playlist.isNull() && !m_runningOnDemand )
|
||||||
m_setup->fadeIn();
|
m_setup->fadeIn();
|
||||||
|
@@ -29,15 +29,8 @@
|
|||||||
class AnimatedSpinner;
|
class AnimatedSpinner;
|
||||||
class QShowEvent;
|
class QShowEvent;
|
||||||
class QHideEvent;
|
class QHideEvent;
|
||||||
class QSpinBox;
|
|
||||||
class QVBoxLayout;
|
class QVBoxLayout;
|
||||||
class QHBoxLayout;
|
|
||||||
class QPushButton;
|
|
||||||
class QComboBox;
|
|
||||||
class PlaylistModel;
|
|
||||||
class AnimatedSplitter;
|
|
||||||
class QLabel;
|
class QLabel;
|
||||||
class ReadOrWriteWidget;
|
|
||||||
|
|
||||||
namespace Tomahawk
|
namespace Tomahawk
|
||||||
{
|
{
|
||||||
@@ -66,7 +59,7 @@ public:
|
|||||||
|
|
||||||
virtual QSize sizeHint() const;
|
virtual QSize sizeHint() const;
|
||||||
virtual void resizeEvent( QResizeEvent* );
|
virtual void resizeEvent( QResizeEvent* );
|
||||||
virtual void showEvent(QShowEvent* );
|
virtual void showEvent( QShowEvent* );
|
||||||
|
|
||||||
static void paintRoundedFilledRect( QPainter& p, QPalette& pal, QRect& r, qreal opacity = .95 );
|
static void paintRoundedFilledRect( QPainter& p, QPalette& pal, QRect& r, qreal opacity = .95 );
|
||||||
|
|
||||||
@@ -80,7 +73,7 @@ public:
|
|||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
void onRevisionLoaded( const Tomahawk::DynamicPlaylistRevision& rev );
|
void onRevisionLoaded( const Tomahawk::DynamicPlaylistRevision& rev );
|
||||||
void playlistTypeChanged(QString);
|
void playlistTypeChanged( QString );
|
||||||
|
|
||||||
void startStation();
|
void startStation();
|
||||||
void stopStation( bool stopPlaying = true );
|
void stopStation( bool stopPlaying = true );
|
||||||
|
Reference in New Issue
Block a user