mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-02 07:15:34 +00:00
12 lines
400 B
C++
12 lines
400 B
C++
|
|
#include "instancemovemode.hpp"
|
|
|
|
CSVRender::InstanceMoveMode::InstanceMoveMode(QWidget* parent)
|
|
: ModeButton(QIcon(QPixmap(":scenetoolbar/transform-move")),
|
|
"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>",
|
|
parent)
|
|
{
|
|
}
|