mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 01:10:04 +00:00 
			
		
		
		
	Radar site dialog
This commit is contained in:
		
							parent
							
								
									60a85a6b14
								
							
						
					
					
						commit
						9e3c525109
					
				
					 6 changed files with 162 additions and 4 deletions
				
			
		|  | @ -16,12 +16,12 @@ namespace qt | |||
| namespace main | ||||
| { | ||||
| 
 | ||||
| class MainWindowImpl; | ||||
| 
 | ||||
| class MainWindow : public QMainWindow | ||||
| { | ||||
|    Q_OBJECT | ||||
| 
 | ||||
|    friend class MainWindowImpl; | ||||
| 
 | ||||
| public: | ||||
|    MainWindow(QWidget* parent = nullptr); | ||||
|    ~MainWindow(); | ||||
|  | @ -31,12 +31,15 @@ public: | |||
| private slots: | ||||
|    void on_actionOpen_triggered(); | ||||
|    void on_actionExit_triggered(); | ||||
|    void on_radarSiteSelectButton_clicked(); | ||||
|    void on_resourceTreeCollapseAllButton_clicked(); | ||||
|    void on_resourceTreeExpandAllButton_clicked(); | ||||
| 
 | ||||
| private: | ||||
|    std::unique_ptr<MainWindowImpl> p; | ||||
|    Ui::MainWindow*                 ui; | ||||
| 
 | ||||
|    friend class MainWindowImpl; | ||||
| }; | ||||
| 
 | ||||
| } // namespace main
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat