#include "instancemovemode.hpp"
CSVRender::InstanceMoveMode::InstanceMoveMode (QWidget *parent)
: ModeButton (QIcon (QPixmap (":placeholder")),
"Move selected instances"
"
- Use {scene-edit-primary} to move instances around freely
"
"- Use {scene-edit-secondary} to move instances around within the grid
"
"
"
"Grid move not implemented yet",
parent)
{}