AboutForm.ui: About dialog for mines3d v2.
[mines3d.git] / ui / qt / AboutForm.ui
blob06760fe1925424deb4ccce035f4f58031a7e8233
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>AboutForm</class>
4 <widget class="QDialog" name="AboutForm">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>447</width>
10 <height>173</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>About Mines3D</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QLabel" name="AboutLbl">
19 <property name="text">
20 <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
21 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
22 p, li { white-space: pre-wrap; }
23 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Liberation Sans'; font-size:8pt; font-weight:400; font-style:normal;&quot;&gt;
24 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt; &lt;/span&gt;&lt;span style=&quot; font-size:10pt; font-weight:600;&quot;&gt;Mines3D &lt;/span&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;2.0&lt;/span&gt;&lt;/p&gt;
25 &lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Authors: Petr Kubizňák, Jan Horký, Jindřich Kovář&lt;br /&gt;Czech Technical University in Prague, 2010-2011&lt;/p&gt;
26 &lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Created as a semestral project on subjects Y36PJC and Y36API.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
27 </property>
28 </widget>
29 </item>
30 <item>
31 <widget class="QDialogButtonBox" name="buttonBox">
32 <property name="orientation">
33 <enum>Qt::Horizontal</enum>
34 </property>
35 <property name="standardButtons">
36 <set>QDialogButtonBox::Close</set>
37 </property>
38 <property name="centerButtons">
39 <bool>false</bool>
40 </property>
41 </widget>
42 </item>
43 </layout>
44 </widget>
45 <resources/>
46 <connections>
47 <connection>
48 <sender>buttonBox</sender>
49 <signal>rejected()</signal>
50 <receiver>AboutForm</receiver>
51 <slot>close()</slot>
52 <hints>
53 <hint type="sourcelabel">
54 <x>295</x>
55 <y>172</y>
56 </hint>
57 <hint type="destinationlabel">
58 <x>286</x>
59 <y>194</y>
60 </hint>
61 </hints>
62 </connection>
63 </connections>
64 </ui>