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.")