mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 04:30:05 +00:00 
			
		
		
		
	Add placefile settings initial layout
This commit is contained in:
		
							parent
							
								
									ae1bca3602
								
							
						
					
					
						commit
						4c685e5abb
					
				
					 8 changed files with 207 additions and 4 deletions
				
			
		
							
								
								
									
										35
									
								
								scwx-qt/source/scwx/qt/ui/placefile_settings_widget.hpp
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										35
									
								
								scwx-qt/source/scwx/qt/ui/placefile_settings_widget.hpp
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,35 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <QFrame> | ||||
| 
 | ||||
| namespace Ui | ||||
| { | ||||
| class PlacefileSettingsWidget; | ||||
| } | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
| namespace qt | ||||
| { | ||||
| namespace ui | ||||
| { | ||||
| 
 | ||||
| class PlacefileSettingsWidgetImpl; | ||||
| 
 | ||||
| class PlacefileSettingsWidget : public QFrame | ||||
| { | ||||
|    Q_OBJECT | ||||
| 
 | ||||
| public: | ||||
|    explicit PlacefileSettingsWidget(QWidget* parent = nullptr); | ||||
|    ~PlacefileSettingsWidget(); | ||||
| 
 | ||||
| private: | ||||
|    friend class PlacefileSettingsWidgetImpl; | ||||
|    std::unique_ptr<PlacefileSettingsWidgetImpl> p; | ||||
|    Ui::PlacefileSettingsWidget*                 ui; | ||||
| }; | ||||
| 
 | ||||
| } // namespace ui
 | ||||
| } // namespace qt
 | ||||
| } // namespace scwx
 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat