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

583 lines
13 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DialogSettingNetworkShare</class>
<widget class="QDialog" name="DialogSettingNetworkShare">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>720</width>
<height>440</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QFrame" name="frame_background">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>720</width>
<height>441</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QFrame#frame_background
{
background: #A6B1C2;
border: 3px solid #80000000;
}
QWidget
{
background: none;
border: none;
}
QPlainTextEdit
{
qproperty-lineWrapMode: 'NoWrap';
font-family: 'Roboto';
font-size: 20px;
font-weight: light;
padding-left: 0px;
padding-top: 0px;
qproperty-backgroundVisible: false;
border: none;
qproperty-verticalScrollBarPolicy: 'ScrollBarAlwaysOff';
background: transparent;
qproperty-tabChangesFocus: true;
color: black;
}</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="label_IP">
<property name="geometry">
<rect>
<x>20</x>
<y>150</y>
<width>161</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QLabel
{
font-family: 'Roboto';
font-size: 22px;
font-weight: light;
qproperty-alignment: 'AlignRight | AlignVCenter';
background: none;
}</string>
</property>
<property name="text">
<string>Port</string>
</property>
</widget>
<widget class="QFrame" name="background_IP">
<property name="geometry">
<rect>
<x>220</x>
<y>150</y>
<width>471</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QFrame
{
background: white;
border: none;
}</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="STextEdit" name="plainTextEdit_IP">
<property name="geometry">
<rect>
<x>5</x>
<y>0</y>
<width>461</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">STextEdit
{
border: none;
}</string>
</property>
<property name="placeholderText">
<string>127.0.0.1</string>
</property>
</widget>
</widget>
<widget class="QFrame" name="background_Folder">
<property name="geometry">
<rect>
<x>220</x>
<y>90</y>
<width>471</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QFrame
{
background: white;
border: none;
}</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="STextEdit" name="plainTextEdit_Share_Folder">
<property name="geometry">
<rect>
<x>5</x>
<y>0</y>
<width>461</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">STextEdit
{
border: none;
}</string>
</property>
<property name="placeholderText">
<string>Share Folder</string>
</property>
</widget>
</widget>
<widget class="QLabel" name="label_ShareFolder">
<property name="geometry">
<rect>
<x>20</x>
<y>90</y>
<width>161</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QLabel
{
font-family: 'Roboto';
font-size: 22px;
font-weight: light;
qproperty-alignment: 'AlignRight | AlignVCenter';
background: none;
}</string>
</property>
<property name="text">
<string>Folder</string>
</property>
</widget>
<widget class="QLabel" name="label_ID">
<property name="geometry">
<rect>
<x>20</x>
<y>200</y>
<width>161</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QLabel
{
font-family: 'Roboto';
font-size: 22px;
font-weight: light;
qproperty-alignment: 'AlignRight | AlignVCenter';
background: none;
}</string>
</property>
<property name="text">
<string>User ID</string>
</property>
</widget>
<widget class="QFrame" name="background_ID">
<property name="geometry">
<rect>
<x>220</x>
<y>200</y>
<width>471</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QFrame
{
background: white;
border: none;
}</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="STextEdit" name="plainTextEdit_ID">
<property name="geometry">
<rect>
<x>5</x>
<y>0</y>
<width>461</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">STextEdit
{
border: none;
}</string>
</property>
<property name="placeholderText">
<string>User ID</string>
</property>
</widget>
</widget>
<widget class="QLabel" name="label_Password">
<property name="geometry">
<rect>
<x>20</x>
<y>250</y>
<width>161</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QLabel
{
font-family: 'Roboto';
font-size: 22px;
font-weight: light;
qproperty-alignment: 'AlignRight | AlignVCenter';
background: none;
}</string>
</property>
<property name="text">
<string>User Password</string>
</property>
</widget>
<widget class="QFrame" name="background_Password">
<property name="geometry">
<rect>
<x>220</x>
<y>250</y>
<width>471</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QFrame
{
background: white;
border: none;
}</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="STextEdit" name="plainTextEdit_Password">
<property name="geometry">
<rect>
<x>5</x>
<y>0</y>
<width>461</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">STextEdit
{
border: none;
}</string>
</property>
<property name="placeholderText">
<string>User Password</string>
</property>
</widget>
</widget>
<widget class="QFrame" name="frame_Enable">
<property name="geometry">
<rect>
<x>220</x>
<y>30</y>
<width>131</width>
<height>40</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="label_Enable">
<property name="geometry">
<rect>
<x>40</x>
<y>5</y>
<width>120</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QLabel
{
font-family: 'Roboto';
font-size: 22px;
font-weight: bold;
color: #000000;
}</string>
</property>
<property name="text">
<string>Enable</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_Enable">
<property name="geometry">
<rect>
<x>0</x>
<y>5</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>
<widget class="QPushButton" name="pushButton_Save">
<property name="geometry">
<rect>
<x>180</x>
<y>360</y>
<width>153</width>
<height>63</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background: #FFFFFF;
font-family: 'Roboto';
font-size: 22px;
font-weight: bold;
border-radius: 8px;
color: black;
}
QPushButton:pressed
{
background: #D8D8D8;
}</string>
</property>
<property name="text">
<string>Save</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_Cancel">
<property name="geometry">
<rect>
<x>400</x>
<y>360</y>
<width>153</width>
<height>63</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: black;
}
QPushButton:pressed
{
background: #808080;
}</string>
</property>
<property name="text">
<string>Cancel</string>
</property>
</widget>
<widget class="QLabel" name="label_SMB_Version">
<property name="geometry">
<rect>
<x>20</x>
<y>300</y>
<width>161</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QLabel
{
font-family: 'Roboto';
font-size: 22px;
font-weight: light;
qproperty-alignment: 'AlignRight | AlignVCenter';
background: none;
}</string>
</property>
<property name="text">
<string>Enable SSL</string>
</property>
</widget>
<widget class="QFrame" name="background_SMB_Version">
<property name="geometry">
<rect>
<x>220</x>
<y>300</y>
<width>471</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QFrame
{
background: white;
border: none;
}</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="STextEdit" name="plainTextEdit_SMB_Version">
<property name="geometry">
<rect>
<x>5</x>
<y>0</y>
<width>461</width>
<height>32</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">STextEdit
{
border: none;
}</string>
</property>
<property name="placeholderText">
<string>SMB Version</string>
</property>
</widget>
</widget>
<widget class="QFrame" name="frame_AutoSend">
<property name="geometry">
<rect>
<x>390</x>
<y>30</y>
<width>221</width>
<height>40</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="label_AutoSend">
<property name="geometry">
<rect>
<x>40</x>
<y>5</y>
<width>171</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QLabel
{
font-family: 'Roboto';
font-size: 22px;
font-weight: bold;
color: #000000;
}</string>
</property>
<property name="text">
<string>Auto Send</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_AutoSend">
<property name="geometry">
<rect>
<x>0</x>
<y>5</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>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>STextEdit</class>
<extends>QPlainTextEdit</extends>
<header location="global">stextedit.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>