diff --git a/src/dicomcfgdialog.ui b/src/dicomcfgdialog.ui
index 96a9e9e..0c0d3c1 100644
--- a/src/dicomcfgdialog.ui
+++ b/src/dicomcfgdialog.ui
@@ -6,7 +6,7 @@
0
0
- 600
+ 601
400
@@ -57,57 +57,26 @@ background:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #ABABAB, stop: 1.0
2
+
+
+ 32
+ 32
+
+
Worklist
- -
-
-
-
- 165
- 0
-
-
-
- Name
-
-
-
-
- -
-
-
- -
-
-
- IP
-
-
-
-
- -
-
-
- AE
-
-
-
-
- -
-
-
- Port
-
-
-
-
@@ -124,6 +93,60 @@ background:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #ABABAB, stop: 1.0
+ -
+
+
+ IP
+
+
+
+ -
+
+
+ AE
+
+
+
+ -
+
+
+ Port
+
+
+
+ -
+
+
+
+ 165
+ 0
+
+
+
+ Name
+
+
+
+ -
+
+
+ -
+
+
+ ...
+
+
+
+ :/icons/dicom/echo_fail.png:/icons/dicom/echo_fail.png
+
+
+
+ 32
+ 32
+
+
+
+
@@ -131,34 +154,13 @@ background:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #ABABAB, stop: 1.0
PACS
- -
-
-
- IP
-
-
+
-
+
- -
-
-
- Port
-
-
-
- -
-
-
- -
-
-
- AE
-
-
-
- -
+
-
- -
+
-
@@ -171,11 +173,22 @@ background:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #ABABAB, stop: 1.0
- -
-
+
-
+
+
+ IP
+
+
- -
-
+
-
+
+
+ AE
+
+
+
+ -
+
-
@@ -193,6 +206,36 @@ background:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #ABABAB, stop: 1.0
+ -
+
+
+ -
+
+
+ Port
+
+
+
+ -
+
+
+ Qt::LeftToRight
+
+
+ ...
+
+
+
+ :/icons/dicom/echo_ing.png:/icons/dicom/echo_ing.png
+
+
+
+ 32
+ 32
+
+
+
+
@@ -200,52 +243,9 @@ background:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #ABABAB, stop: 1.0
3D Recon
- -
-
-
- -
-
-
-
- -
-
-
- IP
-
-
-
- -
-
-
- Port
-
-
-
- -
-
-
- -
-
-
- AE
-
-
-
- -
-
-
-
- 165
- 0
-
-
-
- Name
-
-
-
-
@@ -262,6 +262,66 @@ background:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #ABABAB, stop: 1.0
+ -
+
+
+ Port
+
+
+
+ -
+
+
+ IP
+
+
+
+ -
+
+
+ -
+
+
+
+ 165
+ 0
+
+
+
+ Name
+
+
+
+ -
+
+
+ -
+
+
+ AE
+
+
+
+ -
+
+
+ -
+
+
+ ...
+
+
+
+ :/icons/dicom/echo_suc.png:/icons/dicom/echo_suc.png
+
+
+
+ 32
+ 32
+
+
+
+
@@ -281,7 +341,9 @@ background:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #ABABAB, stop: 1.0
-
+
+
+
btn_group
diff --git a/src/icons/dicom/echo_fail.png b/src/icons/dicom/echo_fail.png
new file mode 100644
index 0000000..608cc74
Binary files /dev/null and b/src/icons/dicom/echo_fail.png differ
diff --git a/src/icons/dicom/echo_ing.png b/src/icons/dicom/echo_ing.png
new file mode 100644
index 0000000..39759bc
Binary files /dev/null and b/src/icons/dicom/echo_ing.png differ
diff --git a/src/icons/dicom/echo_suc.png b/src/icons/dicom/echo_suc.png
new file mode 100644
index 0000000..db4512b
Binary files /dev/null and b/src/icons/dicom/echo_suc.png differ
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 376aa6e..0021e59 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -53,7 +53,7 @@ MainWindow::MainWindow(QWidget* parent) :
ui(new Ui::MainWindow)
{
- this->loadStyleSheet("Dark");
+ this->loadStyleSheet("Dark2");
ui->setupUi(this);
tab = new QTabWidget(this);
tab->setTabPosition(QTabWidget::South);
diff --git a/src/res.qrc b/src/res.qrc
index 5a629dd..4f01f8d 100644
--- a/src/res.qrc
+++ b/src/res.qrc
@@ -27,6 +27,9 @@
icons/female_d.png
icons/male_d.png
icons/login.png
+ icons/dicom/echo_suc.png
+ icons/dicom/echo_ing.png
+ icons/dicom/echo_fail.png
icons/dicomsettings.png
icons/dicomsettings_d.png
icons/networksettings.png
diff --git a/src/translations/en_US.ts.bak b/src/translations/en_US.ts.bak
index cf6dde5..41e34d5 100644
--- a/src/translations/en_US.ts.bak
+++ b/src/translations/en_US.ts.bak
@@ -600,6 +600,10 @@ parameters
DICOM Settings
+
+ ...
+
+
networkCfgDialog
diff --git a/src/translations/zh_CN.ts b/src/translations/zh_CN.ts
index 1fcb34f..8e33ed0 100644
--- a/src/translations/zh_CN.ts
+++ b/src/translations/zh_CN.ts
@@ -776,7 +776,7 @@ parameters
dicomCfgDialog
-
+
Dialog
@@ -785,50 +785,57 @@ parameters
DICOM 设置
-
+
DICOM Settings
DICOM 配置
-
-
-
+
+
+
Name
-
-
-
+
+
+
IP
-
-
-
+
+
+
Port
-
-
-
+
+
+
AE
-
+
Worklist
-
+
+
+
+ ...
+ DICOM
+
+
+
PACS
-
+
3D Recon
diff --git a/src/translations/zh_CN.ts.bak b/src/translations/zh_CN.ts.bak
index 1fcb34f..8e33ed0 100644
--- a/src/translations/zh_CN.ts.bak
+++ b/src/translations/zh_CN.ts.bak
@@ -776,7 +776,7 @@ parameters
dicomCfgDialog
-
+
Dialog
@@ -785,50 +785,57 @@ parameters
DICOM 设置
-
+
DICOM Settings
DICOM 配置
-
-
-
+
+
+
Name
-
-
-
+
+
+
IP
-
-
-
+
+
+
Port
-
-
-
+
+
+
AE
-
+
Worklist
-
+
+
+
+ ...
+ DICOM
+
+
+
PACS
-
+
3D Recon