Fix ugly blue focus thing on OSX.
This commit is contained in:
parent
81259ce05e
commit
fd4026c60a
1 changed files with 2 additions and 0 deletions
|
@ -111,6 +111,8 @@ MainWindow::MainWindow ( QWidget *parent ) :
|
|||
view->setItemDelegate(delegate);
|
||||
view->setSpacing(10);
|
||||
view->setUniformItemWidths(true);
|
||||
view->setAttribute(Qt::WA_MacShowFocusRect, false);
|
||||
|
||||
view->installEventFilter(this);
|
||||
|
||||
proxymodel = new InstanceProxyModel ( this );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue