Display a tooltip in a popup
Unsolved
QML and Qt Quick
-
Hi !
I am using Popup to display a setting page. In this setting page I would like to add a tooltip above an icon but I get the following error message :
QML ToolTip: cannot find any window to open popup in.
I guess that the problem comes from the fact that I am in an
Overlay
which is not directly in the window ?
Is there a way to do what I want to do without having to create a custom overlay & popup mecanism ?The setting page does not take the whole window. It is a small modal rectangle with a blurred background so
StackView
would not solve my problemThanks
-
Can you provide simple workable program to check your issue ?