Skip to content

Commit

Permalink
Change GroupBox to Group
Browse files Browse the repository at this point in the history
  • Loading branch information
boutinb committed Mar 7, 2024
1 parent 94573bd commit 759d39b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions inst/qml/doeFull.qml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Form
{
columns: 1

GroupBox
Group
{
title: qsTr("Design Space")
name: "designInfo"
Expand Down Expand Up @@ -150,7 +150,7 @@ Form
}
}

GroupBox
Group
{
title: qsTr("Additional Options")

Expand Down Expand Up @@ -187,7 +187,7 @@ Form
label: qsTr("Display selected design")
}

GroupBox
Group
{
FileSelector
{
Expand Down
4 changes: 2 additions & 2 deletions inst/qml/doeModifyDesign.qml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Form
title: qsTr("Desired Two-level Factorial Design Options")
columns: 2

GroupBox
Group
{
title: qsTr("Design Options")

Expand Down Expand Up @@ -203,7 +203,7 @@ Form
}
}

GroupBox
Group
{
title: qsTr("Additional Options")

Expand Down
6 changes: 3 additions & 3 deletions inst/qml/doeScreening.qml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Form

}

GroupBox
Group
{
title: qsTr("Design Space")
name: "designInfo"
Expand Down Expand Up @@ -308,7 +308,7 @@ Form
}
}

GroupBox
Group
{
title: qsTr("Additional Options")
enabled: numberOfFactorsForTableScreen2.value == 0 | screeningType.currentIndex == 0
Expand Down Expand Up @@ -348,7 +348,7 @@ Form
label: "Display selected design"
}

GroupBox
Group
{
FileSelector
{
Expand Down

0 comments on commit 759d39b

Please sign in to comment.