Fixes: - Unwanted focus halos

This commit is contained in:
con
2009-01-30 17:09:09 +01:00
parent 3ee7f3859e
commit 66e9410f3d
5 changed files with 5 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ SearchResultWindow::SearchResultWindow()
m_searchResultTreeView = new SearchResultTreeView(m_widget);
m_searchResultTreeView->setUniformRowHeights(true);
m_searchResultTreeView->setFrameStyle(QFrame::NoFrame);
m_searchResultTreeView->setAttribute(Qt::WA_MacShowFocusRect, false);
m_widget->addWidget(m_searchResultTreeView);
m_noMatchesFoundDisplay = new QListWidget(m_widget);