diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-07-14 10:42:00 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-07-14 10:42:00 +0000 |
| commit | be221a1c4f9f8e8c11fc23a34995f1c781552bd9 (patch) | |
| tree | d11f2b09e7d5162b165107e236389ef88e13fe58 /src/plugins/Ui/skinned/listwidget.h | |
| parent | 16cf50b06b0e696d1737a7af5551bb03bea20368 (diff) | |
| download | qmmp-be221a1c4f9f8e8c11fc23a34995f1c781552bd9.tar.gz qmmp-be221a1c4f9f8e8c11fc23a34995f1c781552bd9.tar.bz2 qmmp-be221a1c4f9f8e8c11fc23a34995f1c781552bd9.zip | |
skinned: added horizontal scroller
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5249 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/listwidget.h')
| -rw-r--r-- | src/plugins/Ui/skinned/listwidget.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/Ui/skinned/listwidget.h b/src/plugins/Ui/skinned/listwidget.h index 395b658c5..0206ef8b1 100644 --- a/src/plugins/Ui/skinned/listwidget.h +++ b/src/plugins/Ui/skinned/listwidget.h @@ -36,6 +36,7 @@ class Skin; class PlayListItem; class QmmpUiSettings; class PlayListHeader; +class HorizontalSlider; namespace PlayListPopup{ class PopupWidget; } @@ -108,6 +109,8 @@ private: */ const QString getExtraString(int i); + bool updateRowCount(); + bool m_update; int m_pressed_index; QMenu *m_menu; @@ -129,6 +132,7 @@ private: QTimer *m_timer; ListWidgetDrawer m_drawer; PlayListHeader *m_header; + HorizontalSlider *m_hslider; }; #endif |
