Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
The closing signal is only emitted when the OS closes the window, not when I call @close()@ in code. Why is that?
Hi,
What signal are you referring to ?
Ah sorry, more specifically I was testing it with a QQuickView which emits a QQuickWindow closing signal. However, closing the QQV in code does not emit the signal.
Is there another way to find out if a certain window was closed?
Again, what is this signal (name/signature) ? I don't see which one you are referring to
SIGNAL QQuickView::closing(class QQuickCloseEvent* event)
Ok, found it, it should be called indeed.
Which OS/version of Qt are you using ?
Could you post a little example that would allow to reproduce the bug ?