mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 08:10:06 +00:00 
			
		
		
		
	GPS info dialog
This commit is contained in:
		
							parent
							
								
									69309ca8e6
								
							
						
					
					
						commit
						1cce358a52
					
				
					 9 changed files with 538 additions and 12 deletions
				
			
		
							
								
								
									
										36
									
								
								scwx-qt/source/scwx/qt/ui/gps_info_dialog.hpp
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										36
									
								
								scwx-qt/source/scwx/qt/ui/gps_info_dialog.hpp
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,36 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <QDialog> | ||||
| 
 | ||||
| namespace Ui | ||||
| { | ||||
| class GpsInfoDialog; | ||||
| } | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
| namespace qt | ||||
| { | ||||
| namespace ui | ||||
| { | ||||
| 
 | ||||
| class GpsInfoDialog : public QDialog | ||||
| { | ||||
|    Q_OBJECT | ||||
| 
 | ||||
| private: | ||||
|    Q_DISABLE_COPY(GpsInfoDialog) | ||||
| 
 | ||||
| public: | ||||
|    explicit GpsInfoDialog(QWidget* parent = nullptr); | ||||
|    ~GpsInfoDialog(); | ||||
| 
 | ||||
| private: | ||||
|    class Impl; | ||||
|    std::unique_ptr<Impl> p; | ||||
|    Ui::GpsInfoDialog*    ui; | ||||
| }; | ||||
| 
 | ||||
| } // namespace ui
 | ||||
| } // namespace qt
 | ||||
| } // namespace scwx
 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat