Add set ip with new IpSettingsDialog.

This commit is contained in:
sunwen
2024-05-08 15:20:28 +08:00
parent eb041549aa
commit 638a40343f
7 changed files with 75 additions and 15 deletions

View File

@@ -20,12 +20,18 @@ protected:
private:
void init();
private slots:
void handleDhcpClicked();
void handleThreadStart();
void handleThreadExit();
private:
QLabel* mErrorText;
ImageSwitch* mDhcpButton;
ULineEdit* mIpAddress;
ULineEdit* mSubnetMask;
ULineEdit* mGateway;
QThread* mThread;
};