forked from qt-creator/qt-creator
Maemo: Add a hint to the publishing wizard's upload page.
This should help people realize they need to explicitly request upload rights.
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>496</width>
|
||||
<height>123</height>
|
||||
<width>636</width>
|
||||
<height>128</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
@@ -32,7 +32,17 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="getAccountLabel">
|
||||
<property name="text">
|
||||
<string><a href="https://garage.maemo.org/account/register.php">Click here to get an account</a></string>
|
||||
<string><a href="https://garage.maemo.org/account/register.php">Get an account</a></string>
|
||||
</property>
|
||||
<property name="openExternalLinks">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="text">
|
||||
<string><a href="https://garage.maemo.org/extras-assistant/index.php">Request upload rights</a></string>
|
||||
</property>
|
||||
<property name="openExternalLinks">
|
||||
<bool>true</bool>
|
||||
@@ -49,7 +59,7 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="Utils::PathChooser" name="privateKeyPathChooser"/>
|
||||
<widget class="Utils::PathChooser" name="privateKeyPathChooser" native="true"/>
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
<widget class="QLabel" name="serverAddressLabel">
|
||||
|
||||
Reference in New Issue
Block a user