forked from qt-creator/qt-creator
Maemo: Add some helpful tooltips to the device configurations dialog.
This commit is contained in:
@@ -375,6 +375,9 @@
|
|||||||
<property name="enabled">
|
<property name="enabled">
|
||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Click here to check whether this device is properly set up to run Maemo projects.</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Test</string>
|
<string>&Test</string>
|
||||||
</property>
|
</property>
|
||||||
@@ -385,6 +388,9 @@
|
|||||||
<property name="enabled">
|
<property name="enabled">
|
||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Click here if you don't have an SSH key yet.</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Generate SSH Key ...</string>
|
<string>&Generate SSH Key ...</string>
|
||||||
</property>
|
</property>
|
||||||
@@ -395,6 +401,9 @@
|
|||||||
<property name="enabled">
|
<property name="enabled">
|
||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>This will enable you to log into the device without a password.</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Deploy Public Key ...</string>
|
<string>&Deploy Public Key ...</string>
|
||||||
</property>
|
</property>
|
||||||
@@ -405,6 +414,9 @@
|
|||||||
<property name="enabled">
|
<property name="enabled">
|
||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Click here to see which processes are running on the device.</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Remote Processes ...</string>
|
<string>Remote Processes ...</string>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user