|
6 | 6 | <rect> |
7 | 7 | <x>0</x> |
8 | 8 | <y>0</y> |
9 | | - <width>756</width> |
10 | | - <height>233</height> |
| 9 | + <width>720</width> |
| 10 | + <height>260</height> |
11 | 11 | </rect> |
12 | 12 | </property> |
13 | 13 | <property name="windowTitle"> |
14 | 14 | <string>About qtFRED</string> |
15 | 15 | </property> |
16 | | - <layout class="QGridLayout" name="gridLayout"> |
| 16 | + <layout class="QHBoxLayout" name="mainLayout"> |
17 | 17 | <property name="sizeConstraint"> |
18 | 18 | <enum>QLayout::SetFixedSize</enum> |
19 | 19 | </property> |
20 | | - <item row="0" column="0" rowspan="3" alignment="Qt::AlignHCenter|Qt::AlignVCenter"> |
21 | | - <widget class="QLabel" name="label_7"> |
| 20 | + <item> |
| 21 | + <widget class="QLabel" name="logoLabel"> |
22 | 22 | <property name="sizePolicy"> |
23 | 23 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
24 | 24 | <horstretch>0</horstretch> |
|
40 | 40 | <property name="text"> |
41 | 41 | <string/> |
42 | 42 | </property> |
43 | | - <property name="pixmap"> |
44 | | - <pixmap resource="../resources/resources.qrc">:/images/V_fred.ico</pixmap> |
45 | | - </property> |
46 | | - <property name="scaledContents"> |
47 | | - <bool>true</bool> |
48 | | - </property> |
49 | 43 | <property name="alignment"> |
50 | 44 | <set>Qt::AlignCenter</set> |
51 | 45 | </property> |
52 | | - <property name="wordWrap"> |
53 | | - <bool>false</bool> |
54 | | - </property> |
55 | 46 | </widget> |
56 | 47 | </item> |
57 | | - <item row="0" column="1" rowspan="11"> |
58 | | - <layout class="QVBoxLayout" name="verticalLayout_2"> |
| 48 | + <item> |
| 49 | + <layout class="QVBoxLayout" name="textLayout"> |
59 | 50 | <item> |
60 | 51 | <widget class="QLabel" name="labelVersion"> |
61 | | - <property name="sizePolicy"> |
62 | | - <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
63 | | - <horstretch>0</horstretch> |
64 | | - <verstretch>0</verstretch> |
65 | | - </sizepolicy> |
66 | | - </property> |
67 | 52 | <property name="text"> |
68 | | - <string>qtFRED - FreeSpace Editor, Version xx.yy.zz</string> |
| 53 | + <string/> |
69 | 54 | </property> |
70 | 55 | </widget> |
71 | 56 | </item> |
72 | 57 | <item> |
73 | | - <widget class="QLabel" name="label_3"> |
74 | | - <property name="sizePolicy"> |
75 | | - <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
76 | | - <horstretch>0</horstretch> |
77 | | - <verstretch>0</verstretch> |
78 | | - </sizepolicy> |
79 | | - </property> |
| 58 | + <widget class="QLabel" name="labelCopyright"> |
80 | 59 | <property name="text"> |
81 | | - <string>Based on FRED2_OPEN: Copyright © 1999 Volition, Inc. All Rights Reserved</string> |
82 | | - </property> |
83 | | - <property name="wordWrap"> |
84 | | - <bool>false</bool> |
| 60 | + <string/> |
85 | 61 | </property> |
86 | 62 | </widget> |
87 | 63 | </item> |
|
102 | 78 | </spacer> |
103 | 79 | </item> |
104 | 80 | <item> |
105 | | - <widget class="QLabel" name="label_4"> |
106 | | - <property name="sizePolicy"> |
107 | | - <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
108 | | - <horstretch>0</horstretch> |
109 | | - <verstretch>0</verstretch> |
110 | | - </sizepolicy> |
111 | | - </property> |
| 81 | + <widget class="QLabel" name="labelQtFREDCredits"> |
112 | 82 | <property name="text"> |
113 | | - <string>qtFRED port done by groscask (Initial port), DahBlount, m!m, and z64555.</string> |
| 83 | + <string/> |
114 | 84 | </property> |
115 | 85 | <property name="wordWrap"> |
116 | | - <bool>false</bool> |
| 86 | + <bool>true</bool> |
117 | 87 | </property> |
118 | 88 | </widget> |
119 | 89 | </item> |
120 | 90 | <item> |
121 | | - <widget class="QLabel" name="label_5"> |
122 | | - <property name="sizePolicy"> |
123 | | - <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
124 | | - <horstretch>0</horstretch> |
125 | | - <verstretch>0</verstretch> |
126 | | - </sizepolicy> |
127 | | - </property> |
| 91 | + <widget class="QPushButton" name="scpCreditsButton"> |
128 | 92 | <property name="text"> |
129 | | - <string>Ported to OpenGL by RandomTiger</string> |
130 | | - </property> |
131 | | - <property name="wordWrap"> |
132 | | - <bool>false</bool> |
| 93 | + <string>Supported by the entire SCP team</string> |
133 | 94 | </property> |
134 | 95 | </widget> |
135 | 96 | </item> |
136 | 97 | <item> |
137 | | - <widget class="QLabel" name="label_6"> |
138 | | - <property name="sizePolicy"> |
139 | | - <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
140 | | - <horstretch>0</horstretch> |
141 | | - <verstretch>0</verstretch> |
142 | | - </sizepolicy> |
143 | | - </property> |
| 98 | + <widget class="QLabel" name="labelGraphicsCredits"> |
144 | 99 | <property name="text"> |
145 | | - <string>Original FSO OpenGL port by Phreak and Fry_Day</string> |
| 100 | + <string/> |
146 | 101 | </property> |
147 | 102 | <property name="wordWrap"> |
148 | | - <bool>false</bool> |
| 103 | + <bool>true</bool> |
149 | 104 | </property> |
150 | 105 | </widget> |
151 | 106 | </item> |
|
157 | 112 | </widget> |
158 | 113 | </item> |
159 | 114 | <item> |
160 | | - <widget class="QLabel" name="label"> |
161 | | - <property name="sizePolicy"> |
162 | | - <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
163 | | - <horstretch>0</horstretch> |
164 | | - <verstretch>0</verstretch> |
165 | | - </sizepolicy> |
166 | | - </property> |
167 | | - <property name="frameShape"> |
168 | | - <enum>QFrame::NoFrame</enum> |
169 | | - </property> |
| 115 | + <widget class="QLabel" name="labelQuote"> |
170 | 116 | <property name="text"> |
171 | | - <string>"FRED2 is the omega of all giant unwieldy pieces of code. It's big, it's horrifying, and it just doesn't care. View it at your own risk." - Dave Baranec</string> |
| 117 | + <string/> |
172 | 118 | </property> |
173 | 119 | <property name="wordWrap"> |
174 | 120 | <bool>true</bool> |
|
190 | 136 | </item> |
191 | 137 | </layout> |
192 | 138 | </item> |
193 | | - <item row="0" column="2" rowspan="11"> |
194 | | - <layout class="QVBoxLayout" name="verticalLayout"> |
| 139 | + <item> |
| 140 | + <layout class="QVBoxLayout" name="buttonLayout"> |
195 | 141 | <item> |
196 | 142 | <widget class="QDialogButtonBox" name="okBox"> |
197 | 143 | <property name="sizePolicy"> |
|
204 | 150 | <enum>Qt::Vertical</enum> |
205 | 151 | </property> |
206 | 152 | <property name="standardButtons"> |
207 | | - <set>QDialogButtonBox::Ok</set> |
| 153 | + <set>QDialogButtonBox::Close</set> |
208 | 154 | </property> |
209 | 155 | </widget> |
210 | 156 | </item> |
|
0 commit comments