In setup wizard put link to nextcloud installation

Fix #604

Remove the not actionable button but a direct link to the nextcloud
installation page. In this case the button is changed for a label with an
html link to the website.
This commit is contained in:
Óscar Nájera 2018-08-31 18:32:00 +02:00
parent 5cdf8a2997
commit ab5c4749c1

View File

@ -61,22 +61,11 @@
</spacer>
</item>
<item>
<widget class="QPushButton" name="hostButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<underline>true</underline>
</font>
</property>
<widget class="QLabel" name="installLink">
<property name="text">
<string>Host your own server</string>
<string>&lt;a href=&quot;https://docs.nextcloud.com/server/13/admin_manual/installation/index.html#installation&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Host your own server&lt;/span&gt;&lt;/a&gt;</string>
</property>
<property name="flat">
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>