Skip to content

Commit 25e31c9

Browse files
authored
add qml box (#466)
1 parent 31dbca5 commit 25e31c9

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

inst/qml/Descriptives.qml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,19 @@ Form
362362
Group
363363
{
364364
CheckBox { name: "intervalPlot"; label: qsTr("Interval plots") }
365-
CheckBox { name: "qqPlot"; label: qsTr("Q-Q plots") }
366365
CheckBox { name: "pieChart"; label: qsTr("Pie charts") }
367366
CheckBox { name: "dotPlot"; label: qsTr("Dot plots") }
367+
CheckBox
368+
{
369+
name: "qqPlot"; label: qsTr("Q-Q plots")
370+
CheckBox
371+
{
372+
name: "qqPlotCi"
373+
label: qsTr("Confidence interval")
374+
childrenOnSameRow: true
375+
CIField{ name: "qqPlotCiLevel" }
376+
}
377+
}
368378
}
369379

370380
Group

0 commit comments

Comments
 (0)