Exemplo n.º 1
0
// this gets called after we download dives from a divecomputer
void MainWindow::refreshDisplay()
{
	ui.InfoWidget->reload();
	ui.globe->reload();
	ui.ListWidget->reload(DiveTripModel::CURRENT);
	ui.ListWidget->setFocus();
	WSInfoModel *wsim = WSInfoModel::instance();
	wsim->updateInfo();
}