Add groups to the sensors

This commit is contained in:
Carl Philipp Klemm 2026-04-21 17:17:56 +02:00
parent 2fbfd1d458
commit 221cb519a2
6 changed files with 68 additions and 5 deletions

View file

@ -18,6 +18,7 @@ public:
~SensorSettingsDialog();
QString getName() const;
QString getGroupName() const;
bool getHidden() const;
private: