We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0852515 commit 8f6da94Copy full SHA for 8f6da94
inst/Description.qml
@@ -29,6 +29,14 @@ Description
29
requiresData: false // Allow to run even without data
30
}
31
32
+ Analysis
33
+ {
34
+ title: qsTr("Load data")
35
+ menu: qsTr("Load data")
36
+ func: "processData"
37
+ qml: "Data.qml"
38
+ }
39
+
40
GroupTitle
41
{
42
title: qsTr("Basic functions")
@@ -43,14 +51,6 @@ Description
43
51
44
52
45
53
46
- Analysis
47
- {
48
- title: qsTr("Load data")
49
- menu: qsTr("Load data")
50
- func: "processData"
- qml: "Data.qml"
- }
-
54
Analysis
55
56
title: qsTr("Tabular results")
0 commit comments