We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82feb35 commit 6fb74b9Copy full SHA for 6fb74b9
inst/Description.qml
@@ -23,10 +23,11 @@ Description
23
24
Analysis
25
{
26
- title: qsTr("Add one") // Title for window
27
- menu: qsTr("Add one") // Title for ribbon
28
- func: "addOne" // Function to be called
29
- qml: "Integer.qml" // Design input window
+ title: qsTr("Add one") // Title for window
+ menu: qsTr("Add one") // Title for ribbon
+ func: "addOne" // Function to be called
+ qml: "Integer.qml" // Design input window
30
+ requiresData: false // Allow to run even without data
31
}
32
33
@@ -47,13 +48,14 @@ Description
47
48
49
GroupTitle
50
- title: qsTr("Plotting")
51
+ title: qsTr("Plotting")
52
53
54
55
56
title: qsTr("Plot a parabola")
57
func: "parabola"
58
qml: "Parabola.qml"
59
+ requiresData: false
60
61
0 commit comments