|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<ui version="4.0"> |
| 3 | + <class>AboutDialog</class> |
| 4 | + <widget class="QDialog" name="AboutDialog"> |
| 5 | + <property name="geometry"> |
| 6 | + <rect> |
| 7 | + <x>0</x> |
| 8 | + <y>0</y> |
| 9 | + <width>400</width> |
| 10 | + <height>300</height> |
| 11 | + </rect> |
| 12 | + </property> |
| 13 | + <property name="windowTitle"> |
| 14 | + <string>关于 MemoryCleaner</string> |
| 15 | + </property> |
| 16 | + <layout class="QVBoxLayout" name="verticalLayout"> |
| 17 | + <item> |
| 18 | + <widget class="QLabel" name="labelTitle"> |
| 19 | + <property name="text"> |
| 20 | + <string><h2>MemoryCleaner</h2></string> |
| 21 | + </property> |
| 22 | + <property name="alignment"> |
| 23 | + <set>Qt::AlignmentFlag::AlignCenter</set> |
| 24 | + </property> |
| 25 | + </widget> |
| 26 | + </item> |
| 27 | + <item> |
| 28 | + <widget class="QLabel" name="labelVersion"> |
| 29 | + <property name="text"> |
| 30 | + <string>版本 1.0</string> |
| 31 | + </property> |
| 32 | + <property name="alignment"> |
| 33 | + <set>Qt::AlignmentFlag::AlignCenter</set> |
| 34 | + </property> |
| 35 | + </widget> |
| 36 | + </item> |
| 37 | + <item> |
| 38 | + <widget class="QLabel" name="labelLicense"> |
| 39 | + <property name="text"> |
| 40 | + <string>本程序遵循 GPL 3.0 开源协议</string> |
| 41 | + </property> |
| 42 | + <property name="alignment"> |
| 43 | + <set>Qt::AlignmentFlag::AlignCenter</set> |
| 44 | + </property> |
| 45 | + </widget> |
| 46 | + </item> |
| 47 | + <item> |
| 48 | + <widget class="QLabel" name="labelGitHub"> |
| 49 | + <property name="text"> |
| 50 | + <string><html><head/><body><p><a href="https://github.com/TheUserWW/MemoryCleaner"><span style=" text-decoration: underline; color:#007af4;">https://github.com/TheUserWW/MemoryCleaner.git</span></a></p></body></html></string> |
| 51 | + </property> |
| 52 | + <property name="alignment"> |
| 53 | + <set>Qt::AlignmentFlag::AlignCenter</set> |
| 54 | + </property> |
| 55 | + <property name="openExternalLinks"> |
| 56 | + <bool>true</bool> |
| 57 | + </property> |
| 58 | + </widget> |
| 59 | + </item> |
| 60 | + <item> |
| 61 | + <widget class="QTextBrowser" name="textBrowserLicense"> |
| 62 | + <property name="plainText"> |
| 63 | + <string>This program is free software: you can redistribute it and/or modify |
| 64 | +it under the terms of the GNU General Public License as published by |
| 65 | +the Free Software Foundation, either version 3 of the License, or |
| 66 | +(at your option) any later version. |
| 67 | + |
| 68 | +This program is distributed in the hope that it will be useful, |
| 69 | +but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 70 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 71 | +GNU General Public License for more details. |
| 72 | + |
| 73 | +You should have received a copy of the GNU General Public License |
| 74 | +along with this program. If not, see <https://www.gnu.org/licenses/>.</string> |
| 75 | + </property> |
| 76 | + </widget> |
| 77 | + </item> |
| 78 | + <item> |
| 79 | + <widget class="QDialogButtonBox" name="buttonBox"> |
| 80 | + <property name="orientation"> |
| 81 | + <enum>Qt::Orientation::Horizontal</enum> |
| 82 | + </property> |
| 83 | + <property name="standardButtons"> |
| 84 | + <set>QDialogButtonBox::StandardButton::Ok</set> |
| 85 | + </property> |
| 86 | + </widget> |
| 87 | + </item> |
| 88 | + </layout> |
| 89 | + </widget> |
| 90 | + <resources/> |
| 91 | + <connections> |
| 92 | + <connection> |
| 93 | + <sender>buttonBox</sender> |
| 94 | + <signal>accepted()</signal> |
| 95 | + <receiver>AboutDialog</receiver> |
| 96 | + <slot>accept()</slot> |
| 97 | + <hints> |
| 98 | + <hint type="sourcelabel"> |
| 99 | + <x>248</x> |
| 100 | + <y>254</y> |
| 101 | + </hint> |
| 102 | + <hint type="destinationlabel"> |
| 103 | + <x>157</x> |
| 104 | + <y>274</y> |
| 105 | + </hint> |
| 106 | + </hints> |
| 107 | + </connection> |
| 108 | + </connections> |
| 109 | +</ui> |
0 commit comments