Skip to content

Commit f921dc4

Browse files
author
macho
committedMar 6, 2010
just optical changes in the aboutbox (bug?fixes)
git-svn-id: http://svn.osgeo.org/qgis/trunk@13011 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 5faa091 commit f921dc4

File tree

1 file changed

+113
-116
lines changed

1 file changed

+113
-116
lines changed
 

‎src/ui/qgsabout.ui

Lines changed: 113 additions & 116 deletions
Original file line numberDiff line numberDiff line change
@@ -1,144 +1,145 @@
1-
<ui version="4.0" >
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<ui version="4.0">
23
<class>QgsAbout</class>
3-
<widget class="QDialog" name="QgsAbout" >
4-
<property name="geometry" >
4+
<widget class="QDialog" name="QgsAbout">
5+
<property name="geometry">
56
<rect>
67
<x>0</x>
78
<y>0</y>
89
<width>753</width>
910
<height>416</height>
1011
</rect>
1112
</property>
12-
<property name="windowTitle" >
13+
<property name="windowTitle">
1314
<string>About Quantum GIS</string>
1415
</property>
15-
<property name="sizeGripEnabled" >
16+
<property name="sizeGripEnabled">
1617
<bool>true</bool>
1718
</property>
18-
<layout class="QGridLayout" >
19-
<item row="0" column="0" >
20-
<widget class="QTabWidget" name="tabWidget" >
21-
<property name="currentIndex" >
22-
<number>0</number>
19+
<layout class="QGridLayout">
20+
<item row="0" column="0">
21+
<widget class="QTabWidget" name="tabWidget">
22+
<property name="currentIndex">
23+
<number>4</number>
2324
</property>
24-
<widget class="QWidget" name="Widget2" >
25-
<attribute name="title" >
25+
<widget class="QWidget" name="Widget2">
26+
<attribute name="title">
2627
<string>About</string>
2728
</attribute>
28-
<layout class="QGridLayout" >
29-
<item row="0" column="0" >
30-
<layout class="QHBoxLayout" >
29+
<layout class="QGridLayout">
30+
<item row="0" column="0">
31+
<layout class="QHBoxLayout">
3132
<item>
32-
<widget class="QLabel" name="qgisIcon" >
33-
<property name="maximumSize" >
33+
<widget class="QLabel" name="qgisIcon">
34+
<property name="maximumSize">
3435
<size>
3536
<width>60</width>
3637
<height>60</height>
3738
</size>
3839
</property>
39-
<property name="pixmap" >
40-
<pixmap resource="../../images/images.qrc" >:/images/icons/qgis-icon-60x60.png</pixmap>
40+
<property name="pixmap">
41+
<pixmap resource="../../images/images.qrc">:/images/icons/qgis-icon-60x60.png</pixmap>
4142
</property>
42-
<property name="scaledContents" >
43+
<property name="scaledContents">
4344
<bool>false</bool>
4445
</property>
4546
</widget>
4647
</item>
4748
<item>
48-
<widget class="QLabel" name="TextLabel4" >
49-
<property name="text" >
50-
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
49+
<widget class="QLabel" name="TextLabel4">
50+
<property name="text">
51+
<string>&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;
5152
p, li { white-space: pre-wrap; }
52-
&lt;/style>&lt;/head>&lt;body style=" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;">
53-
&lt;p style=" margin-top:16px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:x-large; font-weight:600;">&lt;span style=" font-size:x-large;">Quantum GIS (QGIS)&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
53+
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
54+
&lt;p style=&quot; margin-top:16px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:x-large; font-weight:600;&quot;&gt;&lt;span style=&quot; font-size:x-large;&quot;&gt;Quantum GIS (QGIS)&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
5455
</property>
55-
<property name="alignment" >
56+
<property name="alignment">
5657
<set>Qt::AlignCenter</set>
5758
</property>
5859
</widget>
5960
</item>
6061
</layout>
6162
</item>
62-
<item row="1" column="0" >
63-
<widget class="QLabel" name="lblVersion" >
64-
<property name="text" >
63+
<item row="1" column="0">
64+
<widget class="QLabel" name="lblVersion">
65+
<property name="text">
6566
<string>Version</string>
6667
</property>
67-
<property name="alignment" >
68+
<property name="alignment">
6869
<set>Qt::AlignCenter</set>
6970
</property>
70-
<property name="wordWrap" >
71+
<property name="wordWrap">
7172
<bool>true</bool>
7273
</property>
7374
</widget>
7475
</item>
75-
<item row="2" column="0" >
76+
<item row="2" column="0">
7677
<spacer>
77-
<property name="orientation" >
78+
<property name="orientation">
7879
<enum>Qt::Vertical</enum>
7980
</property>
80-
<property name="sizeHint" >
81+
<property name="sizeHint" stdset="0">
8182
<size>
8283
<width>20</width>
8384
<height>21</height>
8485
</size>
8586
</property>
8687
</spacer>
8788
</item>
88-
<item row="3" column="0" >
89-
<widget class="QLabel" name="label" >
90-
<property name="text" >
89+
<item row="3" column="0">
90+
<widget class="QLabel" name="label">
91+
<property name="text">
9192
<string>Quantum GIS is licensed under the GNU General Public License</string>
9293
</property>
93-
<property name="alignment" >
94+
<property name="alignment">
9495
<set>Qt::AlignCenter</set>
9596
</property>
96-
<property name="wordWrap" >
97+
<property name="wordWrap">
9798
<bool>true</bool>
9899
</property>
99100
</widget>
100101
</item>
101-
<item row="4" column="0" >
102-
<widget class="QLabel" name="label_2" >
103-
<property name="text" >
102+
<item row="4" column="0">
103+
<widget class="QLabel" name="label_2">
104+
<property name="text">
104105
<string>http://www.gnu.org/licenses</string>
105106
</property>
106-
<property name="alignment" >
107+
<property name="alignment">
107108
<set>Qt::AlignCenter</set>
108109
</property>
109110
</widget>
110111
</item>
111-
<item row="5" column="0" >
112+
<item row="5" column="0">
112113
<spacer>
113-
<property name="orientation" >
114+
<property name="orientation">
114115
<enum>Qt::Vertical</enum>
115116
</property>
116-
<property name="sizeHint" >
117+
<property name="sizeHint" stdset="0">
117118
<size>
118119
<width>20</width>
119120
<height>40</height>
120121
</size>
121122
</property>
122123
</spacer>
123124
</item>
124-
<item row="6" column="0" >
125-
<layout class="QHBoxLayout" >
125+
<item row="6" column="0">
126+
<layout class="QHBoxLayout">
126127
<item>
127-
<widget class="QPushButton" name="btnQgisHome" >
128-
<property name="text" >
128+
<widget class="QPushButton" name="btnQgisHome">
129+
<property name="text">
129130
<string>QGIS Home Page</string>
130131
</property>
131-
<property name="flat" >
132+
<property name="flat">
132133
<bool>false</bool>
133134
</property>
134135
</widget>
135136
</item>
136137
<item>
137-
<widget class="QPushButton" name="btnQgisUser" >
138-
<property name="text" >
138+
<widget class="QPushButton" name="btnQgisUser">
139+
<property name="text">
139140
<string>Join our user mailing list</string>
140141
</property>
141-
<property name="flat" >
142+
<property name="flat">
142143
<bool>false</bool>
143144
</property>
144145
</widget>
@@ -147,112 +148,108 @@ p, li { white-space: pre-wrap; }
147148
</item>
148149
</layout>
149150
</widget>
150-
<widget class="QWidget" name="Widget3" >
151-
<attribute name="title" >
151+
<widget class="QWidget" name="Widget3">
152+
<attribute name="title">
152153
<string>What's New</string>
153154
</attribute>
154-
<layout class="QGridLayout" >
155-
<item row="0" column="0" >
156-
<widget class="QTextEdit" name="txtWhatsNew" >
157-
<property name="focusPolicy" >
155+
<layout class="QGridLayout">
156+
<item row="0" column="0">
157+
<widget class="QTextEdit" name="txtWhatsNew">
158+
<property name="focusPolicy">
158159
<enum>Qt::NoFocus</enum>
159160
</property>
160-
<property name="acceptDrops" >
161+
<property name="acceptDrops">
161162
<bool>false</bool>
162163
</property>
163-
<property name="lineWidth" >
164+
<property name="lineWidth">
164165
<number>2</number>
165166
</property>
166-
<property name="readOnly" >
167+
<property name="readOnly">
167168
<bool>true</bool>
168169
</property>
169170
</widget>
170171
</item>
171172
</layout>
172173
</widget>
173-
<widget class="QWidget" name="TabPage" >
174-
<attribute name="title" >
174+
<widget class="QWidget" name="TabPage">
175+
<attribute name="title">
175176
<string>Providers</string>
176177
</attribute>
177-
<layout class="QGridLayout" >
178-
<item row="0" column="0" >
179-
<widget class="QTextBrowser" name="txtProviders" />
178+
<layout class="QGridLayout">
179+
<item row="0" column="0">
180+
<widget class="QTextBrowser" name="txtProviders"/>
180181
</item>
181182
</layout>
182183
</widget>
183-
<widget class="QWidget" name="tab" >
184-
<attribute name="title" >
184+
<widget class="QWidget" name="tab">
185+
<attribute name="title">
185186
<string>Developers</string>
186187
</attribute>
187-
<layout class="QGridLayout" >
188-
<item row="0" column="0" >
189-
<widget class="QListWidget" name="lstDevelopers" >
190-
<property name="alternatingRowColors" >
188+
<layout class="QGridLayout">
189+
<item row="0" column="0">
190+
<widget class="QListWidget" name="lstDevelopers">
191+
<property name="alternatingRowColors">
191192
<bool>true</bool>
192193
</property>
193-
<property name="isWrapping" stdset="0" >
194+
<property name="isWrapping" stdset="0">
194195
<bool>false</bool>
195196
</property>
196197
</widget>
197198
</item>
198199
</layout>
199200
</widget>
200-
<widget class="QWidget" name="tab_5" >
201-
<attribute name="title" >
201+
<widget class="QWidget" name="tab_5">
202+
<attribute name="title">
202203
<string>Contributors</string>
203204
</attribute>
204-
<widget class="QListWidget" name="lstContributors" >
205-
<property name="geometry" >
206-
<rect>
207-
<x>0</x>
208-
<y>0</y>
209-
<width>713</width>
210-
<height>314</height>
211-
</rect>
212-
</property>
213-
<property name="alternatingRowColors" >
214-
<bool>true</bool>
215-
</property>
216-
</widget>
205+
<layout class="QGridLayout" name="gridLayout">
206+
<item row="0" column="0">
207+
<widget class="QListWidget" name="lstContributors">
208+
<property name="alternatingRowColors">
209+
<bool>true</bool>
210+
</property>
211+
</widget>
212+
</item>
213+
</layout>
217214
</widget>
218-
<widget class="QWidget" name="tab_3" >
219-
<attribute name="title" >
215+
<widget class="QWidget" name="tab_3">
216+
<attribute name="title">
220217
<string>Translators</string>
221218
</attribute>
222-
<layout class="QGridLayout" >
223-
<item row="0" column="0" >
224-
<widget class="QTextBrowser" name="txtTranslators" />
219+
<layout class="QGridLayout">
220+
<item row="0" column="0">
221+
<widget class="QTextBrowser" name="txtTranslators"/>
225222
</item>
226223
</layout>
227224
</widget>
228-
<widget class="QWidget" name="tab_2" >
229-
<attribute name="title" >
225+
<widget class="QWidget" name="tab_2">
226+
<attribute name="title">
230227
<string>Sponsors</string>
231228
</attribute>
232-
<layout class="QGridLayout" >
233-
<item row="0" column="0" >
234-
<widget class="QTextBrowser" name="txtSponsors" >
235-
<property name="openExternalLinks" >
229+
<layout class="QGridLayout">
230+
<item row="0" column="0">
231+
<widget class="QTextBrowser" name="txtSponsors">
232+
<property name="openExternalLinks">
236233
<bool>true</bool>
237234
</property>
238-
<property name="openLinks" >
235+
<property name="openLinks">
239236
<bool>true</bool>
240237
</property>
241238
</widget>
242239
</item>
243240
</layout>
244241
</widget>
245-
<widget class="QWidget" name="tab_4" >
246-
<attribute name="title" >
242+
<widget class="QWidget" name="tab_4">
243+
<attribute name="title">
247244
<string>Donors</string>
248245
</attribute>
249-
<layout class="QGridLayout" >
250-
<item row="0" column="0" >
251-
<widget class="QTextBrowser" name="txtDonors" >
252-
<property name="openExternalLinks" >
246+
<layout class="QGridLayout">
247+
<item row="0" column="0">
248+
<widget class="QTextBrowser" name="txtDonors">
249+
<property name="openExternalLinks">
253250
<bool>true</bool>
254251
</property>
255-
<property name="openLinks" >
252+
<property name="openLinks">
256253
<bool>true</bool>
257254
</property>
258255
</widget>
@@ -261,16 +258,16 @@ p, li { white-space: pre-wrap; }
261258
</widget>
262259
</widget>
263260
</item>
264-
<item row="1" column="0" >
265-
<widget class="QDialogButtonBox" name="buttonBox" >
266-
<property name="standardButtons" >
261+
<item row="1" column="0">
262+
<widget class="QDialogButtonBox" name="buttonBox">
263+
<property name="standardButtons">
267264
<set>QDialogButtonBox::Close</set>
268265
</property>
269266
</widget>
270267
</item>
271268
</layout>
272269
</widget>
273-
<layoutdefault spacing="6" margin="11" />
270+
<layoutdefault spacing="6" margin="11"/>
274271
<tabstops>
275272
<tabstop>tabWidget</tabstop>
276273
<tabstop>btnQgisHome</tabstop>
@@ -284,7 +281,7 @@ p, li { white-space: pre-wrap; }
284281
<tabstop>lstContributors</tabstop>
285282
</tabstops>
286283
<resources>
287-
<include location="../../images/images.qrc" />
284+
<include location="../../images/images.qrc"/>
288285
</resources>
289286
<connections>
290287
<connection>
@@ -293,11 +290,11 @@ p, li { white-space: pre-wrap; }
293290
<receiver>QgsAbout</receiver>
294291
<slot>accept()</slot>
295292
<hints>
296-
<hint type="sourcelabel" >
293+
<hint type="sourcelabel">
297294
<x>719</x>
298295
<y>386</y>
299296
</hint>
300-
<hint type="destinationlabel" >
297+
<hint type="destinationlabel">
301298
<x>674</x>
302299
<y>414</y>
303300
</hint>

0 commit comments

Comments
 (0)
Please sign in to comment.