PowerModeler/ui/messageDialog.ui

212 lines
5.1 KiB
Plaintext
Raw Normal View History

2025-03-14 16:06:20 +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>315</width>
<height>92</height>
</rect>
</property>
<property name="windowTitle">
<string>提示</string>
</property>
<property name="windowIcon">
<iconset resource="../resource/PowerModeler.qrc">
<normaloff>:/img/images/icon_information.png</normaloff>:/img/images/icon_information.png</iconset>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>2</number>
2025-03-14 16:06:20 +08:00
</property>
<property name="topMargin">
<number>2</number>
2025-03-14 16:06:20 +08:00
</property>
<property name="rightMargin">
<number>2</number>
2025-03-14 16:06:20 +08:00
</property>
<property name="bottomMargin">
<number>2</number>
2025-03-14 16:06:20 +08:00
</property>
<item>
<widget class="QWidget" name="centralWidget" native="true">
<widget class="QLabel" name="labelTitle">
<property name="geometry">
<rect>
<x>1000</x>
<y>10</y>
<width>311</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 13pt;</string>
</property>
<property name="text">
<string>询问</string>
</property>
</widget>
<widget class="QLabel" name="labelContent">
<property name="geometry">
<rect>
<x>50</x>
<y>15</y>
2025-03-14 16:06:20 +08:00
<width>261</width>
<height>41</height>
2025-03-14 16:06:20 +08:00
</rect>
</property>
<property name="styleSheet">
<string notr="true">font: 10pt;</string>
</property>
<property name="text">
<string>该属性组为公共组,检测到数据发生更新,
需要进行强制刷新</string>
2025-03-14 16:06:20 +08:00
</property>
</widget>
<widget class="QStackedWidget" name="stackedWidget">
<property name="geometry">
<rect>
<x>90</x>
<y>53</y>
2025-03-14 16:06:20 +08:00
<width>211</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color:transparent;</string>
</property>
<property name="currentIndex">
<number>1</number>
</property>
<widget class="QWidget" name="page">
<widget class="QPushButton" name="btnConfrim">
<property name="geometry">
<rect>
<x>150</x>
<y>5</y>
<width>61</width>
<height>26</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
color: rgb(240, 240, 240);
font: 10pt;
2025-03-14 16:06:20 +08:00
border:0px;
border-radius:5px;
background-color: rgb(49, 91, 125);
2025-03-14 16:06:20 +08:00
}
QPushButton:hover
{
background-color: rgb(65, 122, 166);
2025-03-14 16:06:20 +08:00
}
QPushButton:pressed
{
background-color: rgb(49, 91, 125);
}
</string>
2025-03-14 16:06:20 +08:00
</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>80</x>
<y>5</y>
<width>61</width>
<height>26</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
color: rgb(240, 240, 240);
2025-03-14 16:06:20 +08:00
font: 10pt;
border:0px;
2025-04-08 20:25:47 +08:00
border-radius:5px;
background-color: rgb(49, 91, 125);
2025-03-14 16:06:20 +08:00
}
QPushButton:hover
{
background-color: rgb(65, 122, 166);
2025-03-14 16:06:20 +08:00
}
QPushButton:pressed
{
background-color: rgb(49, 91, 125);
}
</string>
2025-03-14 16:06:20 +08:00
</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>150</x>
<y>5</y>
<width>61</width>
<height>26</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
color: rgb(240, 240, 240);
font: 10pt;
border-radius:5px;
background-color: transparent;
}
</string>
2025-03-14 16:06:20 +08:00
</property>
<property name="text">
<string>否</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
</widget>
</widget>
<widget class="QLabel" name="typeLabel">
<property name="geometry">
<rect>
<x>10</x>
<y>18</y>
2025-03-14 16:06:20 +08:00
<width>36</width>
<height>36</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/img/images/icon_question.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="../resource/PowerModeler.qrc"/>
</resources>
<connections/>
</ui>