#pragma once #include #include #include class CPUSettings : public QWidget { QComboBox *cpuTypes = new QComboBox; Q_OBJECT public: CPUSettings(nlohmann::json &); nlohmann::json &settings; Q_SIGNALS: void modified(); };