Revision: 247
http://ktutorial.svn.sourceforge.net/ktutorial/?rev=247&view=rev
Author: danxuliu
Date: 2010-08-14 14:57:12 +0000 (Sat, 14 Aug 2010)
Log Message:
-----------
Add missing What's this help.
Modified Paths:
--------------
trunk/ktutorial/ktutorial-editor/src/view/RemoteObjectNameWidget.ui
Modified: trunk/ktutorial/ktutorial-editor/src/view/RemoteObjectNameWidget.ui
===================================================================
--- trunk/ktutorial/ktutorial-editor/src/view/RemoteObjectNameWidget.ui 2010-06-13 18:25:22 UTC (rev 246)
+++ trunk/ktutorial/ktutorial-editor/src/view/RemoteObjectNameWidget.ui 2010-08-14 14:57:12 UTC (rev 247)
@@ -11,14 +11,23 @@
</rect>
</property>
<property name="windowTitle">
- <string>Form</string>
+ <string comment="@title">Choose the remote object name</string>
</property>
+ <property name="whatsThis">
+ <string comment="@info:whatsthis"><para>Choose the name of the remote object.</para>
+<para>If the name is known, it can be directly written. Else, it can be choosen from all the objects currently available in the target application.</para></string>
+ </property>
<layout class="QHBoxLayout" name="RemoteObjectNameWidgetHorizontalLayout">
<property name="margin">
<number>0</number>
</property>
<item>
- <widget class="KLineEdit" name="objectNameLineEdit"/>
+ <widget class="KLineEdit" name="objectNameLineEdit">
+ <property name="whatsThis">
+ <string comment="@info:whatsthis"><para>The name of the QObject.</para>
+<para>Note that the name is not the class of the object, but the string returned by its objectName() method.</para></string>
+ </property>
+ </widget>
</item>
<item>
<widget class="KPushButton" name="objectNamePushButton">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|