Ui: formating change

This commit is contained in:
Carl Philipp Klemm 2026-04-25 23:43:02 +02:00
parent 6fd04eca01
commit f2b2e8f0a0

View file

@ -15,9 +15,7 @@ SensorSettingsDialog::SensorSettingsDialog(const Sensor& sensor, QWidget* parent
// Populate group dropdown with existing groups
std::vector<QString> groups = globalSensors.allGroups();
for(const QString& group : groups)
{
ui->comboBox_Group->addItem(group);
}
// Set current group (will be empty string if no group)
ui->comboBox_Group->setCurrentText(sensor.groupName);
}