connection details in window title
This commit is contained in:
parent
f253a6c9ff
commit
f3f1d47f7d
2 changed files with 5 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ void DatabaseWindow::setConfig(const ConnectionConfig &config)
|
|||
try
|
||||
{
|
||||
QString title = "pglab - ";
|
||||
title += m_config.name();
|
||||
title += m_config.makeLongDescription();
|
||||
setWindowTitle(title);
|
||||
|
||||
auto cfg = m_config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue