mirror of
https://github.com/tnodir/fort
synced 2024-11-15 05:46:03 +00:00
UI: Services: Single selection
This commit is contained in:
parent
344e2de837
commit
f77c099cac
@ -211,7 +211,7 @@ void ServicesWindow::setupTableServiceList()
|
||||
{
|
||||
m_serviceListView = new TableView();
|
||||
m_serviceListView->setAlternatingRowColors(true);
|
||||
m_serviceListView->setSelectionMode(QAbstractItemView::ExtendedSelection);
|
||||
m_serviceListView->setSelectionMode(QAbstractItemView::SingleSelection);
|
||||
m_serviceListView->setSelectionBehavior(QAbstractItemView::SelectItems);
|
||||
|
||||
m_serviceListView->setModel(serviceListModel());
|
||||
|
Loading…
Reference in New Issue
Block a user