Skip to content

Commit

Permalink
use ColorPalette{} widgete (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
FBartos authored Sep 13, 2023
1 parent 9d9fece commit b696d3e
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions inst/qml/LatentGrowthCurve.qml
Original file line number Diff line number Diff line change
Expand Up @@ -155,20 +155,7 @@ Form
GroupBox
{
title: "Plots"
DropDown
{
name: "colorPalette"
label: qsTr("Color palette")
indexDefaultValue: 0
values:
[
{ label: qsTr("Colorblind"), value: "colorblind" },
{ label: qsTr("Colorblind Alt."), value: "colorblind3" },
{ label: qsTr("Viridis"), value: "viridis" },
{ label: qsTr("ggplot2"), value: "ggplot2" },
{ label: qsTr("Gray"), value: "gray" }
]
}
ColorPalette{}
CheckBox {
text: qsTr("Curve plot")
name: "curvePlot"
Expand Down

0 comments on commit b696d3e

Please sign in to comment.