Skip to content

Commit fcb5b1f

Browse files
author
gsherman
committed
Added Q icon to the help dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5523 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent f052ad1 commit fcb5b1f

File tree

1 file changed

+64
-28
lines changed

1 file changed

+64
-28
lines changed

src/ui/qgsabout.ui

Lines changed: 64 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -34,60 +34,96 @@
3434
<attribute name="title" >
3535
<string>About</string>
3636
</attribute>
37-
<layout class="QVBoxLayout" >
37+
<layout class="QGridLayout" >
3838
<property name="margin" >
3939
<number>9</number>
4040
</property>
4141
<property name="spacing" >
4242
<number>6</number>
4343
</property>
44-
<item>
45-
<widget class="QLabel" name="TextLabel4" >
46-
<property name="text" >
47-
<string>&lt;h2>Quantum GIS (qgis)&lt;/h2></string>
44+
<item row="0" column="0" >
45+
<layout class="QHBoxLayout" >
46+
<property name="margin" >
47+
<number>0</number>
4848
</property>
49-
<property name="alignment" >
50-
<set>Qt::AlignCenter</set>
49+
<property name="spacing" >
50+
<number>6</number>
5151
</property>
52-
</widget>
52+
<item>
53+
<widget class="QLabel" name="qgisIcon" >
54+
<property name="maximumSize" >
55+
<size>
56+
<width>60</width>
57+
<height>60</height>
58+
</size>
59+
</property>
60+
<property name="pixmap" >
61+
<pixmap>../../images/icons/qgis-icon-60x60.png</pixmap>
62+
</property>
63+
<property name="scaledContents" >
64+
<bool>false</bool>
65+
</property>
66+
</widget>
67+
</item>
68+
<item>
69+
<layout class="QVBoxLayout" >
70+
<property name="margin" >
71+
<number>0</number>
72+
</property>
73+
<property name="spacing" >
74+
<number>6</number>
75+
</property>
76+
<item>
77+
<widget class="QLabel" name="TextLabel4" >
78+
<property name="text" >
79+
<string>&lt;h2>Quantum GIS (qgis)&lt;/h2></string>
80+
</property>
81+
<property name="alignment" >
82+
<set>Qt::AlignCenter</set>
83+
</property>
84+
</widget>
85+
</item>
86+
<item>
87+
<widget class="QLabel" name="lblVersion" >
88+
<property name="text" >
89+
<string>Version</string>
90+
</property>
91+
<property name="alignment" >
92+
<set>Qt::AlignCenter</set>
93+
</property>
94+
</widget>
95+
</item>
96+
</layout>
97+
</item>
98+
</layout>
5399
</item>
54-
<item>
55-
<widget class="QLabel" name="lblVersion" >
56-
<property name="text" >
57-
<string>Version</string>
58-
</property>
59-
<property name="alignment" >
60-
<set>Qt::AlignCenter</set>
100+
<item row="3" column="0" >
101+
<widget class="QTextEdit" name="lblUrls" >
102+
<property name="html" >
103+
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:Arial; font-size:12pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p align='center' style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; font-size:9pt;">Quantum GIS is licensed under the GNU General Public License&lt;/p>&lt;p align='center' style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; font-size:9pt;">http://www.gnu.org/licenses&lt;/p>&lt;/body>&lt;/html></string>
61104
</property>
62105
</widget>
63106
</item>
64-
<item>
65-
<widget class="QPushButton" name="btnQgisUser" >
107+
<item row="2" column="0" >
108+
<widget class="QPushButton" name="btnQgisHome" >
66109
<property name="text" >
67-
<string>Subscribe to the QGIS-User mailing list</string>
110+
<string>QGIS Home Page</string>
68111
</property>
69112
<property name="flat" >
70113
<bool>false</bool>
71114
</property>
72115
</widget>
73116
</item>
74-
<item>
75-
<widget class="QPushButton" name="btnQgisHome" >
117+
<item row="1" column="0" >
118+
<widget class="QPushButton" name="btnQgisUser" >
76119
<property name="text" >
77-
<string>QGIS Home Page</string>
120+
<string>Subscribe to the QGIS-User mailing list</string>
78121
</property>
79122
<property name="flat" >
80123
<bool>false</bool>
81124
</property>
82125
</widget>
83126
</item>
84-
<item>
85-
<widget class="QTextEdit" name="lblUrls" >
86-
<property name="html" >
87-
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:Sans Serif; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p align='center' style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Quantum GIS is licensed under the GNU General Public License&lt;/p>&lt;p align='center' style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">http://www.gnu.org/licenses&lt;/p>&lt;/body>&lt;/html></string>
88-
</property>
89-
</widget>
90-
</item>
91127
</layout>
92128
</widget>
93129
<widget class="QWidget" name="Widget3" >

0 commit comments

Comments
 (0)