UI: Services: Single selection

This commit is contained in:
Nodir Temirkhodjaev 2022-03-04 13:23:26 +03:00
parent 344e2de837
commit f77c099cac

View File

@ -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());