Skip to content

Commit 8f6da94

Browse files
committed
Move 'Load data' to 'Basic interactivity' section
1 parent 0852515 commit 8f6da94

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

inst/Description.qml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ Description
2929
requiresData: false // Allow to run even without data
3030
}
3131

32+
Analysis
33+
{
34+
title: qsTr("Load data")
35+
menu: qsTr("Load data")
36+
func: "processData"
37+
qml: "Data.qml"
38+
}
39+
3240
GroupTitle
3341
{
3442
title: qsTr("Basic functions")
@@ -43,14 +51,6 @@ Description
4351
requiresData: false // Allow to run even without data
4452
}
4553

46-
Analysis
47-
{
48-
title: qsTr("Load data")
49-
menu: qsTr("Load data")
50-
func: "processData"
51-
qml: "Data.qml"
52-
}
53-
5454
Analysis
5555
{
5656
title: qsTr("Tabular results")

0 commit comments

Comments
 (0)