Re: [Interest] QGuiApplication::commitDataRequest: QML window is not painted

2021-03-02 Thread Alexander Dyagilev
So, finally I had to switch to QMessageBox for this case. QML window is just not updated without user interaction due to an unknown reason On 2/27/2021 4:52 PM, Alexander Dyagilev wrote: Hello, I'm trying to add quit confirmation message at OS shutdown according to this example: https:

[Interest] QGuiApplication::commitDataRequest: QML window is not painted

2021-02-27 Thread Alexander Dyagilev
Hello, I'm trying to add quit confirmation message at OS shutdown according to this example: https://doc.qt.io/qt-5/qsessionmanager.html#allowsInteraction I interact with the user via QML interface. It is asynchronous, so I use slots/signals. And I use additional QEventLoop to stay inside of