Initial skeletal object editor.

This commit is contained in:
Jim Evins
2015-08-17 15:55:39 -04:00
parent 6e69991a15
commit 50aeefde5e
11 changed files with 1412 additions and 23 deletions
+4 -2
View File
@@ -36,6 +36,7 @@ namespace glabels
// Forward References
class LabelModel;
class View;
class ObjectEditor;
///
@@ -187,8 +188,9 @@ namespace glabels
QToolBar* editToolBar;
QToolBar* viewToolBar;
LabelModel* mModel;
View* mView;
LabelModel* mModel;
View* mView;
ObjectEditor* mObjectEditor;
QLabel* zoomInfoLabel;
QLabel* cursorInfoLabel;