I'd like to have a dynamic tooltip that will also act as a QForm.
Typically, the content of the tooltip would reside on the page where the tooltip occurs.
This would rest in a <div>
I'd like the ability for interacting with the tooltip itself. For example, for the tooltip to contain perhaps a submit button, so that the tooltip itself acts as a Qform.
How can i do this? suspect this may have to do with QPanels but can't quite visualize how this would work.
Thanksk.