ui/AboutDialog.ui

changeset 4
fe106c497b75
child 14
8a304c898a75
equal deleted inserted replaced
3:4b95e33ee476 4:fe106c497b75
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>684</width>
10 <height>353</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QLabel" name="label">
19 <property name="enabled">
20 <bool>true</bool>
21 </property>
22 <property name="font">
23 <font>
24 <family>Liberation Sans</family>
25 <pointsize>28</pointsize>
26 <weight>75</weight>
27 <bold>true</bold>
28 </font>
29 </property>
30 <property name="text">
31 <string>Brewery Management System app</string>
32 </property>
33 <property name="alignment">
34 <set>Qt::AlignCenter</set>
35 </property>
36 <property name="margin">
37 <number>30</number>
38 </property>
39 </widget>
40 </item>
41 <item>
42 <widget class="QPlainTextEdit" name="plainTextEdit">
43 <property name="plainText">
44 <string>Code:
45 Author: Michiel Broek
46 Source: https://hg.mbse.eu/bmsapp/
47 License: GPL v3
48
49 Icons: Silk
50 Author: Mark James
51 Source: http://www.famfamfam.com/lab/icons/silk/
52 License: Creative Commons Attribution 2.5 License</string>
53 </property>
54 </widget>
55 </item>
56 <item>
57 <widget class="QDialogButtonBox" name="buttonBox">
58 <property name="orientation">
59 <enum>Qt::Horizontal</enum>
60 </property>
61 <property name="standardButtons">
62 <set>QDialogButtonBox::Ok</set>
63 </property>
64 </widget>
65 </item>
66 </layout>
67 </widget>
68 <resources/>
69 <connections>
70 <connection>
71 <sender>buttonBox</sender>
72 <signal>accepted()</signal>
73 <receiver>AboutDialog</receiver>
74 <slot>accept()</slot>
75 <hints>
76 <hint type="sourcelabel">
77 <x>248</x>
78 <y>254</y>
79 </hint>
80 <hint type="destinationlabel">
81 <x>157</x>
82 <y>274</y>
83 </hint>
84 </hints>
85 </connection>
86 <connection>
87 <sender>buttonBox</sender>
88 <signal>rejected()</signal>
89 <receiver>AboutDialog</receiver>
90 <slot>reject()</slot>
91 <hints>
92 <hint type="sourcelabel">
93 <x>316</x>
94 <y>260</y>
95 </hint>
96 <hint type="destinationlabel">
97 <x>286</x>
98 <y>274</y>
99 </hint>
100 </hints>
101 </connection>
102 </connections>
103 </ui>

mercurial