From d8894809ad9402c1d0bbae502a0acd7ae1e2c0e4 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Sat, 16 Mar 2019 17:59:17 +0000 Subject: [PATCH] The DXF export is broken now on 0.7-dev, hide button in export dialog but keeps the code if anyone wants to work on it git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5793 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/exportpropertieswidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/exportpropertieswidget.cpp b/sources/exportpropertieswidget.cpp index 97e614aaf..1d478d7f0 100644 --- a/sources/exportpropertieswidget.cpp +++ b/sources/exportpropertieswidget.cpp @@ -145,7 +145,7 @@ void ExportPropertiesWidget::build() { format -> addItem(tr("JPEG (*.jpg)"), "JPG"); format -> addItem(tr("Bitmap (*.bmp)"), "BMP"); format -> addItem(tr("SVG (*.svg)"), "SVG"); - format -> addItem(tr("DXF (*.dxf)"), "DXF"); + //format -> addItem(tr("DXF (*.dxf)"), "DXF"); hboxLayout1 -> addStretch(); vboxLayout -> addLayout(hboxLayout1);