tools/drawMapTest/mainwindow.h
changeset 14354 20178fa3a74a
parent 14353 5cc671f988e7
child 14355 bc29fc6df7a2
--- a/tools/drawMapTest/mainwindow.h	Sat Dec 01 20:38:45 2018 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-#ifndef MAINWINDOW_H
-#define MAINWINDOW_H
-
-#include <QMainWindow>
-
-namespace Ui {
-    class MainWindow;
-}
-
-class DrawMapScene;
-
-class MainWindow : public QMainWindow {
-    Q_OBJECT
-public:
-    MainWindow(QWidget *parent = 0);
-    ~MainWindow();
-
-protected:
-    void changeEvent(QEvent *e);
-
-private:
-    Ui::MainWindow *ui;
-    DrawMapScene * scene;
-
-private slots:
-    void on_pbLoad_clicked();
-    void on_pbSave_clicked();
-    void scene_pathChanged();
-};
-
-#endif // MAINWINDOW_H