[qet] [3879] dxf converter updated |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 3879
Author: rdsivd
Date: 2015-03-30 20:55:05 +0200 (Mon, 30 Mar 2015)
Log Message:
-----------
dxf converter updated
Modified Paths:
--------------
branches/dxftoelmt/src/ui/dxf_elmt_output.h
branches/dxftoelmt/src/ui/dxftoelmt.cpp
branches/dxftoelmt/src/ui/dxftoelmt.h
branches/dxftoelmt/ui_mainwindow.h
Modified: branches/dxftoelmt/src/ui/dxf_elmt_output.h
===================================================================
--- branches/dxftoelmt/src/ui/dxf_elmt_output.h 2015-03-30 18:38:50 UTC (rev 3878)
+++ branches/dxftoelmt/src/ui/dxf_elmt_output.h 2015-03-30 18:55:05 UTC (rev 3879)
@@ -5,6 +5,8 @@
#include "dxf_data.h"
#include <QUuid>
+
+
class dxf_elmt_output: public DXF_Data
{
public:
Modified: branches/dxftoelmt/src/ui/dxftoelmt.cpp
===================================================================
--- branches/dxftoelmt/src/ui/dxftoelmt.cpp 2015-03-30 18:38:50 UTC (rev 3878)
+++ branches/dxftoelmt/src/ui/dxftoelmt.cpp 2015-03-30 18:55:05 UTC (rev 3879)
@@ -1,6 +1,7 @@
#include "dxftoelmt.h"
#include <QMessageBox>
+
dxfTOelmt::dxfTOelmt()
{
}
@@ -63,7 +64,7 @@
Flag = 0;
//QMessageBox::warning(("this is not a dxf ascii file, programe while close"));
-
+ //MainWindow.statusBar->showMessage("this is not a dxf ascii file");
return Flag;
}
while (!ReadLine.isNull())
Modified: branches/dxftoelmt/src/ui/dxftoelmt.h
===================================================================
--- branches/dxftoelmt/src/ui/dxftoelmt.h 2015-03-30 18:38:50 UTC (rev 3878)
+++ branches/dxftoelmt/src/ui/dxftoelmt.h 2015-03-30 18:55:05 UTC (rev 3879)
@@ -32,6 +32,8 @@
+
+
class dxfTOelmt : public DXF_Data
{
//Q_OBJECT
Modified: branches/dxftoelmt/ui_mainwindow.h
===================================================================
--- branches/dxftoelmt/ui_mainwindow.h 2015-03-30 18:38:50 UTC (rev 3878)
+++ branches/dxftoelmt/ui_mainwindow.h 2015-03-30 18:55:05 UTC (rev 3879)
@@ -10,6 +10,7 @@
#define UI_MAINWINDOW_H
#include <QtCore/QVariant>
+
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>