Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added Q icon to the help dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk@5523 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Jun 16, 2006
1 parent 2487270 commit 5b7bd66
Showing 1 changed file with 64 additions and 28 deletions.
92 changes: 64 additions & 28 deletions src/ui/qgsabout.ui
Expand Up @@ -34,60 +34,96 @@
<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>
</widget>
<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>
<widget class="QLabel" name="lblVersion" >
<property name="text" >
<string>Version</string>
</property>
<property name="alignment" >
<set>Qt::AlignCenter</set>
<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="QPushButton" name="btnQgisUser" >
<item row="2" column="0" >
<widget class="QPushButton" name="btnQgisHome" >
<property name="text" >
<string>Subscribe to the QGIS-User mailing list</string>
<string>QGIS Home Page</string>
</property>
<property name="flat" >
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnQgisHome" >
<item row="1" column="0" >
<widget class="QPushButton" name="btnQgisUser" >
<property name="text" >
<string>QGIS Home Page</string>
<string>Subscribe to the QGIS-User mailing list</string>
</property>
<property name="flat" >
<bool>false</bool>
</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>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="Widget3" >
Expand Down

0 comments on commit 5b7bd66

Please sign in to comment.