Application Window inactive while Busy Indicator Running
Unsolved
QML and Qt Quick
-
I am trying to implement a busy indicator for a process that takes time. Meanwhile, the process is on the go, the user should not interact with the main window. Busy Indicator is also part of the application window. How can I inactive all user inputs while the busy indicator is running? Thanks in advance.