Cosmetics and some commenting.

This commit is contained in:
2025-12-29 13:05:35 +01:00
parent 1a450e30ff
commit 527f66759f
9 changed files with 171 additions and 133 deletions

View File

@@ -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;
};