##// END OF EJS Templates
Add more themes to piechartcustomization
Jani Honkonen -
r658:6c43bf929dc5
parent child
Show More
@@ -303,6 +303,11 public:
303 303 // chart settings
304 304 m_themeComboBox = new QComboBox();
305 305 m_themeComboBox->addItem("Default", QChart::ChartThemeDefault);
306 m_themeComboBox->addItem("Light", QChart::ChartThemeLight);
307 m_themeComboBox->addItem("BlueCerulean", QChart::ChartThemeBlueCerulean);
308 m_themeComboBox->addItem("Dark", QChart::ChartThemeDark);
309 m_themeComboBox->addItem("BrownSand", QChart::ChartThemeBrownSand);
310 m_themeComboBox->addItem("BlueNcs", QChart::ChartThemeBlueNcs);
306 311 m_themeComboBox->addItem("Vanilla", QChart::ChartThemeVanilla);
307 312 m_themeComboBox->addItem("Icy", QChart::ChartThemeIcy);
308 313 m_themeComboBox->addItem("Grayscale", QChart::ChartThemeGrayscale);
General Comments 0
You need to be logged in to leave comments. Login now