[add] test button for echo
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>600</width>
|
||||
<width>601</width>
|
||||
<height>400</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -57,57 +57,26 @@ background:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #ABABAB, stop: 1.0
|
||||
<property name="currentIndex">
|
||||
<number>2</number>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
<width>32</width>
|
||||
<height>32</height>
|
||||
</size>
|
||||
</property>
|
||||
<widget class="QWidget" name="tab_wl">
|
||||
<attribute name="title">
|
||||
<string>Worklist</string>
|
||||
</attribute>
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="lbl_Name">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>165</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Name</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="5" column="1">
|
||||
<widget class="QLineEdit" name="wl_IP"/>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QLineEdit" name="wl_Name"/>
|
||||
</item>
|
||||
<item row="5" column="0">
|
||||
<widget class="QLabel" name="lbl_IP">
|
||||
<property name="text">
|
||||
<string>IP</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="6" column="1">
|
||||
<widget class="QLineEdit" name="wl_Port"/>
|
||||
</item>
|
||||
<item row="4" column="0">
|
||||
<widget class="QLabel" name="lbl_AE">
|
||||
<property name="text">
|
||||
<string>AE</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="4" column="1">
|
||||
<widget class="QLineEdit" name="wl_AE"/>
|
||||
</item>
|
||||
<item row="6" column="0">
|
||||
<widget class="QLabel" name="lbl_Port">
|
||||
<property name="text">
|
||||
<string>Port</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1">
|
||||
<spacer name="verticalSpacer_3">
|
||||
<property name="orientation">
|
||||
@@ -124,6 +93,60 @@ background:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #ABABAB, stop: 1.0
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item row="5" column="0">
|
||||
<widget class="QLabel" name="lbl_IP">
|
||||
<property name="text">
|
||||
<string>IP</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="4" column="0">
|
||||
<widget class="QLabel" name="lbl_AE">
|
||||
<property name="text">
|
||||
<string>AE</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="6" column="0">
|
||||
<widget class="QLabel" name="lbl_Port">
|
||||
<property name="text">
|
||||
<string>Port</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="lbl_Name">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>165</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Name</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QLineEdit" name="wl_Name"/>
|
||||
</item>
|
||||
<item row="6" column="2">
|
||||
<widget class="QToolButton" name="toolButton_2">
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="res.qrc">
|
||||
<normaloff>:/icons/dicom/echo_fail.png</normaloff>:/icons/dicom/echo_fail.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
<width>32</width>
|
||||
<height>32</height>
|
||||
</size>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="QWidget" name="tab_pacs">
|
||||
@@ -131,34 +154,13 @@ background:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #ABABAB, stop: 1.0
|
||||
<string>PACS</string>
|
||||
</attribute>
|
||||
<layout class="QGridLayout" name="gridLayout_2">
|
||||
<item row="3" column="0">
|
||||
<widget class="QLabel" name="lbl_IP_2">
|
||||
<property name="text">
|
||||
<string>IP</string>
|
||||
</property>
|
||||
</widget>
|
||||
<item row="4" column="1">
|
||||
<widget class="QLineEdit" name="pacs_IP"/>
|
||||
</item>
|
||||
<item row="4" column="0">
|
||||
<widget class="QLabel" name="lbl_Port_2">
|
||||
<property name="text">
|
||||
<string>Port</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QLineEdit" name="pacs_Name"/>
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
<widget class="QLabel" name="lbl_AE_2">
|
||||
<property name="text">
|
||||
<string>AE</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<item row="3" column="1">
|
||||
<widget class="QLineEdit" name="pacs_AE"/>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<item row="2" column="0">
|
||||
<widget class="QLabel" name="lbl_Name_2">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
@@ -171,11 +173,22 @@ background:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #ABABAB, stop: 1.0
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="4" column="1">
|
||||
<widget class="QLineEdit" name="pacs_Port"/>
|
||||
<item row="4" column="0">
|
||||
<widget class="QLabel" name="lbl_IP_2">
|
||||
<property name="text">
|
||||
<string>IP</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="1">
|
||||
<widget class="QLineEdit" name="pacs_IP"/>
|
||||
<item row="3" column="0">
|
||||
<widget class="QLabel" name="lbl_AE_2">
|
||||
<property name="text">
|
||||
<string>AE</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="5" column="1">
|
||||
<widget class="QLineEdit" name="pacs_Port"/>
|
||||
</item>
|
||||
<item row="0" column="1">
|
||||
<spacer name="verticalSpacer_2">
|
||||
@@ -193,6 +206,36 @@ background:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #ABABAB, stop: 1.0
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<widget class="QLineEdit" name="pacs_Name"/>
|
||||
</item>
|
||||
<item row="5" column="0">
|
||||
<widget class="QLabel" name="lbl_Port_2">
|
||||
<property name="text">
|
||||
<string>Port</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="5" column="2">
|
||||
<widget class="QToolButton" name="toolButton">
|
||||
<property name="layoutDirection">
|
||||
<enum>Qt::LeftToRight</enum>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="res.qrc">
|
||||
<normaloff>:/icons/dicom/echo_ing.png</normaloff>:/icons/dicom/echo_ing.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
<width>32</width>
|
||||
<height>32</height>
|
||||
</size>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="QWidget" name="tab_recon">
|
||||
@@ -200,52 +243,9 @@ background:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #ABABAB, stop: 1.0
|
||||
<string>3D Recon</string>
|
||||
</attribute>
|
||||
<layout class="QGridLayout" name="gridLayout_3">
|
||||
<item row="4" column="1">
|
||||
<widget class="QLineEdit" name="recon_AE"/>
|
||||
</item>
|
||||
<item row="5" column="1">
|
||||
<widget class="QLineEdit" name="recon_IP"/>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<widget class="QLineEdit" name="recon_Name"/>
|
||||
</item>
|
||||
<item row="5" column="0">
|
||||
<widget class="QLabel" name="lbl_IP_3">
|
||||
<property name="text">
|
||||
<string>IP</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="6" column="0">
|
||||
<widget class="QLabel" name="lbl_Port_3">
|
||||
<property name="text">
|
||||
<string>Port</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="6" column="1">
|
||||
<widget class="QLineEdit" name="recon_Port"/>
|
||||
</item>
|
||||
<item row="4" column="0">
|
||||
<widget class="QLabel" name="lbl_AE_3">
|
||||
<property name="text">
|
||||
<string>AE</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
<widget class="QLabel" name="lbl_Name_3">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>165</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Name</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<spacer name="verticalSpacer">
|
||||
<property name="orientation">
|
||||
@@ -262,6 +262,66 @@ background:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #ABABAB, stop: 1.0
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item row="6" column="0">
|
||||
<widget class="QLabel" name="lbl_Port_3">
|
||||
<property name="text">
|
||||
<string>Port</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="5" column="0">
|
||||
<widget class="QLabel" name="lbl_IP_3">
|
||||
<property name="text">
|
||||
<string>IP</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="5" column="1">
|
||||
<widget class="QLineEdit" name="recon_IP"/>
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
<widget class="QLabel" name="lbl_Name_3">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>165</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Name</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="6" column="1">
|
||||
<widget class="QLineEdit" name="recon_Port"/>
|
||||
</item>
|
||||
<item row="4" column="0">
|
||||
<widget class="QLabel" name="lbl_AE_3">
|
||||
<property name="text">
|
||||
<string>AE</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="4" column="1">
|
||||
<widget class="QLineEdit" name="recon_AE"/>
|
||||
</item>
|
||||
<item row="6" column="2">
|
||||
<widget class="QToolButton" name="toolButton_3">
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="res.qrc">
|
||||
<normaloff>:/icons/dicom/echo_suc.png</normaloff>:/icons/dicom/echo_suc.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
<width>32</width>
|
||||
<height>32</height>
|
||||
</size>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</widget>
|
||||
@@ -281,7 +341,9 @@ background:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #ABABAB, stop: 1.0
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<resources/>
|
||||
<resources>
|
||||
<include location="res.qrc"/>
|
||||
</resources>
|
||||
<connections>
|
||||
<connection>
|
||||
<sender>btn_group</sender>
|
||||
|
||||
BIN
src/icons/dicom/echo_fail.png
Normal file
BIN
src/icons/dicom/echo_fail.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.6 KiB |
BIN
src/icons/dicom/echo_ing.png
Normal file
BIN
src/icons/dicom/echo_ing.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.6 KiB |
BIN
src/icons/dicom/echo_suc.png
Normal file
BIN
src/icons/dicom/echo_suc.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.9 KiB |
@@ -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);
|
||||
|
||||
@@ -27,6 +27,9 @@
|
||||
<file>icons/female_d.png</file>
|
||||
<file>icons/male_d.png</file>
|
||||
<file>icons/login.png</file>
|
||||
<file>icons/dicom/echo_suc.png</file>
|
||||
<file>icons/dicom/echo_ing.png</file>
|
||||
<file>icons/dicom/echo_fail.png</file>
|
||||
<file>icons/dicomsettings.png</file>
|
||||
<file>icons/dicomsettings_d.png</file>
|
||||
<file>icons/networksettings.png</file>
|
||||
|
||||
@@ -600,6 +600,10 @@ parameters
|
||||
<source>DICOM Settings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>networkCfgDialog</name>
|
||||
|
||||
@@ -776,7 +776,7 @@ parameters
|
||||
<context>
|
||||
<name>dicomCfgDialog</name>
|
||||
<message>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="287"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="321"/>
|
||||
<source>Dialog</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
@@ -785,50 +785,57 @@ parameters
|
||||
<translation type="vanished">DICOM 设置</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="288"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="322"/>
|
||||
<source>DICOM Settings</source>
|
||||
<translation>DICOM 配置</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="289"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="297"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="302"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="326"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="329"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="337"/>
|
||||
<source>Name</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="290"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="294"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="299"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="323"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="330"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="336"/>
|
||||
<source>IP</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="292"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="295"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="300"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="325"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="332"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="335"/>
|
||||
<source>Port</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="291"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="296"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="301"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="324"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="331"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="338"/>
|
||||
<source>AE</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="293"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="328"/>
|
||||
<source>Worklist</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="298"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="327"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="333"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="339"/>
|
||||
<source>...</source>
|
||||
<translation type="unfinished">DICOM</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="334"/>
|
||||
<source>PACS</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="303"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="340"/>
|
||||
<source>3D Recon</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
|
||||
@@ -776,7 +776,7 @@ parameters
|
||||
<context>
|
||||
<name>dicomCfgDialog</name>
|
||||
<message>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="287"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="321"/>
|
||||
<source>Dialog</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
@@ -785,50 +785,57 @@ parameters
|
||||
<translation type="vanished">DICOM 设置</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="288"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="322"/>
|
||||
<source>DICOM Settings</source>
|
||||
<translation>DICOM 配置</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="289"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="297"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="302"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="326"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="329"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="337"/>
|
||||
<source>Name</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="290"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="294"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="299"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="323"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="330"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="336"/>
|
||||
<source>IP</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="292"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="295"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="300"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="325"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="332"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="335"/>
|
||||
<source>Port</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="291"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="296"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="301"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="324"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="331"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="338"/>
|
||||
<source>AE</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="293"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="328"/>
|
||||
<source>Worklist</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="298"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="327"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="333"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="339"/>
|
||||
<source>...</source>
|
||||
<translation type="unfinished">DICOM</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="334"/>
|
||||
<source>PACS</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="303"/>
|
||||
<location filename="../../out/build/x64-Debug/ui_dicomcfgdialog.h" line="340"/>
|
||||
<source>3D Recon</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
|
||||
Reference in New Issue
Block a user