ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/about.ui
Revision: 790
Committed: Sat Apr 6 20:54:26 2013 UTC (12 years, 6 months ago) by s10k
Original Path: Vago/trunk/Vago/about.ui
File size: 3996 byte(s)
Log Message:
Some updates in 0.8 version related with Mac OS. They should improve the application on Mac.

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;html&gt;
56 &lt;b&gt;Vago GUI&lt;/b&gt;
57 &lt;p style=&quot;font-size:small;&quot;&gt;
58 Written by s10k&lt;br /&gt;&lt;br/&gt;
59 Thanks to:&lt;br/&gt;
60 Neo for OniSplit&lt;br /&gt;
61 EdT for testing, suggestions and icon&lt;br /&gt;
62 demos_kratos for original OniSplit GUI&lt;br /&gt;
63 Samer/Mukade/EdT for allow me to use Jubei as icon&lt;br /&gt;
64 Alloc for AIE2 and support&lt;br /&gt;
65 Paradox for Sound excel plugin and documentation&lt;br /&gt;
66 Wiki contributors for the documentation&lt;br /&gt;
67 AE contributors&lt;br /&gt;
68 and in general to all OniCentral Community&lt;br /&gt;&lt;br/&gt;
69 Also thanks to: &lt;br /&gt;
70 StackOverflow Community&lt;br /&gt;
71 Fabrizio Angius for PKZIP 2.0 for zip handling&lt;br /&gt;
72 smashingmagazine for the folder icon :)&lt;br /&gt;
73 &lt;center&gt;
74 Visit us at:&lt;br /&gt;
75 &lt;a href=&quot;http://oni.bungie.org&quot;&gt;
76 oni.bungie.org
77 &lt;/center&gt;
78 &lt;/a&gt;
79 &lt;/p&gt;
80 &lt;/html&gt;</string>
81 </property>
82 </widget>
83 </item>
84 <item>
85 <spacer name="verticalSpacer">
86 <property name="orientation">
87 <enum>Qt::Vertical</enum>
88 </property>
89 <property name="sizeHint" stdset="0">
90 <size>
91 <width>20</width>
92 <height>10</height>
93 </size>
94 </property>
95 </spacer>
96 </item>
97 </layout>
98 </item>
99 <item>
100 <layout class="QHBoxLayout" name="horizontalLayout">
101 <item>
102 <spacer name="horizontalSpacer">
103 <property name="orientation">
104 <enum>Qt::Horizontal</enum>
105 </property>
106 <property name="sizeHint" stdset="0">
107 <size>
108 <width>40</width>
109 <height>20</height>
110 </size>
111 </property>
112 </spacer>
113 </item>
114 <item>
115 <widget class="QPushButton" name="pushButton">
116 <property name="minimumSize">
117 <size>
118 <width>100</width>
119 <height>0</height>
120 </size>
121 </property>
122 <property name="text">
123 <string>Close</string>
124 </property>
125 </widget>
126 </item>
127 </layout>
128 </item>
129 </layout>
130 </item>
131 </layout>
132 </widget>
133 <resources>
134 <include location="resources.qrc"/>
135 </resources>
136 <connections/>
137 </ui>