Recreated vcxproj

This commit is contained in:
Christoph Holzheuer
2026-03-30 17:22:38 +02:00
parent 43508cd698
commit 842129931f
8 changed files with 453 additions and 167 deletions

View File

@@ -143,8 +143,6 @@ void BCValueDelegate::paint(QPainter *painter, const QStyleOptionViewItem& optio
if( bcValue.valueType() == BCValue::ValueType::Bool )
{
opt.text = "fitz!";
qDebug() << " -- YES: " << opt.text;
opt.text = bcValue.rawValue() == 1 ? "Yes" : "No";
}