QmlDesigner: If the scene looses focus change to selection tool

* We forward the focusOut event to the tools
* The text tool now commits the data if the focus is lost
* Adding override

Task-number: QTCREATORBUG-16085
Change-Id: Ibdf6f60fc53e3c6c03222741c16cd8dd665618e1
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Thomas Hartmann
2016-10-11 13:04:07 +02:00
committed by Thomas Hartmann
parent f175d0c589
commit 9ad8ec385e
15 changed files with 61 additions and 11 deletions

View File

@@ -370,4 +370,8 @@ void MoveTool::formEditorItemsChanged(const QList<FormEditorItem*> &itemList)
m_contentNotEditableIndicator.updateItems(selectedItemList);
}
void MoveTool::focusLost()
{
}
}