[ui] Slightly improve the about dialog

This commit is contained in:
nirvn 2021-04-05 14:26:05 +07:00 committed by Mathieu Pellerin
parent e9dbaee016
commit b6de378090
4 changed files with 4 additions and 19 deletions

BIN
images/icons/qgis-full.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -69,6 +69,7 @@
<file>flags/ky.svg</file>
<file>icons/qgis-icon-16x16.png</file>
<file>icons/qgis-icon-60x60.png</file>
<file>icons/qgis-full.png</file>
<file>icons/qbrowser_icon.svg</file>
<file>north_arrows/default.png</file>
<file>north_arrows/default.svg</file>

View File

@ -66,9 +66,6 @@ void QgsAbout::init()
connect( developersMapView, &QgsWebView::linkClicked, this, &QgsAbout::openUrl );
// set the 60x60 icon pixmap
qgisIcon->setPixmap( QPixmap( QgsApplication::appIconPath() ) );
//read the authors file to populate the svn committers list
QStringList lines;

View File

@ -195,28 +195,15 @@
<widget class="QLabel" name="qgisIcon">
<property name="maximumSize">
<size>
<width>60</width>
<width>200</width>
<height>60</height>
</size>
</property>
<property name="pixmap">
<pixmap>:/images/icons/qgis-icon-60x60.png</pixmap>
<pixmap>:/images/icons/qgis-full.png</pixmap>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="TextLabel4">
<property name="text">
<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;
p, li { white-space: pre-wrap; }
&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;
&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;QGIS&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
<bool>true</bool>
</property>
</widget>
</item>