diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-04-14 17:39:10 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-04-14 17:39:10 +0000 |
| commit | e83c06bb9909388aae4c1c6fdafe3781d4ab289a (patch) | |
| tree | 125112a38958a49d6beb532ede3fa48157618ab9 /src/plugins/Ui/skinned/playlistheader.h | |
| parent | 4bfe51345d595d1ffc1b1ace32516f3c5fe1a896 (diff) | |
| download | qmmp-e83c06bb9909388aae4c1c6fdafe3781d4ab289a.tar.gz qmmp-e83c06bb9909388aae4c1c6fdafe3781d4ab289a.tar.bz2 qmmp-e83c06bb9909388aae4c1c6fdafe3781d4ab289a.zip | |
fixed sort indicators behaviour
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4848 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/playlistheader.h')
| -rw-r--r-- | src/plugins/Ui/skinned/playlistheader.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plugins/Ui/skinned/playlistheader.h b/src/plugins/Ui/skinned/playlistheader.h index 648e24fe1..c096b29af 100644 --- a/src/plugins/Ui/skinned/playlistheader.h +++ b/src/plugins/Ui/skinned/playlistheader.h @@ -47,6 +47,10 @@ public: void setNumberWidth(int width); void updateColumns(); +public slots: + void showSortIndicator(int column, bool reverted); + void hideSortIndicator(); + private slots: void updateSkin(); void addColumn(); @@ -78,11 +82,13 @@ private: QPixmap m_arrow_up, m_arrow_down; bool m_show_number; bool m_align_numbres; + bool m_reverted; int m_number_width; int m_pressed_column; int m_old_size; int m_press_offset; int m_padding; + int m_sorting_column; enum { |
