OSDN Git Service

UI text: edit field labels and tooltips
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>
Mon, 16 May 2011 14:55:10 +0000 (16:55 +0200)
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>
Mon, 16 May 2011 14:56:03 +0000 (16:56 +0200)
Reviewed-by: Thomas Hartmann
share/qtcreator/qmldesigner/propertyeditor/Qt/GridViewSpecifics.qml
share/qtcreator/qmldesigner/propertyeditor/Qt/ListViewSpecifics.qml
share/qtcreator/qmldesigner/propertyeditor/Qt/PathViewSpecifics.qml

index 1d2eb46..6fdca5e 100644 (file)
@@ -60,7 +60,7 @@ QWidget {
                 IntEditor {
                     backendValue: backendValues.keyNavigationWraps
                     caption: qsTr("Resize Wraps")
-                    toolTip: qsTr("This property holds whether the grid wraps key navigation.")
+                    toolTip: qsTr("Determines whether the grid wraps key navigation.")
                     baseStateFlag: isBaseState;
                     step: 1;
                     minimumValue: 0;
@@ -88,7 +88,7 @@ QWidget {
                     layout: HorizontalLayout {
                         Label {
                             text: qsTr("Snap Mode")
-                            toolTip: qsTr("This property determines how the view scrolling will settle following a drag or flick.")
+                            toolTip: qsTr("Determines how the view scrolling will settle following a drag or flick.")
                         }
 
                         ComboBox {
@@ -129,7 +129,7 @@ QWidget {
                 IntEditor {
                     backendValue: backendValues.highlightMoveDuration
                     caption: qsTr("Move Duration")
-                    toolTip: qsTr("This property holds the move animation duration of the highlight delegate.")
+                    toolTip: qsTr("Move animation duration of the highlight delegate.")
                     baseStateFlag: isBaseState;
                     step: 1;
                     minimumValue: 0;
@@ -138,7 +138,7 @@ QWidget {
                 IntEditor {
                     backendValue: backendValues.highlightMoveSpeed
                     caption: qsTr("Move Speed")
-                    toolTip: qsTr("This property holds the move animation speed of the highlight delegate.")
+                    toolTip: qsTr("Move animation speed of the highlight delegate.")
                     baseStateFlag: isBaseState;
                     step: 1;
                     minimumValue: 0;
@@ -147,7 +147,7 @@ QWidget {
                 IntEditor {
                     backendValue: backendValues.preferredHighlightBegin
                     caption: qsTr("Preferred Begin")
-                    toolTip: qsTr("Preferred Highlight Begin - must be smaller than Preferred Highlight End")
+                    toolTip: qsTr("Preferred highlight begin - must be smaller than Preferred End.")
                     baseStateFlag: isBaseState;
                     step: 1;
                     minimumValue: 0;
@@ -156,7 +156,7 @@ QWidget {
                 IntEditor {
                     backendValue: backendValues.preferredHighlightEnd
                     caption: qsTr("Preferred End")
-                    toolTip: qsTr("Preferred Highlight End - must be larger than Preferred Highlight End")
+                    toolTip: qsTr("Preferred highlight end - must be larger than Preferred Begin.")
                     baseStateFlag: isBaseState;
                     step: 1;
                     minimumValue: 0;
@@ -170,7 +170,7 @@ QWidget {
                         }
                         CheckBox {
                             backendValue: backendValues.highlightFollowsCurrentItem
-                            toolTip: qsTr("This property sets whether the highlight is managed by the view.")
+                            toolTip: qsTr("Determines whether the highlight is managed by the view.")
                             baseStateFlag: isBaseState;
                             checkable: True
                         }
index ec051e9..f176ae0 100644 (file)
@@ -60,7 +60,7 @@ QWidget {
                 IntEditor {
                     backendValue: backendValues.keyNavigationWraps
                     caption: qsTr("Navigation Wraps")
-                    toolTip: qsTr("This property holds whether the grid wraps key navigation.")
+                    toolTip: qsTr("Determines whether the grid wraps key navigation.")
                     baseStateFlag: isBaseState;
                     step: 1;
                     minimumValue: 0;
@@ -89,7 +89,7 @@ QWidget {
                     layout: HorizontalLayout {
                         Label {
                             text: qsTr("Orientation")
-                            toolTip: qsTr("This property holds the orientation of the list.")
+                            toolTip: qsTr("Orientation of the list.")
                         }
 
                         ComboBox {
@@ -107,7 +107,7 @@ QWidget {
                     layout: HorizontalLayout {
                         Label {
                             text: qsTr("Snap Mode")
-                            toolTip: qsTr("This property determines how the view scrolling will settle following a drag or flick.")
+                            toolTip: qsTr("Determines how the view scrolling will settle following a drag or flick.")
                         }
 
                         ComboBox {
@@ -124,7 +124,7 @@ QWidget {
                 IntEditor {
                     backendValue: backendValues.spacing
                     caption: qsTr("Spacing")
-                    toolTip: qsTr("This property holds the spacing between items.")
+                    toolTip: qsTr("Spacing between items.")
                     baseStateFlag: isBaseState;
                     step: 1;
                     minimumValue: 0;
@@ -140,7 +140,7 @@ QWidget {
                     layout: HorizontalLayout {
                         Label {
                             text: qsTr("Range")
-                            toolTip: qsTr("Highlight Range")
+                            toolTip: qsTr("Highlight range")
                         }
 
                         ComboBox {
@@ -157,7 +157,7 @@ QWidget {
                 IntEditor {
                     backendValue: backendValues.highlightMoveDuration
                     caption: qsTr("Move Duration")
-                    toolTip: qsTr("This property holds the move animation duration of the highlight delegate.")
+                    toolTip: qsTr("Move animation duration of the highlight delegate.")
                     baseStateFlag: isBaseState;
                     step: 1;
                     minimumValue: 0;
@@ -166,7 +166,7 @@ QWidget {
                 IntEditor {
                     backendValue: backendValues.highlightMoveSpeed
                     caption: qsTr("Move Speed")
-                    toolTip: qsTr("This property holds the move animation speed of the highlight delegate.")
+                    toolTip: qsTr("Move animation speed of the highlight delegate.")
                     baseStateFlag: isBaseState;
                     step: 1;
                     minimumValue: 0;
@@ -175,7 +175,7 @@ QWidget {
                 IntEditor {
                     backendValue: backendValues.highlightResizeDuration
                     caption: qsTr("Resize Duration")
-                    toolTip: qsTr("This property holds the resize animation duration of the highlight delegate.")
+                    toolTip: qsTr("Resize animation duration of the highlight delegate.")
                     baseStateFlag: isBaseState;
                     step: 1;
                     minimumValue: 0;
@@ -184,7 +184,7 @@ QWidget {
                 IntEditor {
                     backendValue: backendValues.highlightResizeSpeed
                     caption: qsTr("Resize Speed")
-                    toolTip: qsTr("This property holds the resize animation speed of the highlight delegate.")
+                    toolTip: qsTr("Resize animation speed of the highlight delegate.")
                     baseStateFlag: isBaseState;
                     step: 1;
                     minimumValue: 0;
@@ -193,7 +193,7 @@ QWidget {
                 IntEditor {
                     backendValue: backendValues.preferredHighlightBegin
                     caption: qsTr("Preferred Begin")
-                    toolTip: qsTr("Preferred Highlight Begin - must be smaller than Preferred Highlight End")
+                    toolTip: qsTr("Preferred highlight begin - must be smaller than Preferred End.")
                     baseStateFlag: isBaseState;
                     step: 1;
                     minimumValue: 0;
@@ -202,7 +202,7 @@ QWidget {
                 IntEditor {
                     backendValue: backendValues.preferredHighlightEnd
                     caption: qsTr("Preferred End")
-                    toolTip: qsTr("Preferred Highlight End - must be larger than Preferred Highlight End")
+                    toolTip: qsTr("Preferred highlight end - must be larger than Preferred Begin.")
                     baseStateFlag: isBaseState;
                     step: 1;
                     minimumValue: 0;
@@ -216,7 +216,7 @@ QWidget {
                         }
                         CheckBox {
                             backendValue: backendValues.highlightFollowsCurrentItem
-                            toolTip: qsTr("This property sets whether the highlight is managed by the view.")
+                            toolTip: qsTr("Determines whether the highlight is managed by the view.")
                             baseStateFlag: isBaseState;
                             checkable: True
                         }
index ca8727d..59be017 100644 (file)
@@ -66,7 +66,7 @@ QWidget {
 
                         Label {
                             text: qsTr("Offset")
-                            toolTip: qsTr("The offset specifies how far along the path the items are from their initial positions. This is a real number that ranges from 0.0 to the count of items in the model.")
+                            toolTip: qsTr("Specifies how far along the path the items are from their initial positions. This is a real number that ranges from 0.0 to the count of items in the model.")
                         }
                         DoubleSpinBox {
                             alignRight: false
@@ -82,7 +82,7 @@ QWidget {
                 IntEditor {
                     backendValue: backendValues.pathItemCount
                     caption: qsTr("Item Count")
-                    toolTip: qsTr("pathItemCount: This property holds the number of items visible on the path at any one time.")
+                    toolTip: qsTr("pathItemCount: number of items visible on the path at any one time.")
                     baseStateFlag: isBaseState;
                     step: 1;
                     minimumValue: -1;
@@ -97,7 +97,7 @@ QWidget {
                 QWidget {
                     layout: HorizontalLayout {
                         Label {
-                            text: qsTr("Righlight Range")
+                            text: qsTr("Highlight Range")
                         }
 
                         ComboBox {
@@ -114,7 +114,7 @@ QWidget {
                 IntEditor {
                     backendValue: backendValues.highlightMoveDuration
                     caption: qsTr("Move Duration")
-                    toolTip: qsTr("This property holds the move animation duration of the highlight delegate.")
+                    toolTip: qsTr("Move animation duration of the highlight delegate.")
                     baseStateFlag: isBaseState;
                     step: 1;
                     minimumValue: 0;
@@ -123,7 +123,7 @@ QWidget {
                 IntEditor {
                     backendValue: backendValues.preferredHighlightBegin
                     caption: qsTr("Preferred Begin")
-                    toolTip: qsTr("Preferred Highlight Begin - must be smaller than Preferred Highlight End")
+                    toolTip: qsTr("Preferred highlight begin - must be smaller than Preferred End.")
                     baseStateFlag: isBaseState;
                     step: 1;
                     minimumValue: 0;
@@ -132,7 +132,7 @@ QWidget {
                 IntEditor {
                     backendValue: backendValues.preferredHighlightEnd
                     caption: qsTr("Preferred End")
-                    toolTip: qsTr("Preferred Highlight End - must be larger than Preferred Highlight End")
+                    toolTip: qsTr("Preferred highlight end - must be larger than Preferred Begin.")
                     baseStateFlag: isBaseState;
                     step: 1;
                     minimumValue: 0;
@@ -146,7 +146,7 @@ QWidget {
                         }
                         CheckBox {
                             backendValue: backendValues.highlightFollowsCurrentItem
-                            toolTip: qsTr("This property sets whether the highlight is managed by the view.")
+                            toolTip: qsTr("Determines whether the highlight is managed by the view.")
                             baseStateFlag: isBaseState;
                             checkable: True
                         }