Cosmetics and some commenting.
This commit is contained in:
10
bcdelegate.h
10
bcdelegate.h
@@ -89,14 +89,14 @@ private:
|
||||
QString formatDisplayString(const QModelIndex& index) const;
|
||||
void paintHighlightRow(QPainter* painter, const QStyleOptionViewItem& option, const QModelIndex& index) const;
|
||||
|
||||
int _highlightedRow{-1};
|
||||
qreal _opacity{1.0};
|
||||
QTableView* _view{};
|
||||
QPropertyAnimation *_animation{};
|
||||
int _highlightedRow{-1};
|
||||
qreal _opacity{1.0};
|
||||
QTableView* _view{};
|
||||
QPropertyAnimation* _animation{};
|
||||
|
||||
private:
|
||||
|
||||
QHash<int, qreal> m_rowOpacities;
|
||||
QHash<int, qreal> m_rowOpacities;
|
||||
QHash<int, QVariantAnimation*> m_rowAnimations;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user