[Ktutorial-commits] SF.net SVN: ktutorial:[134] trunk/ktutorial/ktutorial-editor/src/view/ Tutorial
Status: Alpha
Brought to you by:
danxuliu
From: <dan...@us...> - 2010-03-09 16:14:52
|
Revision: 134 http://ktutorial.svn.sourceforge.net/ktutorial/?rev=134&view=rev Author: danxuliu Date: 2010-03-09 16:14:46 +0000 (Tue, 09 Mar 2010) Log Message: ----------- -Remove superflous Whats this help in labels, as the widget Whats this is clearer enough. -Use a new line for each paragraph in Whats this text (doesn't change the way it is shown, but it is clearer for edition). Modified Paths: -------------- trunk/ktutorial/ktutorial-editor/src/view/TutorialInformationWidget.ui Modified: trunk/ktutorial/ktutorial-editor/src/view/TutorialInformationWidget.ui =================================================================== --- trunk/ktutorial/ktutorial-editor/src/view/TutorialInformationWidget.ui 2010-03-09 16:12:12 UTC (rev 133) +++ trunk/ktutorial/ktutorial-editor/src/view/TutorialInformationWidget.ui 2010-03-09 16:14:46 UTC (rev 134) @@ -14,7 +14,8 @@ <string comment="@title">Set tutorial information</string> </property> <property name="whatsThis"> - <string comment="@info:whatsthis"><para>Set the name and description of the tutorial.</para><para>The name and the description are shown in the dialog where the tutorial to be started is selected.</para></string> + <string comment="@info:whatsthis"><para>Set the name and description of the tutorial.</para> +<para>The name and the description are shown in the dialog where the tutorial to be started is selected.</para></string> </property> <layout class="QVBoxLayout" name="tutorialInformationWidgetLayout"> <item> @@ -27,9 +28,6 @@ <layout class="QHBoxLayout" name="nameLayout"> <item> <widget class="QLabel" name="nameLabel"> - <property name="whatsThis"> - <string comment="@info:whatsthis">The name to set in the tutorial.</string> - </property> <property name="text"> <string comment="@label:textbox">Name:</string> </property> @@ -47,9 +45,6 @@ <layout class="QVBoxLayout" name="descriptionLayout"> <item> <widget class="QLabel" name="descriptionLabel"> - <property name="whatsThis"> - <string comment="@info:whatsthis">The description to set in the tutorial.</string> - </property> <property name="text"> <string comment="@label:textbox">Description:</string> </property> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |