File tree 5 files changed +4
-4
lines changed
5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,23 +26,23 @@ Description
26
26
title: qsTr (" Add one" ) // Title for window
27
27
menu: qsTr (" Add one" ) // Title for ribbon
28
28
func: " addOne" // Function to be called
29
- qml: " integer .qml" // Design input window
29
+ qml: " Integer .qml" // Design input window
30
30
}
31
31
32
32
Analysis
33
33
{
34
34
title: qsTr (" Load data" )
35
35
menu: qsTr (" Load data" )
36
36
func: " processData"
37
- qml: " data .qml"
37
+ qml: " Data .qml"
38
38
}
39
39
40
40
Analysis
41
41
{
42
42
title: qsTr (" Tabular results" )
43
43
menu: qsTr (" Tabular results" )
44
44
func: " processTable"
45
- qml: " table .qml"
45
+ qml: " Table .qml"
46
46
}
47
47
48
48
GroupTitle
@@ -54,6 +54,6 @@ Description
54
54
{
55
55
title: qsTr (" Plot a parabola" )
56
56
func: " parabola"
57
- qml: " parabola .qml"
57
+ qml: " Parabola .qml"
58
58
}
59
59
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments