mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 04:30:05 +00:00 
			
		
		
		
	Radar site dialog
This commit is contained in:
		
							parent
							
								
									60a85a6b14
								
							
						
					
					
						commit
						9e3c525109
					
				
					 6 changed files with 162 additions and 4 deletions
				
			
		
							
								
								
									
										34
									
								
								scwx-qt/source/scwx/qt/ui/radar_site_dialog.hpp
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										34
									
								
								scwx-qt/source/scwx/qt/ui/radar_site_dialog.hpp
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,34 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <QDialog> | ||||
| 
 | ||||
| namespace Ui | ||||
| { | ||||
| class RadarSiteDialog; | ||||
| } | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
| namespace qt | ||||
| { | ||||
| namespace ui | ||||
| { | ||||
| 
 | ||||
| class RadarSiteDialogImpl; | ||||
| 
 | ||||
| class RadarSiteDialog : public QDialog | ||||
| { | ||||
|    Q_OBJECT | ||||
| 
 | ||||
| public: | ||||
|    explicit RadarSiteDialog(QWidget* parent = nullptr); | ||||
|    ~RadarSiteDialog(); | ||||
| 
 | ||||
| private: | ||||
|    std::unique_ptr<RadarSiteDialogImpl> p; | ||||
|    Ui::RadarSiteDialog*                 ui; | ||||
| }; | ||||
| 
 | ||||
| } // namespace ui
 | ||||
| } // namespace qt
 | ||||
| } // namespace scwx
 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat