mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	Add tooltip for add cylinder button in planner
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
		
							parent
							
								
									2e53faa8b4
								
							
						
					
					
						commit
						fa7d3b6ecb
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -113,6 +113,7 @@ DivePlannerWidget::DivePlannerWidget(QWidget *parent, Qt::WindowFlags f) : QWidg | |||
| 	plannerModel->setRecalc(true); | ||||
| 	ui.tableWidget->view()->setItemDelegateForColumn(DivePlannerPointsModel::GAS, new AirTypesDelegate(this)); | ||||
| 	ui.cylinderTableWidget->setTitle(tr("Available gases")); | ||||
| 	ui.cylinderTableWidget->setBtnToolTip(tr("Add cylinder")); | ||||
| 	ui.cylinderTableWidget->setModel(CylindersModel::instance()); | ||||
| 	QTableView *view = ui.cylinderTableWidget->view(); | ||||
| 	view->setColumnHidden(CylindersModel::START, true); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue