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

140 lines
2.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DialogProgress</class>
<widget class="QDialog" name="DialogProgress">
<property name="windowModality">
<enum>Qt::NonModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>671</width>
<height>122</height>
</rect>
</property>
<property name="contextMenuPolicy">
<enum>Qt::DefaultContextMenu</enum>
</property>
<property name="windowTitle">
<string>Progress Status</string>
</property>
<property name="windowOpacity">
<double>1.000000000000000</double>
</property>
<widget class="QPushButton" name="pushButton_Cancel">
<property name="geometry">
<rect>
<x>270</x>
<y>70</y>
<width>130</width>
<height>40</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
background: gray;
font-family: 'Roboto';
font-size: 22px;
font-weight: bold;
border-radius: 8px;
color: white;
}
QPushButton:pressed
{
background: #c0c0c0;
}</string>
</property>
<property name="text">
<string>Cancel</string>
</property>
</widget>
<widget class="QProgressBar" name="progressBar">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>30</x>
<y>22</y>
<width>621</width>
<height>31</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_Info">
<property name="geometry">
<rect>
<x>30</x>
<y>22</y>
<width>621</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QLabel
{
font-family: 'Roboto';
font-size: 18px;
font-weight: light;
padding-left: 0px;
padding-top: 0px;
border: none;
background: transparent;
qproperty-alignment: 'AlignCenter';
}
</string>
</property>
<property name="text">
<string>4 Image Send Complete</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_Send">
<property name="geometry">
<rect>
<x>520</x>
<y>70</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;
}</string>
</property>
<property name="text">
<string>Send</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>