mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
[ui] Slightly improve the about dialog
This commit is contained in:
parent
e9dbaee016
commit
b6de378090
BIN
images/icons/qgis-full.png
Normal file
BIN
images/icons/qgis-full.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
@ -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>
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;">
|
||||
<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;"><span style=" font-size:x-large;">QGIS</span></p></body></html></string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignCenter</set>
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user