2016-02-16 15:02:29 +00:00
|
|
|
|
|
|
|
#include "instancemovemode.hpp"
|
|
|
|
|
|
|
|
CSVRender::InstanceMoveMode::InstanceMoveMode (QWidget *parent)
|
2018-04-15 09:35:45 +00:00
|
|
|
: ModeButton (QIcon (QPixmap (":scenetoolbar/transform-move")),
|
2016-02-16 15:02:29 +00:00
|
|
|
"Move selected instances"
|
2016-07-26 02:43:37 +00:00
|
|
|
"<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>"
|
2016-02-16 15:02:29 +00:00
|
|
|
"</ul>"
|
2016-03-12 12:26:33 +00:00
|
|
|
"<font color=Red>Grid move not implemented yet</font color>",
|
2016-02-16 15:02:29 +00:00
|
|
|
parent)
|
|
|
|
{}
|