Add set pacs settings.

This commit is contained in:
sunwen
2023-08-24 15:11:18 +08:00
parent 4cf795d368
commit 236e1e84a2
4 changed files with 87 additions and 50 deletions

View File

@@ -16,6 +16,12 @@ public:
explicit SystemSettingForm(QWidget* aParent = nullptr);
~SystemSettingForm();
signals:
void pacsSettingsSaved(const QString& aClientAETitle, const QString& aServerAETitle, const QString& aServerIP, int aServerPort);
private slots:
void processPacsSettingsResponsed(bool aResult, const QVariant& aMessage);
private:
void updateStorageSize();
void updateStorageUsed();