mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 07:10:05 +00:00 
			
		
		
		
	Setup wizard classes
This commit is contained in:
		
							parent
							
								
									be33ff8cef
								
							
						
					
					
						commit
						388abb05bf
					
				
					 9 changed files with 273 additions and 33 deletions
				
			
		
							
								
								
									
										28
									
								
								scwx-qt/source/scwx/qt/ui/setup/welcome_page.hpp
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								scwx-qt/source/scwx/qt/ui/setup/welcome_page.hpp
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,28 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <QWizardPage> | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
| namespace qt | ||||
| { | ||||
| namespace ui | ||||
| { | ||||
| namespace setup | ||||
| { | ||||
| 
 | ||||
| class WelcomePage : public QWizardPage | ||||
| { | ||||
| public: | ||||
|    explicit WelcomePage(QWidget* parent = nullptr); | ||||
|    ~WelcomePage(); | ||||
| 
 | ||||
| private: | ||||
|    class Impl; | ||||
|    std::shared_ptr<Impl> p; | ||||
| }; | ||||
| 
 | ||||
| } // namespace setup
 | ||||
| } // namespace ui
 | ||||
| } // namespace qt
 | ||||
| } // namespace scwx
 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat