mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 03:20:05 +00:00 
			
		
		
		
	Refactor tooltip display
This commit is contained in:
		
							parent
							
								
									9ebc859756
								
							
						
					
					
						commit
						0badf01a92
					
				
					 8 changed files with 87 additions and 28 deletions
				
			
		
							
								
								
									
										22
									
								
								scwx-qt/source/scwx/qt/util/tooltip.hpp
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								scwx-qt/source/scwx/qt/util/tooltip.hpp
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,22 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <string> | ||||
| 
 | ||||
| #include <QPoint> | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
| namespace qt | ||||
| { | ||||
| namespace util | ||||
| { | ||||
| namespace tooltip | ||||
| { | ||||
| 
 | ||||
| void Show(const std::string& text, const QPointF& mouseGlobalPos); | ||||
| void Hide(); | ||||
| 
 | ||||
| } // namespace tooltip
 | ||||
| } // namespace util
 | ||||
| } // namespace qt
 | ||||
| } // namespace scwx
 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat