mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 00:40:06 +00:00 
			
		
		
		
	Resource Explorer view and model cleanup
This commit is contained in:
		
							parent
							
								
									06e33001f7
								
							
						
					
					
						commit
						f47fab196e
					
				
					 4 changed files with 4 additions and 4 deletions
				
			
		|  | @ -139,7 +139,7 @@ MainWindow::MainWindow(QWidget* parent) : | |||
|    // Configure Docks
 | ||||
|    ui->resourceExplorerDock->setVisible(false); | ||||
| 
 | ||||
|    ui->resourceTreeView->setModel(new model::RadarProductModel()); | ||||
|    ui->resourceTreeView->setModel(new model::RadarProductModel(this)); | ||||
| 
 | ||||
|    // Configure Map
 | ||||
|    p->ConfigureMapLayout(); | ||||
|  |  | |||
|  | @ -230,7 +230,7 @@ | |||
|     <string>Resource Explorer</string> | ||||
|    </property> | ||||
|    <attribute name="dockWidgetArea"> | ||||
|     <number>8</number> | ||||
|     <number>2</number> | ||||
|    </attribute> | ||||
|    <widget class="QWidget" name="dockWidgetContents"> | ||||
|     <layout class="QVBoxLayout" name="verticalLayout_3"> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat