From 759d39bafeaccb87fd1875a9d652da1461f2287c Mon Sep 17 00:00:00 2001 From: boutinb Date: Thu, 7 Mar 2024 14:20:58 +0100 Subject: [PATCH] Change GroupBox to Group --- inst/qml/doeFull.qml | 6 +++--- inst/qml/doeModifyDesign.qml | 4 ++-- inst/qml/doeScreening.qml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/inst/qml/doeFull.qml b/inst/qml/doeFull.qml index 7ffa33aa..0562a350 100644 --- a/inst/qml/doeFull.qml +++ b/inst/qml/doeFull.qml @@ -23,7 +23,7 @@ Form { columns: 1 - GroupBox + Group { title: qsTr("Design Space") name: "designInfo" @@ -150,7 +150,7 @@ Form } } - GroupBox + Group { title: qsTr("Additional Options") @@ -187,7 +187,7 @@ Form label: qsTr("Display selected design") } - GroupBox + Group { FileSelector { diff --git a/inst/qml/doeModifyDesign.qml b/inst/qml/doeModifyDesign.qml index 98414236..81906615 100644 --- a/inst/qml/doeModifyDesign.qml +++ b/inst/qml/doeModifyDesign.qml @@ -107,7 +107,7 @@ Form title: qsTr("Desired Two-level Factorial Design Options") columns: 2 - GroupBox + Group { title: qsTr("Design Options") @@ -203,7 +203,7 @@ Form } } - GroupBox + Group { title: qsTr("Additional Options") diff --git a/inst/qml/doeScreening.qml b/inst/qml/doeScreening.qml index 0a83369d..dbaec957 100644 --- a/inst/qml/doeScreening.qml +++ b/inst/qml/doeScreening.qml @@ -36,7 +36,7 @@ Form } - GroupBox + Group { title: qsTr("Design Space") name: "designInfo" @@ -308,7 +308,7 @@ Form } } - GroupBox + Group { title: qsTr("Additional Options") enabled: numberOfFactorsForTableScreen2.value == 0 | screeningType.currentIndex == 0 @@ -348,7 +348,7 @@ Form label: "Display selected design" } - GroupBox + Group { FileSelector {