worked on grid generation

minor editor changes
This commit is contained in:
2016-07-13 19:04:01 +02:00
parent 2935f468fc
commit 86c76b1284
14 changed files with 90 additions and 51 deletions

View File

@@ -1,7 +1,7 @@
#ifndef LAYERPARAMWIDGET_H
#define LAYERPARAMWIDGET_H
#include <QGroupBox>
#include <QWidget>
class MapLayer;
@@ -9,7 +9,7 @@ class QLabel;
class QLineEdit;
class QComboBox;
class LayerParamWidget : public QGroupBox {
class LayerParamWidget : public QWidget {
Q_OBJECT