mirror of
				https://github.com/TES3MP/openmw-tes3mp.git
				synced 2025-11-04 15:56:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			432 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			432 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>"
 | 
						|
  "<font color=Red>Grid move not implemented yet</font color>",
 | 
						|
  parent)
 | 
						|
{}
 |