mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 02:40:05 +00:00 
			
		
		
		
	Install update button
This commit is contained in:
		
							parent
							
								
									7012040c32
								
							
						
					
					
						commit
						df7b50568d
					
				
					 3 changed files with 131 additions and 11 deletions
				
			
		|  | @ -16,11 +16,10 @@ namespace qt | |||
| namespace ui | ||||
| { | ||||
| 
 | ||||
| class UpdateDialogImpl; | ||||
| 
 | ||||
| class UpdateDialog : public QDialog | ||||
| { | ||||
|    Q_OBJECT | ||||
|    Q_DISABLE_COPY_MOVE(UpdateDialog) | ||||
| 
 | ||||
| public: | ||||
|    explicit UpdateDialog(QWidget* parent = nullptr); | ||||
|  | @ -31,11 +30,12 @@ public: | |||
| 
 | ||||
| private slots: | ||||
|    void on_downloadButton_clicked(); | ||||
|    void on_installUpdateButton_clicked(); | ||||
| 
 | ||||
| private: | ||||
|    friend UpdateDialogImpl; | ||||
|    std::unique_ptr<UpdateDialogImpl> p; | ||||
|    Ui::UpdateDialog*                 ui; | ||||
|    class Impl; | ||||
|    std::unique_ptr<Impl> p; | ||||
|    Ui::UpdateDialog*     ui; | ||||
| }; | ||||
| 
 | ||||
| } // namespace ui
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat