ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/about.ui
Revision: 897
Committed: Wed Jan 8 11:32:55 2014 UTC (11 years, 9 months ago) by s10k
Original Path: Vago/trunk/Vago/about.ui
File size: 4525 byte(s)
Log Message:
Vago 09

File Contents

# Content
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>About</class>
4 <widget class="QDialog" name="About">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>600</width>
10 <height>400</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="windowTitle">
20 <string>About Vago GUI</string>
21 </property>
22 <layout class="QHBoxLayout" name="horizontalLayout_2">
23 <item>
24 <widget class="QLabel" name="lbImage">
25 <property name="sizePolicy">
26 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
27 <horstretch>0</horstretch>
28 <verstretch>0</verstretch>
29 </sizepolicy>
30 </property>
31 <property name="text">
32 <string/>
33 </property>
34 <property name="pixmap">
35 <pixmap resource="resources.qrc">:/new/about/about.png</pixmap>
36 </property>
37 <property name="scaledContents">
38 <bool>true</bool>
39 </property>
40 </widget>
41 </item>
42 <item>
43 <layout class="QVBoxLayout" name="verticalLayout_2">
44 <item>
45 <layout class="QVBoxLayout" name="verticalLayout">
46 <item>
47 <widget class="QLabel" name="lbAbout">
48 <property name="sizePolicy">
49 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
50 <horstretch>0</horstretch>
51 <verstretch>0</verstretch>
52 </sizepolicy>
53 </property>
54 <property name="text">
55 <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;
56 &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;
57 p, li { white-space: pre-wrap; }
58 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
59 &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-size:8pt; font-weight:600;&quot;&gt;Vago GUI&lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt; &lt;/span&gt;&lt;/p&gt;
60 &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;&lt;span style=&quot; font-size:8pt;&quot;&gt;Written by s10k&lt;br /&gt;&lt;br /&gt;Thanks to:&lt;br /&gt;Edit in About.cpp&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
61 &lt;p align=&quot;center&quot; 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-size:8pt;&quot;&gt;Visit us at:&lt;br /&gt;&lt;/span&gt;&lt;a href=&quot;http://oni.bungie.org&quot;&gt;&lt;span style=&quot; font-size:8pt; text-decoration: underline; color:#0000ff;&quot;&gt;oni.bungie.org &lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
62 </property>
63 </widget>
64 </item>
65 <item>
66 <spacer name="verticalSpacer">
67 <property name="orientation">
68 <enum>Qt::Vertical</enum>
69 </property>
70 <property name="sizeHint" stdset="0">
71 <size>
72 <width>20</width>
73 <height>10</height>
74 </size>
75 </property>
76 </spacer>
77 </item>
78 </layout>
79 </item>
80 <item>
81 <layout class="QHBoxLayout" name="horizontalLayout">
82 <item>
83 <spacer name="horizontalSpacer">
84 <property name="orientation">
85 <enum>Qt::Horizontal</enum>
86 </property>
87 <property name="sizeHint" stdset="0">
88 <size>
89 <width>40</width>
90 <height>20</height>
91 </size>
92 </property>
93 </spacer>
94 </item>
95 <item>
96 <widget class="QPushButton" name="pushButton">
97 <property name="minimumSize">
98 <size>
99 <width>100</width>
100 <height>0</height>
101 </size>
102 </property>
103 <property name="text">
104 <string>Close</string>
105 </property>
106 </widget>
107 </item>
108 </layout>
109 </item>
110 </layout>
111 </item>
112 </layout>
113 </widget>
114 <resources>
115 <include location="resources.qrc"/>
116 </resources>
117 <connections/>
118 </ui>