mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 02:00:05 +00:00 
			
		
		
		
	Creating reference map widget
This commit is contained in:
		
							parent
							
								
									760e8a52a1
								
							
						
					
					
						commit
						b1e00cca83
					
				
					 8 changed files with 631 additions and 30 deletions
				
			
		
							
								
								
									
										30
									
								
								scwx-qt/source/scwx/qt/main/main_window.hpp
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										30
									
								
								scwx-qt/source/scwx/qt/main/main_window.hpp
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,30 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <QMainWindow> | ||||
| 
 | ||||
| QT_BEGIN_NAMESPACE | ||||
| namespace Ui | ||||
| { | ||||
| class MainWindow; | ||||
| } | ||||
| QT_END_NAMESPACE | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
| namespace qt | ||||
| { | ||||
| 
 | ||||
| class MainWindow : public QMainWindow | ||||
| { | ||||
|    Q_OBJECT | ||||
| 
 | ||||
| public: | ||||
|    MainWindow(QWidget* parent = nullptr); | ||||
|    ~MainWindow(); | ||||
| 
 | ||||
| private: | ||||
|    Ui::MainWindow* ui; | ||||
| }; | ||||
| 
 | ||||
| } // namespace qt
 | ||||
| } // namespace scwx
 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat