#include "instancemovemode.hpp" #include #include #include class QWidget; CSVRender::InstanceMoveMode::InstanceMoveMode(QWidget* parent) : ModeButton(QIcon(QPixmap(":scenetoolbar/transform-move")), "Move selected instances" "
  • Use {scene-edit-primary} to move instances around freely
  • " "
  • Use {scene-edit-secondary} to move instances around within the grid
  • " "
", parent) { }