DbViewer: Added datbabase path to window title

This commit is contained in:
matlabbe
2020-11-21 16:37:40 -05:00
parent f467f2af7f
commit ccbdb586da

View File

@@ -845,6 +845,7 @@ bool DatabaseViewer::openDatabase(const QString & path)
} }
updateIds(); updateIds();
this->setWindowTitle("RTAB-Map Database Viewer - " + path + "[*]");
return true; return true;
} }
} }
@@ -867,6 +868,7 @@ bool DatabaseViewer::openDatabase(const QString & path)
bool DatabaseViewer::closeDatabase() bool DatabaseViewer::closeDatabase()
{ {
this->setWindowTitle("RTAB-Map Database Viewer[*]");
if(dbDriver_) if(dbDriver_)
{ {
if(linksAdded_.size() || linksRefined_.size() || linksRemoved_.size()) if(linksAdded_.size() || linksRefined_.size() || linksRemoved_.size())