|
| 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>577</width> |
| 10 | + <height>300</height> |
| 11 | + </rect> |
| 12 | + </property> |
| 13 | + <property name="windowTitle"> |
| 14 | + <string>Dialog</string> |
| 15 | + </property> |
| 16 | + <widget class="QDialogButtonBox" name="buttonBox"> |
| 17 | + <property name="geometry"> |
| 18 | + <rect> |
| 19 | + <x>30</x> |
| 20 | + <y>240</y> |
| 21 | + <width>341</width> |
| 22 | + <height>32</height> |
| 23 | + </rect> |
| 24 | + </property> |
| 25 | + <property name="orientation"> |
| 26 | + <enum>Qt::Horizontal</enum> |
| 27 | + </property> |
| 28 | + <property name="standardButtons"> |
| 29 | + <set>QDialogButtonBox::Ok</set> |
| 30 | + </property> |
| 31 | + </widget> |
| 32 | + <widget class="QLabel" name="label"> |
| 33 | + <property name="geometry"> |
| 34 | + <rect> |
| 35 | + <x>10</x> |
| 36 | + <y>20</y> |
| 37 | + <width>501</width> |
| 38 | + <height>211</height> |
| 39 | + </rect> |
| 40 | + </property> |
| 41 | + <property name="text"> |
| 42 | + <string>gTool1CD Copyright (C) 2009-2017 awa, Copyright 2017-2018 E8 Tools Contributors. |
| 43 | + |
| 44 | +This program comes with ABSOLUTELY NO WARRANTY. |
| 45 | +This is free software, and you are welcome to redistribute it under certain conditions. |
| 46 | + |
| 47 | +You should have received a copy of the GNU General Public License |
| 48 | + along with this program. If not, see <https://www.gnu.org/licenses/>.</string> |
| 49 | + </property> |
| 50 | + <property name="textFormat"> |
| 51 | + <enum>Qt::PlainText</enum> |
| 52 | + </property> |
| 53 | + <property name="wordWrap"> |
| 54 | + <bool>true</bool> |
| 55 | + </property> |
| 56 | + </widget> |
| 57 | + </widget> |
| 58 | + <resources/> |
| 59 | + <connections> |
| 60 | + <connection> |
| 61 | + <sender>buttonBox</sender> |
| 62 | + <signal>accepted()</signal> |
| 63 | + <receiver>AboutDialog</receiver> |
| 64 | + <slot>accept()</slot> |
| 65 | + <hints> |
| 66 | + <hint type="sourcelabel"> |
| 67 | + <x>248</x> |
| 68 | + <y>254</y> |
| 69 | + </hint> |
| 70 | + <hint type="destinationlabel"> |
| 71 | + <x>157</x> |
| 72 | + <y>274</y> |
| 73 | + </hint> |
| 74 | + </hints> |
| 75 | + </connection> |
| 76 | + <connection> |
| 77 | + <sender>buttonBox</sender> |
| 78 | + <signal>rejected()</signal> |
| 79 | + <receiver>AboutDialog</receiver> |
| 80 | + <slot>reject()</slot> |
| 81 | + <hints> |
| 82 | + <hint type="sourcelabel"> |
| 83 | + <x>316</x> |
| 84 | + <y>260</y> |
| 85 | + </hint> |
| 86 | + <hint type="destinationlabel"> |
| 87 | + <x>286</x> |
| 88 | + <y>274</y> |
| 89 | + </hint> |
| 90 | + </hints> |
| 91 | + </connection> |
| 92 | + </connections> |
| 93 | +</ui> |
0 commit comments