a whole lotta work!!

- refactoring
- completely changed the tooling (adding elements)
- better re-use for more stable editing
- new elements
- ui adjustments
- LINT for stair-editing
- many more changes
This commit is contained in:
2016-08-29 19:05:46 +02:00
parent 86c76b1284
commit fa06320219
51 changed files with 880 additions and 318 deletions

View File

@@ -6,6 +6,8 @@
class MapView2D;
class MapView3D;
class QTreeView;
class QStatusBar;
class QLabel;
class ElementParamWidget;
class LayerParamWidget;
class ActionWidget;
@@ -53,6 +55,9 @@ private:
ActionWidget* actionWidget;
ToolBoxWidget* toolBoxWidget;
QStatusBar* statusBar;
QLabel* statusBarText1;
};
#endif // MAINWINDOW_H