<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>OperationTipsDialog</class> <widget class="QDialog" name="OperationTipsDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>600</width> <height>500</height> </rect> </property> <property name="windowTitle"> <string>Dialog</string> </property> <widget class="QLabel" name="labTitle"> <property name="geometry"> <rect> <x>30</x> <y>0</y> <width>100</width> <height>50</height> </rect> </property> <property name="text"> <string>提示</string> </property> </widget> <widget class="Line" name="lineSep"> <property name="geometry"> <rect> <x>1</x> <y>50</y> <width>598</width> <height>16</height> </rect> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> <widget class="QLabel" name="labTipsIcon"> <property name="geometry"> <rect> <x>236</x> <y>100</y> <width>128</width> <height>128</height> </rect> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap resource="resource.qrc">:/images/tipsSuccess.png</pixmap> </property> <property name="scaledContents"> <bool>true</bool> </property> </widget> <widget class="QLabel" name="labTipsContent"> <property name="geometry"> <rect> <x>0</x> <y>250</y> <width>600</width> <height>100</height> </rect> </property> <property name="text"> <string>编辑成功</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QDialogButtonBox" name="btnBoxOk"> <property name="geometry"> <rect> <x>350</x> <y>400</y> <width>200</width> <height>50</height> </rect> </property> <property name="standardButtons"> <set>QDialogButtonBox::Ok</set> </property> </widget> </widget> <resources> <include location="resource.qrc"/> </resources> <connections> <connection> <sender>btnBoxOk</sender> <signal>accepted()</signal> <receiver>OperationTipsDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>449</x> <y>424</y> </hint> <hint type="destinationlabel"> <x>299</x> <y>249</y> </hint> </hints> </connection> </connections> </ui>