mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 05:10:04 +00:00 
			
		
		
		
	Add dedicated Placefile Manager dialog separate from settings
This commit is contained in:
		
							parent
							
								
									4a92f11d00
								
							
						
					
					
						commit
						f2addd29e6
					
				
					 11 changed files with 215 additions and 41 deletions
				
			
		
							
								
								
									
										35
									
								
								scwx-qt/source/scwx/qt/ui/placefile_dialog.hpp
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										35
									
								
								scwx-qt/source/scwx/qt/ui/placefile_dialog.hpp
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,35 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <QDialog> | ||||
| 
 | ||||
| namespace Ui | ||||
| { | ||||
| class PlacefileDialog; | ||||
| } | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
| namespace qt | ||||
| { | ||||
| namespace ui | ||||
| { | ||||
| 
 | ||||
| class PlacefileDialogImpl; | ||||
| 
 | ||||
| class PlacefileDialog : public QDialog | ||||
| { | ||||
|    Q_OBJECT | ||||
| 
 | ||||
| public: | ||||
|    explicit PlacefileDialog(QWidget* parent = nullptr); | ||||
|    ~PlacefileDialog(); | ||||
| 
 | ||||
| private: | ||||
|    friend class PlacefileDialogImpl; | ||||
|    std::unique_ptr<PlacefileDialogImpl> p; | ||||
|    Ui::PlacefileDialog*                 ui; | ||||
| }; | ||||
| 
 | ||||
| } // namespace ui
 | ||||
| } // namespace qt
 | ||||
| } // namespace scwx
 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat