Skip to content

Commit 1837b43

Browse files
committed
1 parent 33bea85 commit 1837b43

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

inst/Description.qml

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@ Description
2626
title: qsTr("Add one") // Title for window
2727
menu: qsTr("Add one") // Title for ribbon
2828
func: "addOne" // Function to be called
29-
qml: "integer.qml" // Design input window
29+
qml: "Integer.qml" // Design input window
3030
}
3131

3232
Analysis
3333
{
3434
title: qsTr("Load data")
3535
menu: qsTr("Load data")
3636
func: "processData"
37-
qml: "data.qml"
37+
qml: "Data.qml"
3838
}
3939

4040
Analysis
4141
{
4242
title: qsTr("Tabular results")
4343
menu: qsTr("Tabular results")
4444
func: "processTable"
45-
qml: "table.qml"
45+
qml: "Table.qml"
4646
}
4747

4848
GroupTitle
@@ -54,6 +54,6 @@ Description
5454
{
5555
title: qsTr("Plot a parabola")
5656
func: "parabola"
57-
qml: "parabola.qml"
57+
qml: "Parabola.qml"
5858
}
5959
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)