PowerMaster/ui/messageDialog.ui

268 lines
6.4 KiB
Plaintext
Raw Normal View History

2024-10-10 16:59:51 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>messageDialog</class>
<widget class="QDialog" name="messageDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>541</width>
<height>209</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<layout class="QHBoxLayout" name="mainLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QWidget" name="contentWidget" native="true">
<property name="styleSheet">
<string notr="true">QWidget #contentWidget
{
background-color:rgba(36,43,50,250);
}</string>
</property>
<widget class="QWidget" name="typeColor" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>51</width>
<height>211</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color:rgb(64,182,113);</string>
</property>
<widget class="QLabel" name="typeLabel">
<property name="geometry">
<rect>
<x>7</x>
<y>20</y>
<width>36</width>
<height>36</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/images/icon_information.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QPushButton" name="btnClose">
<property name="geometry">
<rect>
<x>510</x>
<y>10</y>
<width>24</width>
<height>24</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
border-image: url(:/images/btn_close_default.png);
}
QPushButton:hover
{
border-image: url(:/images/btn_close_hover.png);
}
QPushButton:pressed
{
border-image: url(:/images/btn_close_default.png);
}</string>
</property>
<property name="text">
<string/>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="labelTitle">
<property name="geometry">
<rect>
<x>70</x>
<y>20</y>
<width>451</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(250, 250, 250);
font: 700 13pt &quot;微软雅黑&quot;;
border:1px solid rgb(67,160,249);
border-left:0px;
border-top:0px;
border-right:0px;</string>
</property>
<property name="text">
<string>删除?</string>
</property>
</widget>
<widget class="QLabel" name="labelContent">
<property name="geometry">
<rect>
<x>100</x>
<y>60</y>
<width>391</width>
<height>81</height>
2024-10-10 16:59:51 +08:00
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(250, 250, 250);
font:12pt &quot;微软雅黑&quot;;</string>
</property>
<property name="text">
<string>是否要将名为“测试”的数据看板进行删除“?</string>
</property>
</widget>
<widget class="QStackedWidget" name="stackedWidget">
<property name="geometry">
<rect>
<x>270</x>
<y>140</y>
<width>261</width>
<height>51</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color:transparent;</string>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="page">
<widget class="QPushButton" name="btnConfrim">
<property name="geometry">
<rect>
<x>174</x>
<y>10</y>
<width>76</width>
<height>26</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
color: rgb(250, 250, 250);
font: 700 12pt &quot;微软雅黑&quot;;
border:0px;
border-radius:2px;
background-color:rgb(67,160,249);
}
QPushButton:hover
{
background-color:rgb(55,131,204);
}
QPushButton:pressed
{
background-color:rgb(67,160,249);
}</string>
</property>
<property name="text">
<string>确认</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
</widget>
<widget class="QWidget" name="page_2">
<widget class="QPushButton" name="btnYes">
<property name="geometry">
<rect>
<x>100</x>
<y>10</y>
<width>61</width>
<height>26</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
color: rgb(250, 250, 250);
font: 700 12pt &quot;微软雅黑&quot;;
border:0px;
border-radius:2px;
background-color:rgb(67,160,249);
}
QPushButton:hover
{
background-color:rgb(55,131,204);
}
QPushButton:pressed
{
background-color:rgb(67,160,249);
}</string>
</property>
<property name="text">
<string>是</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="btnNo">
<property name="geometry">
<rect>
<x>190</x>
<y>10</y>
<width>61</width>
<height>26</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
color: rgb(250, 250, 250);
font: 700 12pt &quot;微软雅黑&quot;;
border:1px solid rgb(67,160,249);
border-radius:2px;
background-color:rgb(24,32,38);
}
QPushButton:hover
{
background-color:rgb(8,11,13);
}
QPushButton:pressed
{
background-color:rgb(24,32,38);
}</string>
</property>
<property name="text">
<string>否</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
</widget>
</widget>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="../resource/PowerMaster.qrc"/>
</resources>
<connections/>
</ui>