worked on grid generation
minor editor changes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user