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).
What is the proper and what is the easiest way to achieve a waiting mouse cursor while sql is fetching results of complex quarries to qtableviews so that the user sees something is being fetched instead of frozen gui.?
@Seb-Tur You can use Qt::WaitCursor like in https://stackoverflow.com/questions/13495283/change-cursor-to-hourglass-wait-busy-cursor-and-back-in-qt.
Qt::WaitCursor
There is also QProgressBar/Dialog.
QProgressBar
Dialog