You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
416 B
C++
13 lines
416 B
C++
|
|
#include "instancemovemode.hpp"
|
|
|
|
CSVRender::InstanceMoveMode::InstanceMoveMode (QWidget *parent)
|
|
: ModeButton (QIcon (QPixmap (":placeholder")),
|
|
"Move selected instances"
|
|
"<ul><li>Use {scene-edit-primary} to move instances around freely</li>"
|
|
"<li>Use {scene-edit-secondary} to move instances around within the grid</li>"
|
|
"</ul>"
|
|
"<font color=Red>Grid move not implemented yet</font color>",
|
|
parent)
|
|
{}
|