1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00
OpenMW/apps/opencs/view/render/instancemovemode.cpp

12 lines
369 B
C++
Raw Normal View History

2016-02-16 16:02:29 +01:00
#include "instancemovemode.hpp"
CSVRender::InstanceMoveMode::InstanceMoveMode (QWidget *parent)
2018-04-15 12:35:45 +03:00
: ModeButton (QIcon (QPixmap (":scenetoolbar/transform-move")),
2016-02-16 16:02:29 +01:00
"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>",
2016-02-16 16:02:29 +01:00
parent)
{}