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

243 lines
5.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DialogExportSamba</class>
<widget class="QDialog" name="DialogExportSamba">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>603</width>
<height>388</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="styleSheet">
<string notr="true">QDialog
{
background: #f0f0f0;
}</string>
</property>
<widget class="QPushButton" name="pushButton_Cancel">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>340</x>
<y>310</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>Close</string>
</property>
</widget>
<widget class="QProgressBar" name="progressBar_File">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>50</x>
<y>60</y>
<width>500</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QProgressBar
{
qproperty-alignment: 'AlignCenter';
}</string>
</property>
<property name="value">
<number>24</number>
</property>
<property name="textVisible">
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="label_InfoFile">
<property name="geometry">
<rect>
<x>50</x>
<y>30</y>
<width>131</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>Files</string>
</property>
</widget>
<widget class="QProgressBar" name="progressBar_Progress">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>50</x>
<y>150</y>
<width>500</width>
<height>30</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QProgressBar
{
qproperty-alignment: 'AlignCenter';
}</string>
</property>
<property name="value">
<number>24</number>
</property>
<property name="textVisible">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButton_Export">
<property name="geometry">
<rect>
<x>140</x>
<y>310</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>Export</string>
</property>
</widget>
<widget class="QLabel" name="label_InfoUSB">
<property name="geometry">
<rect>
<x>0</x>
<y>260</y>
<width>430</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QLabel
{
font-family: 'Roboto';
font-size: 24px;
font-weight: light;
color: #101010;
qproperty-alignment: 'AlignVCenter | AlignLeft';
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_InfoProgress">
<property name="geometry">
<rect>
<x>50</x>
<y>120</y>
<width>131</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>Progress</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_Retry">
<property name="geometry">
<rect>
<x>140</x>
<y>310</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>Retry</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>