forked from qt-creator/qt-creator
Welcome screen: Add "Get Qt" link
Change-Id: Ic3a6210a0b1600ae308bbdb43f0c50fc72d910e8 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
BIN
src/plugins/welcome/images/download.png
Normal file
BIN
src/plugins/welcome/images/download.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 197 B |
BIN
src/plugins/welcome/images/download@2x.png
Normal file
BIN
src/plugins/welcome/images/download@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 264 B |
@@ -23,5 +23,7 @@
|
||||
<file>images/expandarrow.png</file>
|
||||
<file>images/expandarrow@2x.png</file>
|
||||
<file>images/border.png</file>
|
||||
<file>images/download.png</file>
|
||||
<file>images/download@2x.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
||||
@@ -287,6 +287,7 @@ public:
|
||||
auto l = new QVBoxLayout;
|
||||
l->setContentsMargins(0, 0, 0, 0);
|
||||
l->setSpacing(5);
|
||||
l->addWidget(new IconAndLink("download", tr("Get Qt"), "https://www.qt.io/download", this));
|
||||
l->addWidget(new IconAndLink("qtaccount", tr("Qt Account"), "https://account.qt.io", this));
|
||||
l->addWidget(new IconAndLink("community", tr("Online Community"), "https://forum.qt.io", this));
|
||||
l->addWidget(new IconAndLink("blogs", tr("Blogs"), "https://planet.qt.io", this));
|
||||
|
||||
Reference in New Issue
Block a user