Added Q icon to the help dialog

git-svn-id: http://svn.osgeo.org/qgis/trunk@5523 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2006-06-16 05:45:56 +00:00
parent 2487270fe2
commit 5b7bd668a7

View File

@ -34,44 +34,77 @@
<attribute name="title" >
<string>About</string>
</attribute>
<layout class="QVBoxLayout" >
<layout class="QGridLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QLabel" name="TextLabel4" >
<property name="text" >
<string>&lt;h2>Quantum GIS (qgis)&lt;/h2></string>
<item row="0" column="0" >
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="alignment" >
<set>Qt::AlignCenter</set>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QLabel" name="qgisIcon" >
<property name="maximumSize" >
<size>
<width>60</width>
<height>60</height>
</size>
</property>
<property name="pixmap" >
<pixmap>../../images/icons/qgis-icon-60x60.png</pixmap>
</property>
<property name="scaledContents" >
<bool>false</bool>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QLabel" name="TextLabel4" >
<property name="text" >
<string>&lt;h2>Quantum GIS (qgis)&lt;/h2></string>
</property>
<property name="alignment" >
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lblVersion" >
<property name="text" >
<string>Version</string>
</property>
<property name="alignment" >
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item row="3" column="0" >
<widget class="QTextEdit" name="lblUrls" >
<property name="html" >
<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>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lblVersion" >
<property name="text" >
<string>Version</string>
</property>
<property name="alignment" >
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnQgisUser" >
<property name="text" >
<string>Subscribe to the QGIS-User mailing list</string>
</property>
<property name="flat" >
<bool>false</bool>
</property>
</widget>
</item>
<item>
<item row="2" column="0" >
<widget class="QPushButton" name="btnQgisHome" >
<property name="text" >
<string>QGIS Home Page</string>
@ -81,10 +114,13 @@
</property>
</widget>
</item>
<item>
<widget class="QTextEdit" name="lblUrls" >
<property name="html" >
<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>
<item row="1" column="0" >
<widget class="QPushButton" name="btnQgisUser" >
<property name="text" >
<string>Subscribe to the QGIS-User mailing list</string>
</property>
<property name="flat" >
<bool>false</bool>
</property>
</widget>
</item>