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

116 lines
2.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DialogCheckSumError</class>
<widget class="QDialog" name="DialogCheckSumError">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1920</width>
<height>1080</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="styleSheet">
<string notr="true">QDialog
{
background: transparent;
border: none;
}</string>
</property>
<widget class="QFrame" name="frame_background">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1920</width>
<height>1080</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QFrame#frame_background
{
background: #40202020;
border: none;
}</string>
</property>
</widget>
<widget class="QFrame" name="frame_info">
<property name="geometry">
<rect>
<x>100</x>
<y>400</y>
<width>1720</width>
<height>200</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background: white;</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
<width>1720</width>
<height>80</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QLabel
{
font-family: 'Roboto';
font-size: 30px;
font-weight: bold;
color: #000000;
qproperty-alignment: 'AlignVCenter | AlignHCenter';
}</string>
</property>
<property name="text">
<string>Check-sum Miss Matched!!!
Program will be closed.</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>728</x>
<y>124</y>
<width>271</width>
<height>61</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>OK</string>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>