[qet] qet/qet: [5793] The DXF export is broken now on 0.7-dev, hide button in export dialog

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 5793
Author:   scorpio810
Date:     2019-03-16 18:59:17 +0100 (Sat, 16 Mar 2019)
Log Message:
-----------
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

Modified Paths:
--------------
    trunk/sources/exportpropertieswidget.cpp

Modified: trunk/sources/exportpropertieswidget.cpp
===================================================================
--- trunk/sources/exportpropertieswidget.cpp	2019-03-16 17:05:05 UTC (rev 5792)
+++ trunk/sources/exportpropertieswidget.cpp	2019-03-16 17:59:17 UTC (rev 5793)
@@ -145,7 +145,7 @@
 	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);


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/