Switched ConnectionConfig to QString from std::string to fit better into Qt framework
This commit is contained in:
parent
bcfd82c27d
commit
082293e58a
20 changed files with 1077 additions and 211 deletions
|
|
@ -18,6 +18,8 @@ ConnectionManagerWindow::ConnectionManagerWindow(MasterController *master, QWidg
|
|||
{
|
||||
ui->setupUi(this);
|
||||
ui->treeView->setModel(m_connectionController->getConnectionTreeModel());
|
||||
ui->treeView->setDragDropMode(QAbstractItemView::InternalMove);
|
||||
|
||||
connect(ui->treeView, &QTreeView::activated, this,
|
||||
&ConnectionManagerWindow::connectionActivated);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue