Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.7
-
None
-
bde0f36262987b244d215bc10f68b09e4a380660
Description
import QtQuick 2.6 import QtQuick.Layouts 1.3 import QtQuick.Controls 2.0 import Qt.labs.folderlistmodel 2.1 ApplicationWindow { id: window title: "Qt Quick Controls 2 - Material Snippets" visible: true ToolTip { id: saveResultToolTip } footer: ToolBar { RowLayout { anchors.fill: parent ToolButton { text: "Take Screenshot" focusPolicy: Qt.NoFocus onClicked: saveResultToolTip.ToolTip.show("Boop", 3000); // onClicked: saveResultToolTip.open() } } } }
The use case doesn't make sense (the error printed is valid), but it shouldn't crash.
Attachments
For Gerrit Dashboard: QTBUG-56243 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
172288,2 | Fix QQuickToolTipAttached parent | 5.7 | qt/qtquickcontrols2 | Status: MERGED | +2 | 0 |