Style updates.

This commit is contained in:
2026-01-06 19:52:55 +01:00
parent a8a947ff0b
commit 50c82bca43
13 changed files with 240 additions and 1775 deletions

View File

@@ -230,7 +230,7 @@ void BCAnimatedDelegate::paintSliderIndicator(QPainter* painter, const QStyleOpt
{
const BCValue& valueX = *(_valueList[ index.row()].get());
int value = 50;index.model()->data(index, Qt::DisplayRole).toInt();
int value = 50;//index.model()->data(index, Qt::DisplayRole).toInt();
// Hintergrund
if (option.state & QStyle::State_Selected)