diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-12-17 16:44:23 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-12-17 16:44:23 +0000 |
| commit | 35b039d6d301fc9046c4f322a2d37e241574645a (patch) | |
| tree | 9b747f402622810eda94144ead364bb49b89d43a /src/plugins/Ui/skinned/listwidgetdrawer.h | |
| parent | d750507053c9fccecef8f9b41c5a34686434e582 (diff) | |
| download | qmmp-35b039d6d301fc9046c4f322a2d37e241574645a.tar.gz qmmp-35b039d6d301fc9046c4f322a2d37e241574645a.tar.bz2 qmmp-35b039d6d301fc9046c4f322a2d37e241574645a.zip | |
skinned: added new options: 'show splitters' and 'alternate splitter
color'
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7783 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/listwidgetdrawer.h')
| -rw-r--r-- | src/plugins/Ui/skinned/listwidgetdrawer.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/Ui/skinned/listwidgetdrawer.h b/src/plugins/Ui/skinned/listwidgetdrawer.h index 8999590c0..4ae907d74 100644 --- a/src/plugins/Ui/skinned/listwidgetdrawer.h +++ b/src/plugins/Ui/skinned/listwidgetdrawer.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2015-2016 by Ilya Kotov * + * Copyright (C) 2015-2017 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -102,11 +102,13 @@ private: QFontMetrics *m_extra_metrics; QFont m_font, m_extra_font; bool m_update; - bool m_show_number; + bool m_show_numbers; bool m_show_anchor; bool m_align_numbers; bool m_show_lengths; bool m_single_column; + bool m_show_splitters; + bool m_alternate_splitter_color; int m_padding; int m_number_width; int m_row_height; |
