diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-04-13 13:23:04 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-04-13 13:23:04 +0000 |
| commit | 555165e35704240335bd7d7ea4af6c66bee8d73b (patch) | |
| tree | 9af2ef9ea6e9090a8d911109211fe57586a769df /src/plugins/Ui/skinned/playlistheader.h | |
| parent | 11aafe91ce22d00cf5b36f7dd835d38875d17d0f (diff) | |
| download | qmmp-555165e35704240335bd7d7ea4af6c66bee8d73b.tar.gz qmmp-555165e35704240335bd7d7ea4af6c66bee8d73b.tar.bz2 qmmp-555165e35704240335bd7d7ea4af6c66bee8d73b.zip | |
skinned: added sorting arrows
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4846 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/playlistheader.h')
| -rw-r--r-- | src/plugins/Ui/skinned/playlistheader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/Ui/skinned/playlistheader.h b/src/plugins/Ui/skinned/playlistheader.h index 393856d1f..b43e2c962 100644 --- a/src/plugins/Ui/skinned/playlistheader.h +++ b/src/plugins/Ui/skinned/playlistheader.h @@ -22,6 +22,7 @@ #define PLAYLISTHEADER_H #include <QWidget> +#include <QPixmap> class QFontMetrics; class QFont; @@ -74,6 +75,7 @@ private: QPoint m_mouse_pos; PlayListHeaderModel *m_model; QAction *m_autoResize; + QPixmap m_arrow_up, m_arrow_down; bool m_show_number; bool m_align_numbres; int m_number_width; |
