add option "transparent background" in SVG-export

This commit is contained in:
plc-user
2024-03-27 14:50:26 +01:00
parent a2beabd559
commit cc20c218d8
4 changed files with 17 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ class ExportPropertiesWidget : public QWidget {
QCheckBox *draw_border;
QCheckBox *draw_titleblock;
QCheckBox *draw_terminals;
QCheckBox *draw_bg_transparent;
QCheckBox *draw_colored_conductors;
QRadioButton *export_border;
QRadioButton *export_elements;