Skip to content
Snippets Groups Projects
Commit 6ea9201f authored by Alessandro Portale's avatar Alessandro Portale
Browse files

LocatorWidget: Fix hover effect


..by setting Qt::WA_Hover

Change-Id: If4b6e8d443a70e18796dd78b261495f2400db0f4
Reviewed-by: default avatarEike Ziller <eike.ziller@theqtcompany.com>
Reviewed-by: default avatarAlessandro Portale <alessandro.portale@theqtcompany.com>
parent ccf69b34
No related branches found
No related tags found
No related merge requests found
...@@ -233,6 +233,7 @@ LocatorWidget::LocatorWidget(Locator *qop) : ...@@ -233,6 +233,7 @@ LocatorWidget::LocatorWidget(Locator *qop) :
// Explicitly hide the completion list popup. // Explicitly hide the completion list popup.
m_completionList->hide(); m_completionList->hide();
setAttribute(Qt::WA_Hover);
setFocusProxy(m_fileLineEdit); setFocusProxy(m_fileLineEdit);
setWindowTitle(tr("Locate...")); setWindowTitle(tr("Locate..."));
resize(200, 90); resize(200, 90);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment