Skip to content

Commit

Permalink
Merge pull request #60 from FBartos/ColorPalette{}
Browse files Browse the repository at this point in the history
use `ColorPalette{}` widgete
  • Loading branch information
vandenman authored Sep 11, 2023
2 parents 2dbb121 + 5ea67e9 commit e9eb792
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions inst/qml/CopyOfDescriptives.qml
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,7 @@ Form
Group
{
title: qsTr("Customizable 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
{
Expand Down

0 comments on commit e9eb792

Please sign in to comment.