Graphic setCustomGridMarkFuncs, select decimal point when export to CSV

This commit is contained in:
Бычков Анлрей
2022-06-08 13:04:33 +03:00
parent 9e72dc9bd9
commit 7d199b5ad3
8 changed files with 439 additions and 351 deletions

View File

@@ -101,6 +101,11 @@ void GraphicConf::on_checkFill_toggled(bool on) {
}
void GraphicConf::on_buttonExport_clicked() {
emit exportClicked();
}
void GraphicConf::on_colorFill_colorChanged(const QColor & color) {
if (graphicItems.isEmpty()) return;
graphics[ui->cbGraphicNames->currentIndex()].fill_color = color;