graphic config UI for all

This commit is contained in:
2023-09-05 13:57:06 +03:00
parent 217be1d837
commit f6a964684e
5 changed files with 443 additions and 306 deletions

View File

@@ -104,6 +104,10 @@ private slots:
void on_checkLines_toggled(bool on);
void on_checkPoints_toggled(bool on);
void on_checkFill_toggled(bool on);
void on_spinLineWidthGraphicAll_valueChanged(double value);
void on_spinPointWidthGraphicAll_valueChanged(double value);
void on_checkLinesAll_toggled(bool on);
void on_checkPointsAll_toggled(bool on);
void on_buttonExport_clicked();
signals: