forked from teamnwah/openmw-tes3coop
13 lines
390 B
C++
13 lines
390 B
C++
|
|
||
|
#include "instancemovemode.hpp"
|
||
|
|
||
|
CSVRender::InstanceMoveMode::InstanceMoveMode (QWidget *parent)
|
||
|
: ModeButton (QIcon (QPixmap (":placeholder")),
|
||
|
"Move selected instances"
|
||
|
"<ul><li>Use primary edit to move instances around freely</li>"
|
||
|
"<li>Use secondary edit to move instances around within the grid</li>"
|
||
|
"</ul>"
|
||
|
"<font color=Red>Not implemented yet</font color>",
|
||
|
parent)
|
||
|
{}
|