SVG5/dialogadvancedsetting.ui
2025-10-12 13:55:56 +09:00

761 lines
16 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DialogAdvancedSetting</class>
<widget class="QDialog" name="DialogAdvancedSetting">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>725</width>
<height>487</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QPushButton" name="pushButton_Save">
<property name="geometry">
<rect>
<x>190</x>
<y>430</y>
<width>130</width>
<height>40</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background: #d0d0d0;
font-family: 'Roboto';
font-size: 22px;
font-weight: bold;
border-radius: 8px;
color: #101010;
}
QPushButton:pressed
{
background: #c0c0c0;
color: #202020;
}</string>
</property>
<property name="text">
<string>Save</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_Cancel">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>390</x>
<y>430</y>
<width>130</width>
<height>40</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background: #153B44;
font-family: 'Roboto';
font-size: 22px;
font-weight: bold;
border-radius: 8px;
color: white;
}
QPushButton:pressed
{
background: #1B4C54;
}
QPushButton:disabled
{
background: #b4b4b4;
color: white;
}</string>
</property>
<property name="text">
<string>Cancel</string>
</property>
</widget>
<widget class="QLabel" name="label_InfoLanguage">
<property name="geometry">
<rect>
<x>30</x>
<y>30</y>
<width>181</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QLabel
{
font-family: 'Roboto';
font-size: 18px;
font-weight: light;
color: #101010;
qproperty-alignment: 'AlignVCenter | AlignLeft';
}</string>
</property>
<property name="text">
<string>DICOM CharacterSet</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_DICOM_CharacterSet">
<property name="geometry">
<rect>
<x>210</x>
<y>30</y>
<width>131</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QComboBox {
border: 1px solid gray;
border-radius: 3px;
padding: 1px 18px 1px 3px;
min-width: 6em;
}
QComboBox:editable {
background: white;
}
QComboBox:!editable, QComboBox::drop-down:editable {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
}
/* QComboBox gets the &quot;on&quot; state when the popup is open */
QComboBox:!editable:on, QComboBox::drop-down:editable:on {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #D3D3D3, stop: 0.4 #D8D8D8,
stop: 0.5 #DDDDDD, stop: 1.0 #E1E1E1);
}
QComboBox:on { /* shift the text when the popup opens */
padding-top: 3px;
padding-left: 4px;
}
QComboBox::drop-down {
subcontrol-origin: padding;
subcontrol-position: top right;
width: 30px;
border-left-width: 1px;
border-left-color: darkgray;
border-left-style: solid; /* just a single line */
border-top-right-radius: 3px; /* same radius as the QComboBox */
border-bottom-right-radius: 3px;
}
QComboBox::down-arrow {
border-image: url(://image/Arrow_under_3.png);
}
QComboBox::down-arrow:on { /* shift the arrow when popup is open */
top: 1px;
left: 1px;
}
QComboBox QAbstractItemView {
border: 2px solid darkgray;
selection-background-color: red;
}
QComboBox QListView::item
{
border: 2px solid darkgray;
}
QComboBox::item
{
border: 2px solid darkgray;
height: 40px;
selection-background-color: red;
}
QComboBox::item:selected
{
background: red;
}</string>
</property>
</widget>
<widget class="QLabel" name="label_InfoAutoSend">
<property name="geometry">
<rect>
<x>110</x>
<y>150</y>
<width>190</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QLabel
{
font-family: 'Roboto';
font-size: 18px;
font-weight: light;
color: #101010;
qproperty-alignment: 'AlignVCenter | AlignLeft';
}</string>
</property>
<property name="text">
<string>Auto Send on Capture</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_AutoCaptureSendDICOM">
<property name="geometry">
<rect>
<x>60</x>
<y>150</y>
<width>30</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QCheckBox::indicator
{
width: 30px;
height: 30px;
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="iconSize">
<size>
<width>40</width>
<height>40</height>
</size>
</property>
</widget>
<widget class="QLabel" name="label_InfoAutoExitSend">
<property name="geometry">
<rect>
<x>110</x>
<y>200</y>
<width>190</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QLabel
{
font-family: 'Roboto';
font-size: 18px;
font-weight: light;
color: #101010;
qproperty-alignment: 'AlignVCenter | AlignLeft';
}</string>
</property>
<property name="text">
<string>Auto Send on Exit</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_AutoExitCaptureSendDICOM">
<property name="geometry">
<rect>
<x>60</x>
<y>200</y>
<width>30</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QCheckBox::indicator
{
width: 30px;
height: 30px;
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="iconSize">
<size>
<width>40</width>
<height>40</height>
</size>
</property>
</widget>
<widget class="QLabel" name="label_InfoAutoVideoCapture">
<property name="geometry">
<rect>
<x>110</x>
<y>250</y>
<width>190</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QLabel
{
font-family: 'Roboto';
font-size: 18px;
font-weight: light;
color: #101010;
qproperty-alignment: 'AlignVCenter | AlignLeft';
}</string>
</property>
<property name="text">
<string>Auto Video Capture</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_AutoVideoCapture">
<property name="geometry">
<rect>
<x>60</x>
<y>250</y>
<width>30</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QCheckBox::indicator
{
width: 30px;
height: 30px;
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="iconSize">
<size>
<width>40</width>
<height>40</height>
</size>
</property>
</widget>
<widget class="QLabel" name="label_InfoAutoCloseSendFinish">
<property name="geometry">
<rect>
<x>110</x>
<y>300</y>
<width>190</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QLabel
{
font-family: 'Roboto';
font-size: 18px;
font-weight: light;
color: #101010;
qproperty-alignment: 'AlignVCenter | AlignLeft';
}</string>
</property>
<property name="text">
<string>Auto Close Send Finish</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_AutoCloseSendFinish">
<property name="geometry">
<rect>
<x>60</x>
<y>300</y>
<width>30</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QCheckBox::indicator
{
width: 30px;
height: 30px;
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="iconSize">
<size>
<width>40</width>
<height>40</height>
</size>
</property>
</widget>
<widget class="QLabel" name="label_InfoAutoLogin">
<property name="geometry">
<rect>
<x>110</x>
<y>350</y>
<width>190</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QLabel
{
font-family: 'Roboto';
font-size: 18px;
font-weight: light;
color: #101010;
qproperty-alignment: 'AlignVCenter | AlignLeft';
}</string>
</property>
<property name="text">
<string>Auto Login</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_AutoLogin">
<property name="geometry">
<rect>
<x>60</x>
<y>350</y>
<width>30</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QCheckBox::indicator
{
width: 30px;
height: 30px;
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="iconSize">
<size>
<width>40</width>
<height>40</height>
</size>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_Crop">
<property name="geometry">
<rect>
<x>410</x>
<y>150</y>
<width>30</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QCheckBox::indicator
{
width: 30px;
height: 30px;
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="iconSize">
<size>
<width>40</width>
<height>40</height>
</size>
</property>
</widget>
<widget class="QLabel" name="label_InfoCrop">
<property name="geometry">
<rect>
<x>460</x>
<y>150</y>
<width>190</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QLabel
{
font-family: 'Roboto';
font-size: 18px;
font-weight: light;
color: #101010;
qproperty-alignment: 'AlignVCenter | AlignLeft';
}</string>
</property>
<property name="text">
<string>Crop</string>
</property>
</widget>
<widget class="QLabel" name="label_Split">
<property name="geometry">
<rect>
<x>360</x>
<y>140</y>
<width>2</width>
<height>271</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background: black;</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_InfoFixWidthLevel">
<property name="geometry">
<rect>
<x>460</x>
<y>200</y>
<width>190</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QLabel
{
font-family: 'Roboto';
font-size: 18px;
font-weight: light;
color: #101010;
qproperty-alignment: 'AlignVCenter | AlignLeft';
}</string>
</property>
<property name="text">
<string>Fix Width/Level</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_FixWidthLevel">
<property name="geometry">
<rect>
<x>410</x>
<y>200</y>
<width>30</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QCheckBox::indicator
{
width: 30px;
height: 30px;
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="iconSize">
<size>
<width>40</width>
<height>40</height>
</size>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_LogLevel">
<property name="geometry">
<rect>
<x>410</x>
<y>250</y>
<width>30</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QCheckBox::indicator
{
width: 30px;
height: 30px;
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="iconSize">
<size>
<width>40</width>
<height>40</height>
</size>
</property>
</widget>
<widget class="QLabel" name="label_InfoLogLevel">
<property name="geometry">
<rect>
<x>460</x>
<y>250</y>
<width>190</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QLabel
{
font-family: 'Roboto';
font-size: 18px;
font-weight: light;
color: #101010;
qproperty-alignment: 'AlignVCenter | AlignLeft';
}</string>
</property>
<property name="text">
<string>Use Log</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_ScreenSaver">
<property name="geometry">
<rect>
<x>510</x>
<y>30</y>
<width>131</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QComboBox {
border: 1px solid gray;
border-radius: 3px;
padding: 1px 18px 1px 3px;
min-width: 6em;
}
QComboBox:editable {
background: white;
}
QComboBox:!editable, QComboBox::drop-down:editable {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
}
/* QComboBox gets the &quot;on&quot; state when the popup is open */
QComboBox:!editable:on, QComboBox::drop-down:editable:on {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #D3D3D3, stop: 0.4 #D8D8D8,
stop: 0.5 #DDDDDD, stop: 1.0 #E1E1E1);
}
QComboBox:on { /* shift the text when the popup opens */
padding-top: 3px;
padding-left: 4px;
}
QComboBox::drop-down {
subcontrol-origin: padding;
subcontrol-position: top right;
width: 30px;
border-left-width: 1px;
border-left-color: darkgray;
border-left-style: solid; /* just a single line */
border-top-right-radius: 3px; /* same radius as the QComboBox */
border-bottom-right-radius: 3px;
}
QComboBox::down-arrow {
border-image: url(://image/Arrow_under_3.png);
}
QComboBox::down-arrow:on { /* shift the arrow when popup is open */
top: 1px;
left: 1px;
}
QComboBox QAbstractItemView {
border: 2px solid darkgray;
selection-background-color: red;
}
QComboBox QListView::item
{
border: 2px solid darkgray;
}
QComboBox::item
{
border: 2px solid darkgray;
height: 40px;
selection-background-color: red;
}
QComboBox::item:selected
{
background: red;
}</string>
</property>
</widget>
<widget class="QLabel" name="label_InfoScreenSaver">
<property name="geometry">
<rect>
<x>390</x>
<y>30</y>
<width>111</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QLabel
{
font-family: 'Roboto';
font-size: 18px;
font-weight: light;
color: #101010;
qproperty-alignment: 'AlignVCenter | AlignLeft';
}</string>
</property>
<property name="text">
<string>ScreenSaver</string>
</property>
</widget>
<widget class="QLabel" name="label_InfoUsbBackup">
<property name="geometry">
<rect>
<x>460</x>
<y>300</y>
<width>190</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QLabel
{
font-family: 'Roboto';
font-size: 18px;
font-weight: light;
color: #101010;
qproperty-alignment: 'AlignVCenter | AlignLeft';
}</string>
</property>
<property name="text">
<string>USB Backup</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_UsbBackup">
<property name="geometry">
<rect>
<x>410</x>
<y>300</y>
<width>30</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QCheckBox::indicator
{
width: 30px;
height: 30px;
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="iconSize">
<size>
<width>40</width>
<height>40</height>
</size>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>