Add about dialog to File menu of the connection manager.
Make the contents of the dialog more accurate and include a link to the releasenotes file.
This commit is contained in:
parent
4e1d128ee9
commit
c874b297c1
8 changed files with 66 additions and 14 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#include "ConnectionManagerWindow.h"
|
||||
#include "About.h"
|
||||
#include "ui_ConnectionManagerWindow.h"
|
||||
#include "MasterController.h"
|
||||
#include "ConnectionController.h"
|
||||
|
|
@ -102,3 +103,9 @@ void ConnectionManagerWindow::on_actionConfigureCopy_triggered()
|
|||
auto ci = ui->treeView->selectionModel()->currentIndex();
|
||||
m_connectionController->editCopy(ci);
|
||||
}
|
||||
|
||||
void ConnectionManagerWindow::on_actionAbout_triggered()
|
||||
{
|
||||
ShowAboutDialog(this);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue