#pragma once #include #include "DeviceInfo.h" class DeviceWidget final : public QWidget { Q_OBJECT public: explicit DeviceWidget(const DeviceInfo& device, QWidget* parent = nullptr); };