#ifndef ETHERNETSETTINGS_H #define ETHERNETSETTINGS_H #include namespace Ui { class EthernetSettings; } class EthernetSettings : public QDialog { Q_OBJECT public: explicit EthernetSettings(QString title, QWidget *parent = nullptr); ~EthernetSettings(); private: Ui::EthernetSettings *ui; }; #endif // ETHERNETSETTINGS_H