Add checkbox to toggle grid lines

This commit is contained in:
Marcus Huderle
2018-03-04 16:20:18 -08:00
parent 47ce60cbe1
commit eeaa347f17
5 changed files with 123 additions and 97 deletions

View File

@@ -6,6 +6,7 @@
#include <QGraphicsSceneMouseEvent>
#include <QGraphicsItemAnimation>
#include <QComboBox>
#include <QCheckBox>
#include "project.h"
@@ -25,6 +26,7 @@ public:
QObject *parent = NULL;
Project *project = NULL;
Map *map = NULL;
QCheckBox *gridToggleCheckbox = NULL;
void saveProject();
void save();
void undo();