File tree 2 files changed +32
-6
lines changed
2 files changed +32
-6
lines changed Original file line number Diff line number Diff line change 32
32
VariablesForm
33
33
{
34
34
AvailableVariablesList { name: " allVariables" }
35
- AssignedVariablesList { name: " ts" ; label: qsTr (" Times (t)" ); singleVariable: true ; allowedColumns: [" scale" ] }
36
- AssignedVariablesList { name: " xs" ; label: qsTr (" Horizontal positions (x)" ); singleVariable: true ; allowedColumns: [" scale" ] }
37
- AssignedVariablesList { name: " ys" ; label: qsTr (" Vertical positions (y)" ); singleVariable: true ; allowedColumns: [" scale" ] }
35
+
36
+ AssignedVariablesList {
37
+ name: " ts"
38
+ label: qsTr (" Times (t)" )
39
+ info: qsTr (" This info entry adds documentation to the (i) icon in the analysis file. E.g., Specify variable containing the time." )
40
+ singleVariable: true
41
+ allowedColumns: [" scale" ]
42
+ }
43
+
44
+ AssignedVariablesList {
45
+ name: " xs"
46
+ label: qsTr (" Positions (x)" )
47
+ info: qsTr (" This info entry adds documentation to the (i) icon in the analysis file. E.g., Specify variable containing the positions." )
48
+ singleVariable: true
49
+ allowedColumns: [" scale" ]
50
+ }
38
51
}
39
52
40
53
}
Original file line number Diff line number Diff line change 32
32
VariablesForm
33
33
{
34
34
AvailableVariablesList { name: " allVariables" }
35
- AssignedVariablesList { name: " ts" ; label: qsTr (" Times (t)" ); singleVariable: true ; allowedColumns: [" scale" ] }
36
- AssignedVariablesList { name: " xs" ; label: qsTr (" Horizontal positions (x)" ); singleVariable: true ; allowedColumns: [" scale" ] }
37
- AssignedVariablesList { name: " ys" ; label: qsTr (" Vertical positions (y)" ); singleVariable: true ; allowedColumns: [" scale" ] }
35
+
36
+ AssignedVariablesList {
37
+ name: " ts"
38
+ label: qsTr (" Times (t)" )
39
+ info: qsTr (" This info entry adds documentation to the (i) icon in the analysis file. E.g., Specify variable containing the time." )
40
+ singleVariable: true
41
+ allowedColumns: [" scale" ]
42
+ }
43
+
44
+ AssignedVariablesList {
45
+ name: " xs"
46
+ label: qsTr (" Positions (x)" )
47
+ info: qsTr (" This info entry adds documentation to the (i) icon in the analysis file. E.g., Specify variable containing the positions." )
48
+ singleVariable: true
49
+ allowedColumns: [" scale" ]
50
+ }
38
51
}
39
52
40
53
}
You can’t perform that action at this time.
0 commit comments