ui/about.ui

changeset 1164
eabcd749759a
parent 1163
6562cd40565e
child 1165
e6974c4d9e55
equal deleted inserted replaced
1163:6562cd40565e 1164:eabcd749759a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>AboutUI</class>
4 <widget class="QDialog" name="AboutUI">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>320</width>
10 <height>400</height>
11 </rect>
12 </property>
13 <property name="minimumSize">
14 <size>
15 <width>320</width>
16 <height>400</height>
17 </size>
18 </property>
19 <property name="maximumSize">
20 <size>
21 <width>16777215</width>
22 <height>16777215</height>
23 </size>
24 </property>
25 <property name="windowTitle">
26 <string>About LDForge</string>
27 </property>
28 <layout class="QVBoxLayout" name="verticalLayout">
29 <item>
30 <widget class="QLabel" name="label">
31 <property name="maximumSize">
32 <size>
33 <width>16777215</width>
34 <height>16777215</height>
35 </size>
36 </property>
37 <property name="text">
38 <string/>
39 </property>
40 <property name="pixmap">
41 <pixmap resource="../ldforge.qrc">:/icons/ldforge.png</pixmap>
42 </property>
43 <property name="scaledContents">
44 <bool>false</bool>
45 </property>
46 <property name="alignment">
47 <set>Qt::AlignCenter</set>
48 </property>
49 </widget>
50 </item>
51 <item>
52 <widget class="QLabel" name="versionInfo">
53 <property name="styleSheet">
54 <string notr="true">font-weight: bold</string>
55 </property>
56 <property name="text">
57 <string>[[ VERSION INFO HERE]]</string>
58 </property>
59 <property name="alignment">
60 <set>Qt::AlignCenter</set>
61 </property>
62 </widget>
63 </item>
64 <item>
65 <widget class="QLabel" name="label_2">
66 <property name="text">
67 <string>Copyright (C) 2013 - 2016 Teemu Piippo</string>
68 </property>
69 <property name="alignment">
70 <set>Qt::AlignCenter</set>
71 </property>
72 </widget>
73 </item>
74 <item>
75 <widget class="QLabel" name="label_4">
76 <property name="maximumSize">
77 <size>
78 <width>16777215</width>
79 <height>16777215</height>
80 </size>
81 </property>
82 <property name="frameShape">
83 <enum>QFrame::NoFrame</enum>
84 </property>
85 <property name="text">
86 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This software is intended for usage as a parts authoring tool for the &lt;a href=&quot;http://ldraw.org/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;LDraw&lt;/span&gt;&lt;/a&gt; parts library.&lt;/p&gt;&lt;p&gt;LDForge is free software, and you are welcome to redistribute it under the terms of GPL v3. See the LICENSE text file for details. If the license text is not available for some reason, see &lt;a href=&quot;http://www.gnu.org/licenses/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;http://www.gnu.org/licenses/&lt;/span&gt;&lt;/a&gt; for the license terms.&lt;/p&gt;&lt;p&gt;The graphical assets of LDForge are licensed under the &lt;a href=&quot;http://creativecommons.org/licenses/by-sa/3.0/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;CC Attribution-ShareAlike 3.0 Unported license&lt;/span&gt;&lt;/a&gt;. The GNU GPL applies to the source code of the program. The application icon is derived from &lt;a href=&quot;http://en.wikipedia.org/wiki/File:Anvil,_labelled_en.svg&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;this image on Wikipedia&lt;/span&gt;&lt;/a&gt;. The linked image (retrieved 22 May 2013) was released into the public domain.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
87 </property>
88 <property name="alignment">
89 <set>Qt::AlignCenter</set>
90 </property>
91 <property name="wordWrap">
92 <bool>true</bool>
93 </property>
94 </widget>
95 </item>
96 <item>
97 <widget class="QLabel" name="label_5">
98 <property name="text">
99 <string>In living memory of James Jessiman.</string>
100 </property>
101 <property name="alignment">
102 <set>Qt::AlignCenter</set>
103 </property>
104 </widget>
105 </item>
106 <item>
107 <widget class="QDialogButtonBox" name="buttonBox">
108 <property name="standardButtons">
109 <set>QDialogButtonBox::Close</set>
110 </property>
111 <property name="centerButtons">
112 <bool>false</bool>
113 </property>
114 </widget>
115 </item>
116 </layout>
117 </widget>
118 <resources>
119 <include location="../ldforge.qrc"/>
120 </resources>
121 <connections>
122 <connection>
123 <sender>buttonBox</sender>
124 <signal>rejected()</signal>
125 <receiver>AboutUI</receiver>
126 <slot>reject()</slot>
127 <hints>
128 <hint type="sourcelabel">
129 <x>296</x>
130 <y>384</y>
131 </hint>
132 <hint type="destinationlabel">
133 <x>293</x>
134 <y>1</y>
135 </hint>
136 </hints>
137 </connection>
138 </connections>
139 </ui>

mercurial