mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-19 23:25:09 -05:00
Add checkbox to toggle grid lines
This commit is contained in:
2
editor.h
2
editor.h
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user