diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-03-07 16:56:51 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-03-07 16:56:51 +0000 |
| commit | dea812e69d02f444e906ea28204b206b666a72f7 (patch) | |
| tree | 45fe8ee90312aad70271752529caaabc04902f30 /src/plugins/Ui/skinned/playlistheader.h | |
| parent | a0683b8a7dfa9fec33c14d5269cae3f9277f18e5 (diff) | |
| download | qmmp-dea812e69d02f444e906ea28204b206b666a72f7.tar.gz qmmp-dea812e69d02f444e906ea28204b206b666a72f7.tar.bz2 qmmp-dea812e69d02f444e906ea28204b206b666a72f7.zip | |
fixed some bugs
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4765 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, 3 insertions, 3 deletions
diff --git a/src/plugins/Ui/skinned/playlistheader.h b/src/plugins/Ui/skinned/playlistheader.h index 238a02219..ccb75e282 100644 --- a/src/plugins/Ui/skinned/playlistheader.h +++ b/src/plugins/Ui/skinned/playlistheader.h @@ -43,17 +43,17 @@ public: ~PlayListHeader(); void readSettings(); - void setNumberWidth(int width); + void updateColumns(); private slots: - void updateList(); void updateSkin(); private: void mousePressEvent(QMouseEvent *e); void mouseReleaseEvent(QMouseEvent *e); void mouseMoveEvent(QMouseEvent *e); + void resizeEvent(QResizeEvent *); void paintEvent(QPaintEvent *); void loadColors(); @@ -62,7 +62,7 @@ private: QFontMetrics *m_metrics; QFont m_font; bool m_scrollable; - QColor m_normal, m_current, m_normal_bg, m_selected_bg; + QColor m_normal, m_selected_bg; bool m_show_number; bool m_align_numbres; int m_number_width; |
