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.png</file>
|
||||||
<file>images/expandarrow@2x.png</file>
|
<file>images/expandarrow@2x.png</file>
|
||||||
<file>images/border.png</file>
|
<file>images/border.png</file>
|
||||||
|
<file>images/download.png</file>
|
||||||
|
<file>images/download@2x.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
@@ -287,6 +287,7 @@ public:
|
|||||||
auto l = new QVBoxLayout;
|
auto l = new QVBoxLayout;
|
||||||
l->setContentsMargins(0, 0, 0, 0);
|
l->setContentsMargins(0, 0, 0, 0);
|
||||||
l->setSpacing(5);
|
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("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("community", tr("Online Community"), "https://forum.qt.io", this));
|
||||||
l->addWidget(new IconAndLink("blogs", tr("Blogs"), "https://planet.qt.io", this));
|
l->addWidget(new IconAndLink("blogs", tr("Blogs"), "https://planet.qt.io", this));
|
||||||
|
@@ -7069,6 +7069,24 @@
|
|||||||
id="path5457-0-5"
|
id="path5457-0-5"
|
||||||
style="display:inline" />
|
style="display:inline" />
|
||||||
</g>
|
</g>
|
||||||
|
<g
|
||||||
|
id="src/plugins/welcome/images/download"
|
||||||
|
transform="translate(32)">
|
||||||
|
<use
|
||||||
|
style="display:inline"
|
||||||
|
x="0"
|
||||||
|
y="0"
|
||||||
|
xlink:href="#backgroundRect"
|
||||||
|
id="use5933-0-9-4"
|
||||||
|
width="100%"
|
||||||
|
height="100%"
|
||||||
|
transform="translate(144,148)" />
|
||||||
|
<path
|
||||||
|
id="path2540"
|
||||||
|
style="fill:none;stroke-width:2;stroke:#000000;stroke-linejoin:round"
|
||||||
|
d="m 128,599 h 16 m -14.5,-9.5 6.5,6.5 6.5,-6.5 M 136,584 v 12"
|
||||||
|
sodipodi:nodetypes="ccccccc" />
|
||||||
|
</g>
|
||||||
<g
|
<g
|
||||||
id="src/libs/utils/images/member"
|
id="src/libs/utils/images/member"
|
||||||
transform="translate(-28,0)">
|
transform="translate(-28,0)">
|
||||||
|
Before Width: | Height: | Size: 380 KiB After Width: | Height: | Size: 381 KiB |
Reference in New Issue
Block a user