Added some more icons.

This commit is contained in:
2025-12-24 14:44:54 +01:00
parent e948c9103c
commit 19aa6518c2
38 changed files with 277 additions and 16 deletions

View File

@@ -45,9 +45,10 @@ public:
model->setHorizontalHeaderLabels({"Name", "Wert"});
// Daten einfügen
for (int row = 0; row < 10; ++row) {
for (int row = 0; row < 10; ++row)
{
auto* nameItem = new QStandardItem(QString("Eintrag %1").arg(row + 1));
auto* valueItem = new QStandardItem();
auto* valueItem = new QStandardItem();
// Wert-Item editierbar machen
valueItem->setData(row * 10, Qt::EditRole); // Startwert 0-90