From 246a9f2acda8841070da9dd3e1eb587f809d0652 Mon Sep 17 00:00:00 2001 From: xueyan hu <576627988@qq.com> Date: Tue, 28 Dec 2021 18:21:41 +0800 Subject: [PATCH] translation improvement 4 --- src/SelectDialog.cpp | 24 ++-- src/dicomcfgdialog.ui | 221 ++++++++++++++++++++++--------- src/network/dicomcfgdialog.cpp | 1 + src/network/networkcfgdialog.cpp | 2 +- src/networkcfgdialog.ui | 33 ++--- src/stylesheet/Dark2.qss | 2 +- src/systemsettingform.ui | 184 ++++++++----------------- src/translations/en_US.ts | 28 +--- src/translations/en_US.ts.bak | 28 +--- src/translations/zh_CN.qm | Bin 10286 -> 10018 bytes src/translations/zh_CN.ts | 123 ++++++++--------- src/translations/zh_CN.ts.bak | 123 ++++++++--------- 12 files changed, 360 insertions(+), 409 deletions(-) diff --git a/src/SelectDialog.cpp b/src/SelectDialog.cpp index 867707c..04e98ed 100644 --- a/src/SelectDialog.cpp +++ b/src/SelectDialog.cpp @@ -6,12 +6,14 @@ #include "components/SlidePickerBox.h" #include #include -SelectDialog::SelectDialog(QWidget *parent, Qt::WindowFlags f) : GUIFormBaseDialog(parent, f) { - this->setFixedSize(360,380); - QVBoxLayout* layout = new QVBoxLayout(formWidget); - box = new SlidePickerBox(formWidget); - box->setObjectName("slider_one"); - layout->addWidget(box); +SelectDialog::SelectDialog(QWidget* parent, Qt::WindowFlags f) : GUIFormBaseDialog(parent, f) { + + this->setFixedSize(360, 380); + QVBoxLayout* layout = new QVBoxLayout(formWidget); + box = new SlidePickerBox(formWidget); + box->setObjectName("slider_one"); + layout->addWidget(box); + } SelectDialog::~SelectDialog() { @@ -19,17 +21,17 @@ SelectDialog::~SelectDialog() { } bool SelectDialog::updateReferenceData() { - return true; + return true; } void SelectDialog::setAvailableDates(QStringList dates) { - box->setItems(dates); + box->setItems(dates); } QString SelectDialog::getSelectedValue() { - return box->getSelectedValue(); + return box->getSelectedValue(); } -void SelectDialog::setSelectedValue(const QString & val) { - box->setSelectedValue(val); +void SelectDialog::setSelectedValue(const QString& val) { + box->setSelectedValue(val); } diff --git a/src/dicomcfgdialog.ui b/src/dicomcfgdialog.ui index 4963ec7..96a9e9e 100644 --- a/src/dicomcfgdialog.ui +++ b/src/dicomcfgdialog.ui @@ -6,21 +6,46 @@ 0 0 - 626 - 510 + 600 + 400 + + + 0 + 0 + + Dialog + + + +QTabBar::tab { +font-size:25px; +height:40px; +width:180px; +border: 0px; +border-top-left-radius: 0%; +border-top-right-radius: 0%; +border-bottom-left-radius:0%; +border-bottom-right-radius:0%; +background:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #505050, stop: 1.0 #333333); +} + +QTabBar::tab:selected, QTabBar::tab:hover { +background:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #ABABAB, stop: 1.0 #CDCDCD); +} + - + - DICOM Setting + DICOM Settings Qt::AlignCenter @@ -37,45 +62,67 @@ Worklist - + + + + 165 + 0 + + Name - - + + - + + + + IP - - + + - + + + + AE + + + + + + + Port - - - - - - - - - AE + + + Qt::Vertical - + + QSizePolicy::Fixed + + + + 20 + 20 + + + @@ -84,46 +131,68 @@ PACS - - - - Name - - - - - - - - - - AE - - - - - - - + IP - - - - + Port - + + + + + + + AE + + + + + + + + + + + 165 + 0 + + + + Name + + + + + + + + + + + Qt::Vertical + + + QSizePolicy::Fixed + + + + 20 + 20 + + + + @@ -131,46 +200,68 @@ 3D Recon - - - - - - - AE - - - - + - + + + + + + + IP - - - - + Port - + - + + + + AE + + + + + + + 165 + 0 + + Name + + + + Qt::Vertical + + + QSizePolicy::Fixed + + + + 20 + 20 + + + + diff --git a/src/network/dicomcfgdialog.cpp b/src/network/dicomcfgdialog.cpp index 3f4ad01..6429576 100644 --- a/src/network/dicomcfgdialog.cpp +++ b/src/network/dicomcfgdialog.cpp @@ -9,6 +9,7 @@ dicomCfgDialog::dicomCfgDialog(QWidget* parent) : ui(new Ui::dicomCfgDialog) { ui->setupUi(this); + //this->setFixedWidth(500); this->setObjectName("formDialog"); this->setWindowFlags(Qt::Dialog | Qt::FramelessWindowHint); diff --git a/src/network/networkcfgdialog.cpp b/src/network/networkcfgdialog.cpp index 97b17fc..f890d89 100644 --- a/src/network/networkcfgdialog.cpp +++ b/src/network/networkcfgdialog.cpp @@ -298,7 +298,7 @@ void networkCfgDialog::applyData() bool ret3 = NetworkManager::setIpAddrList(model_addr->getData(), err); err.append("setIpRouteList\t"); bool ret4 = NetworkManager::setIpRouteList(model_route->getData(), err); - err.append("\n").append("network setting\t"); + err.append("\n").append("network settings\t"); bool retAll = ret & ret1 & ret2 & ret3 & ret4; err.append(boolToStr(retAll)); diff --git a/src/networkcfgdialog.ui b/src/networkcfgdialog.ui index bfd40b6..ce4262a 100644 --- a/src/networkcfgdialog.ui +++ b/src/networkcfgdialog.ui @@ -6,8 +6,8 @@ 0 0 - 819 - 680 + 820 + 671 @@ -20,27 +20,21 @@ Network Settings - -QTabWidget::pane { - border-top: 0px; -} - -QTabBar::tab { + QTabBar::tab { font-size:25px; height:40px; -width:120px; -background:#4d4d4d; +width:190px; border: 0px; border-top-left-radius: 0%; border-top-right-radius: 0%; border-bottom-left-radius:0%; border-bottom-right-radius:0%; -padding: 2px; +background:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #505050, stop: 1.0 #333333); } QTabBar::tab:selected, QTabBar::tab:hover { -border-bottom:5px solid #4a88c7; -background: #505050;} +background:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #ABABAB, stop: 1.0 #CDCDCD); +} QLineEdit#led_inface{font-size:15px;border: 0px;} @@ -54,7 +48,7 @@ QLineEdit#led_inface{font-size:15px;border: 0px;} - Network Setting + Network Settings Qt::AlignCenter @@ -66,8 +60,17 @@ QLineEdit#led_inface{font-size:15px;border: 0px;} true + + QTabWidget::North + + + QTabWidget::Rounded + - 2 + 0 + + + Qt::ElideLeft diff --git a/src/stylesheet/Dark2.qss b/src/stylesheet/Dark2.qss index 64ca969..44565a3 100644 --- a/src/stylesheet/Dark2.qss +++ b/src/stylesheet/Dark2.qss @@ -1 +1 @@ - /*------1.silver-->grey--------------------------*/ *{background-color:#3c3c3c; color:#fcfcfc;margin:0;font-size:16px;} QTabBar::tab { height:60px; width:300px; font-size: 25px; background:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #333333, stop: 1.0 #505050); border: 2px solid #505050; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; min-width: 8ex; padding: 2px; } QTabBar::tab:selected, QTabBar::tab:hover { border-top:5px solid #4a88c7; background: #505050;} QTabWidget::pane{margin:0} QPlainTextEdit{border:0px} QGroupBox{border:0px} QLabel{color:#fcfcfc; font-weight:bold; font-size:16px;} QLineEdit{min-height:36px;max-height:36px; border:1px solid #505050;color:grey;border-radius:3px;} QLineEdit:enabled{background-color: #505050;color:#fcfcfc;} QDateEdit{min-height:36px;max-height:36px; border:1px solid #505050;color:grey;border-radius:3px;} QDateEdit:enabled{background-color: #505050;color:#fcfcfc;} QTextEdit{ border:1px solid #505050;color:grey;border-radius:3px;} QTextEdit:enabled{background-color: #505050;color:#fcfcfc;} QComboBox{text-align:center;min-height:36px;max-height:36px; border:1px solid #505050} QComboBox:enabled{background-color: #505050} QComboBox::drop-down{width:20px} QComboBox QAbstractItemView{min-width:120px;} QComboBox QAbstractItemView::item {min-height:60px;max-height:60px; border:1px solid white;} QWidget QToolButton{border:none;border-radius:10%;font-size:26px; font-weight:Bold;padding:5px;} QWidget QToolButton:disabled{color:#606060 } QWidget QToolButton:hover{background:#505050;} QWidget QToolButton:checked{border:5px solid darkorange;padding:0px;} QPushButton{border:1px solid #505050 ;padding-left:50px;padding-right:50px; border-radius:5px; min-height:28px; max-height:28px; background:#4c5052} QListView{border:none;margin:5px; font-weight:bold} QListView::item{background:#4c5052;min-height:30px; border:1px solid #505050; border-radius:5px} QListView::item:selected{background:#365880;font-weight:bold;color:#fcfcfc;} /*QListView::item:selected{ background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ABAFE5, stop: 1 #8588B2); border:1px solid #505050; }*/ QHeaderView::section{background-color:#595959;min-height:50px;max-height:50px;font-weight:Bold; font-size:16px; border:1px solid #323232;} QHeaderView::section:horizontal{border-bottom: 1px solid rgb(0,170,255);} QHeaderView::section:vertical{min-height:36px;max-height:36px;} QTableView{border:none;alternate-background-color: #595959;selection-color:#fcfcfc;selection-background-color:#0078d8} /*-----------Specific---------------*/ QLabel#sliderPickerLabel{color:grey;padding:0;background:#505050;font-weight:normal;font-size:50px;} QWidget#topbarWidget{min-height:36px;max-height:36px;} QWidget#contentWidget{border-top:1px solid #505050;} QWidget#commandWidget{min-height:123px;max-height:123px;border-top:1px solid #505050; border-bottom:1px solid #323232;} QLabel#logo{min-width:30px;max-width:30px} QLabel#company{min-width:150px;max-width:150px; } QLabel#systemMsgBar{min-width:500px;} QLabel#warn{color:#CCCC00;background:transparent;font-size:20px;} QWidget QWidget#statusBarWidget{min-width:300px;} QToolButton#btn_main{border:2px solid #0078d8;border-radius:10%;font-size:26px; font-weight:Bold;padding:5px;} QWidget#editcmdWidget{min-height:83px;max-height:83px;} QWidget#verSpaceLine{ border-right:1px solid #0078d8;} QWidget#topBottomLine{ border-top:2px solid #0078d8;border-bottom:2px solid #0078d8;background:transparent} /*-----蒙版Dialog-----*/ QDialog QWidget#innerWidget{ background:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0.0 darkgray, stop: 0.5 lightgray, stop: 1.0 darkgray); border-radius:20px;border:5px solid #0078d8; } QDialog#MessageDialog QWidget QWidget{ background:transparent;color:#3078d8} QDialog#MessageDialog QWidget QWidget QLabel{ font-size:30px} #spacer_1, #spacer_2{min-width:2px;max-width:2px;margin-top:6px;margin-bottom:6px;border-right:1px solid #0078d8;} /*-----FormDialog-----*/ QPushButton#btnOK{background:#365880; font-weight:bold} QDialog#formDialog{border:3px solid grey; border-radius:8px} QWidget#slider_one{border:1px solid #505050; border-radius:8px} QWidget#formWidget QLabel#endline{border-bottom:1px solid grey} QWidget#formWidget{font-size:30px;} QLabel#title{font-size:30px; border-bottom:1px solid #3078d8 } QWidget#edit_patient{min-width:300px;max-width:300px;} QToolButton#sexBtn{min-width:120px;max-width:120px;font-size:20px;padding:2px;} QToolButton#sexBtn:disabled{color:grey} QWidget#sexpanelwidget{border:1px solid #505050;} QWidget#sexpanelwidget:enabled{background-color: #505050;} QToolButton#sexBtn:checked{border:2px solid darkorange;padding:0px;} \ No newline at end of file + /*------1.silver-->grey--------------------------*/ *{background-color:#3c3c3c; color:#fcfcfc;margin:0;font-size:16px;} QTabBar::tab { height:60px; width:300px; font-size: 25px; background:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #505050, stop: 1.0 #333333); border: 2px solid #505050; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; min-width: 8ex; padding: 2px; } QTabBar::tab:selected, QTabBar::tab:hover { border-top:5px solid #4a88c7; background: #505050;} QTabWidget::pane{margin:0} QPlainTextEdit{border:0px} QGroupBox{border:0px} QLabel{color:#fcfcfc; font-weight:bold; font-size:16px;} QLineEdit{min-height:36px;max-height:36px; border:1px solid #505050;color:grey;border-radius:3px;} QLineEdit:enabled{background-color: #505050;color:#fcfcfc;} QDateEdit{min-height:36px;max-height:36px; border:1px solid #505050;color:grey;border-radius:3px;} QDateEdit:enabled{background-color: #505050;color:#fcfcfc;} QTextEdit{ border:1px solid #505050;color:grey;border-radius:3px;} QTextEdit:enabled{background-color: #505050;color:#fcfcfc;} QComboBox{text-align:center;min-height:36px;max-height:36px; border:1px solid #505050} QComboBox:enabled{background-color: #505050} QComboBox::drop-down{width:20px} QComboBox QAbstractItemView{min-width:120px;} QComboBox QAbstractItemView::item {min-height:60px;max-height:60px; border:1px solid white;} QWidget QToolButton{border:none;border-radius:10%;font-size:26px; font-weight:Bold;padding:5px;} QWidget QToolButton:disabled{color:#606060 } QWidget QToolButton:hover{background:#505050;} QWidget QToolButton:checked{border:5px solid darkorange;padding:0px;} QPushButton{border:1px solid #505050 ;padding-left:50px;padding-right:50px; border-radius:5px; min-height:28px; max-height:28px; background:qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 #505050, stop:1 #606060);} QListView{border:none;margin:5px; font-weight:bold} QListView::item{background:#4d4d4d;min-height:30px; border:1px solid #505050; border-radius:5px} QListView::item:selected{background:#365880;font-weight:bold;color:#fcfcfc;} /*QListView::item:selected{ background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ABAFE5, stop: 1 #8588B2); border:1px solid #505050; }*/ QHeaderView::section{background-color:#595959;min-height:50px;max-height:50px;font-weight:Bold; font-size:16px; border:1px solid #323232;} QHeaderView::section:horizontal{border-bottom: 1px solid rgb(0,170,255);} QHeaderView::section:vertical{min-height:36px;max-height:36px;} QTableView{border:none;alternate-background-color: #595959;selection-color:#fcfcfc;selection-background-color:#0078d8} /*-----------Specific---------------*/ QLabel#sliderPickerLabel{color:grey;padding:0;background:#505050;font-weight:normal;font-size:50px;} QWidget#topbarWidget{min-height:36px;max-height:36px;} QWidget#contentWidget{border-top:1px solid #505050;} QWidget#commandWidget{min-height:123px;max-height:123px;border-top:1px solid #505050; border-bottom:1px solid #323232;} QLabel#logo{min-width:30px;max-width:30px} QLabel#company{min-width:150px;max-width:150px; } QLabel#systemMsgBar{min-width:500px;} QLabel#warn{color:#CCCC00;background:transparent;font-size:20px;} QWidget QWidget#statusBarWidget{min-width:300px;} QToolButton#btn_main{border:2px solid #0078d8;border-radius:10%;font-size:26px; font-weight:Bold;padding:5px;} QWidget#editcmdWidget{min-height:83px;max-height:83px;} QWidget#verSpaceLine{ border-right:1px solid #0078d8;} QWidget#topBottomLine{ border-top:2px solid #0078d8;border-bottom:2px solid #0078d8;background:transparent} /*-----蒙版Dialog-----*/ QDialog QWidget#innerWidget{ background:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0.0 darkgray, stop: 0.5 lightgray, stop: 1.0 darkgray); border-radius:20px;border:5px solid #0078d8; } QDialog#MessageDialog QWidget QWidget{ background:transparent;color:#3078d8} QDialog#MessageDialog QWidget QWidget QLabel{ font-size:30px} #spacer_1, #spacer_2{min-width:2px;max-width:2px;margin-top:6px;margin-bottom:6px;border-right:1px solid #0078d8;} /*-----FormDialog-----*/ QPushButton#btnOK{background:#365880; font-weight:bold} QDialog#formDialog{border:3px solid grey; border-radius:8px} QWidget#slider_one{border:1px solid #505050; border-radius:8px} QWidget#formWidget QLabel#endline{border-bottom:1px solid grey} QWidget#formWidget{font-size:30px;} QLabel#title{font-size:30px; border-bottom:1px solid #3078d8 } QWidget#edit_patient{min-width:300px;max-width:300px;} QToolButton#sexBtn{min-width:120px;max-width:120px;font-size:20px;padding:2px;} QToolButton#sexBtn:disabled{color:grey} QWidget#sexpanelwidget{border:1px solid #505050;} QWidget#sexpanelwidget:enabled{background-color: #505050;} QToolButton#sexBtn:checked{border:2px solid darkorange;padding:0px;} \ No newline at end of file diff --git a/src/systemsettingform.ui b/src/systemsettingform.ui index fb28966..2b3f205 100644 --- a/src/systemsettingform.ui +++ b/src/systemsettingform.ui @@ -6,7 +6,7 @@ 0 0 - 515 + 572 612 @@ -20,8 +20,18 @@ - - + + + + + 25 + 25 + + + + + + Qt::Horizontal @@ -37,62 +47,6 @@ - - - Worklist Filter - - - - - - - - 100 - 0 - - - - - - - - - - - - 100 - 0 - - - - - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 40 - 20 - - - - - - - - Protocal - - - - @@ -105,18 +59,28 @@ - - - - - 25 - 25 - + + + + Protocal - - + + + + + 100 + 50 + + + + + + + + + Qt::Horizontal @@ -163,6 +127,13 @@ + + + + Worklist Filter + + + @@ -173,76 +144,25 @@ + + + + + 100 + 50 + + + + + + + - - - - - 25 - - - 10 - - - - - - - - - - - IP - - - - - - - - - - DAQ - - - - - - - Name - - - - - - - AE - - - - - - - - - - Port - - - - - - - - - - - diff --git a/src/translations/en_US.ts b/src/translations/en_US.ts index 851ffeb..cf6dde5 100644 --- a/src/translations/en_US.ts +++ b/src/translations/en_US.ts @@ -560,10 +560,6 @@ parameters Dialog - - DICOM Setting - - Name @@ -600,6 +596,10 @@ parameters Cancel + + DICOM Settings + + networkCfgDialog @@ -675,10 +675,6 @@ parameters Cancel - - Network Setting - - DHCP @@ -726,22 +722,6 @@ parameters IP - - Name - - - - AE - - - - DAQ - - - - Port - - DICOM diff --git a/src/translations/en_US.ts.bak b/src/translations/en_US.ts.bak index 851ffeb..cf6dde5 100644 --- a/src/translations/en_US.ts.bak +++ b/src/translations/en_US.ts.bak @@ -560,10 +560,6 @@ parameters Dialog - - DICOM Setting - - Name @@ -600,6 +596,10 @@ parameters Cancel + + DICOM Settings + + networkCfgDialog @@ -675,10 +675,6 @@ parameters Cancel - - Network Setting - - DHCP @@ -726,22 +722,6 @@ parameters IP - - Name - - - - AE - - - - DAQ - - - - Port - - DICOM diff --git a/src/translations/zh_CN.qm b/src/translations/zh_CN.qm index f470c62af31abc82199e26fa9b7f0c81388ee9ae..f569de61c8feae72283a104a5c330d5581be9e45 100644 GIT binary patch delta 475 zcmXBQK}eHf7zgnG`+o0dEa&FLHMjYF`#$O06onm1u|ver!WCp*Bh*&dbd01b7eJ1_kPgl{O#n$k`eGOj3b+Qkrgv zW-<(1)ns__83Mn8DpN$Z2YTs$iy4#?4_**|)w#eJ0% z8&luqJHIH+L)z8)TI_k(?Mx4F%5mM<3;>ovhPdxrXk6cl1KJh$g@<3|^bwUrn!TX^ z!sK>|4E+qZk7%#mEYIkFLSD~cav+_uMsLo|O-@Z@$!B+zpIhUi-0hrZG#|Z0KciWC H6U!X~AZdFy delta 585 zcmXBQT}YE*6bJDC`_GTI=D+IF#gW zz_*QSN>I+-WXZQ&Ke*-&Y7?SDfkp+N=L?eW+St_7T;nR;5!$8ARv>U}L^ORV2D zadN`WYHo{_i%$XPyttIBuy}=3F(Y^>Cu)%uxs>k%)I7IokGv3HVB6JjH#)e!6wQe- zhY?T;#a)0uLhG!>FB+Aio>^Nd{gHj~B3J)O52e^9^N4+9U^}oSXg@ivu_yhsDqZrN zcTPQy0@4B3-Yd&2TBUKh+n7+R^R0mGxw=^W1PE*D=M>X^OZ}RD378hG$~#4Kg-XqO zIjO8Qy48-(ME4PM;u;VU|z%`(;;c*HCsWb7tgUh6aOr`AHxq(2syhM-3ZQ sLmGV#CS<9j{V=@iT0_GW(=}F5$6{{!6R7!LJQ>RU1@4NUc>n+a diff --git a/src/translations/zh_CN.ts b/src/translations/zh_CN.ts index c72ab70..43df1f9 100644 --- a/src/translations/zh_CN.ts +++ b/src/translations/zh_CN.ts @@ -776,65 +776,69 @@ parameters dicomCfgDialog - + Dialog - DICOM Setting - DICOM 设置 + DICOM 设置 - - - + + DICOM Settings + DICOM 配置 + + + + + Name - - - + + + IP - - - + + + Port - - - + + + AE - + Worklist - + PACS - + 3D Recon - + Apply 应用 - + Cancel 取消 @@ -842,110 +846,110 @@ parameters networkCfgDialog - + + Network Settings 网络配置 - + Address IP配置 - + IP Address IP地址 - Network Setting - 网络配置 + 网络配置 Dynamic Address 动态地址 - + Dev 设备 - + Subnet Mask 子网掩码 - + Additional Address 额外地址 - - + + Add 新增 - - + + Edit 编辑 - - + + Delete 删除 - + Routing 路由配置 - + Default IPv4 Gateway 默认网关 - + DHCP - + Routing Table 路由表 - + Name - + Port - + AE - + IP - + DICOM - + Result 结果 @@ -979,7 +983,7 @@ parameters systemSettingForm - + Form @@ -988,12 +992,12 @@ parameters 网络配置 - + Protocal 扫描协议 - + Worklist Filter Worklist过滤器 @@ -1002,7 +1006,7 @@ parameters DICOM - + Auto Verify 自动验证 @@ -1011,30 +1015,13 @@ parameters 配置 - - + IP - Name - 姓名 - - - - AE - - - - - DAQ - - - - - Port - + 姓名 Cancel @@ -1045,7 +1032,7 @@ parameters 接受 - + DICOM diff --git a/src/translations/zh_CN.ts.bak b/src/translations/zh_CN.ts.bak index c72ab70..43df1f9 100644 --- a/src/translations/zh_CN.ts.bak +++ b/src/translations/zh_CN.ts.bak @@ -776,65 +776,69 @@ parameters dicomCfgDialog - + Dialog - DICOM Setting - DICOM 设置 + DICOM 设置 - - - + + DICOM Settings + DICOM 配置 + + + + + Name - - - + + + IP - - - + + + Port - - - + + + AE - + Worklist - + PACS - + 3D Recon - + Apply 应用 - + Cancel 取消 @@ -842,110 +846,110 @@ parameters networkCfgDialog - + + Network Settings 网络配置 - + Address IP配置 - + IP Address IP地址 - Network Setting - 网络配置 + 网络配置 Dynamic Address 动态地址 - + Dev 设备 - + Subnet Mask 子网掩码 - + Additional Address 额外地址 - - + + Add 新增 - - + + Edit 编辑 - - + + Delete 删除 - + Routing 路由配置 - + Default IPv4 Gateway 默认网关 - + DHCP - + Routing Table 路由表 - + Name - + Port - + AE - + IP - + DICOM - + Result 结果 @@ -979,7 +983,7 @@ parameters systemSettingForm - + Form @@ -988,12 +992,12 @@ parameters 网络配置 - + Protocal 扫描协议 - + Worklist Filter Worklist过滤器 @@ -1002,7 +1006,7 @@ parameters DICOM - + Auto Verify 自动验证 @@ -1011,30 +1015,13 @@ parameters 配置 - - + IP - Name - 姓名 - - - - AE - - - - - DAQ - - - - - Port - + 姓名 Cancel @@ -1045,7 +1032,7 @@ parameters 接受 - + DICOM