This was very helpful. I was able to change my previous design, since I like doing things the hard way.
I do need to research your example a bit more, since I think I might have missed some expert...
A lot of times you will see errors like this where the program runs fine in the debugger but crashes in release mode, and it is generally due to an uninitialized variable or a variable that is out of...
d_stranz Yesterday, 17:12Hi there,
I'm currently experiencing a strange behaviour.
DEFINES += QT_NO_DEBUG_OUTPUT
CONFIG += release
TARGET = myProg
TEMPLATE = app
Sure. I think your original idea would work if you did not create a new CriticalAlarms model every time you make a query. If you make CriticalAlarms a member variable of your class, create it and...
d_stranz 27th February 2021, 22:44Qt Centre is a community site devoted to programming in C++ using the Qt framework developed at Digia.
If you have any problems with Qt or its usage, you can get help from the members of Qt community on our forum.
Don't forget to check out our links section for more Qt resources.
Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.
QT5 (Python) - Get top index parent in a recursive map
23rd February 2021 22:15 by peshmerga