merged
This commit is contained in:
@@ -8,7 +8,9 @@ class QPushButton;
|
||||
class MapView2D;
|
||||
|
||||
/**
|
||||
* gui element with actions to perform
|
||||
* the toolbox on the left of the map.
|
||||
* gui element with actions to perform.
|
||||
* add new elements, etc.
|
||||
*/
|
||||
class ToolBoxWidget : public QWidget {
|
||||
|
||||
@@ -32,6 +34,7 @@ private:
|
||||
int r = 0;
|
||||
|
||||
QPushButton* btnSelect;
|
||||
QPushButton* btnMeasure;
|
||||
|
||||
QPushButton* btnGround;
|
||||
QPushButton* btnWall;
|
||||
@@ -50,6 +53,7 @@ private:
|
||||
private slots:
|
||||
|
||||
void onSelect();
|
||||
void onMeasure();
|
||||
|
||||
void onNewGround();
|
||||
void onNewWall();
|
||||
|
||||
Reference in New Issue
Block a user