Run dxf converter as a external program

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4359 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2016-02-28 14:50:14 +00:00
parent bb840a3aa9
commit 78720fb2b4
2 changed files with 15 additions and 1 deletions

View File

@@ -71,7 +71,7 @@ class QETElementEditor : public QETMainWindow {
/// List of primitives
QListWidget *parts_list;
/// actions for the "file" menu
QAction *new_element, *open, *open_file, *save, *save_as, *save_as_file, *reload, *quit;
QAction *new_element, *open, *open_dxf, *open_file, *save, *save_as, *save_as_file, *reload, *quit;
/// actions for the "edit" menu
QAction *selectall, *deselectall, *inv_select;
QAction *cut, *copy, *paste, *paste_in_area, *paste_from_file, *paste_from_elmt;
@@ -135,6 +135,7 @@ class QETElementEditor : public QETMainWindow {
void slot_new();
void slot_open();
void slot_openDxf();
void slot_openFile();
void openRecentFile(const QString &);
void openElement(const QString &);