mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 03:40:05 +00:00 
			
		
		
		
	About dialog
This commit is contained in:
		
							parent
							
								
									aaeea156f3
								
							
						
					
					
						commit
						5c793e07d8
					
				
					 10 changed files with 294 additions and 7 deletions
				
			
		
							
								
								
									
										38
									
								
								scwx-qt/source/scwx/qt/ui/about_dialog.hpp
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										38
									
								
								scwx-qt/source/scwx/qt/ui/about_dialog.hpp
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,38 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <QDialog> | ||||
| 
 | ||||
| namespace Ui | ||||
| { | ||||
| class AboutDialog; | ||||
| } | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
| namespace qt | ||||
| { | ||||
| namespace ui | ||||
| { | ||||
| 
 | ||||
| class AboutDialogImpl; | ||||
| 
 | ||||
| class AboutDialog : public QDialog | ||||
| { | ||||
|    Q_OBJECT | ||||
| 
 | ||||
| private: | ||||
|    Q_DISABLE_COPY(AboutDialog) | ||||
| 
 | ||||
| public: | ||||
|    explicit AboutDialog(QWidget* parent = nullptr); | ||||
|    ~AboutDialog(); | ||||
| 
 | ||||
| private: | ||||
|    friend AboutDialogImpl; | ||||
|    std::unique_ptr<AboutDialogImpl> p; | ||||
|    Ui::AboutDialog*                 ui; | ||||
| }; | ||||
| 
 | ||||
| } // namespace ui
 | ||||
| } // namespace qt
 | ||||
| } // namespace scwx
 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat