Yeah, what's the point of checking for errors if you know your code will ALWAYS work. Except on some other dude's machine, and then you can just blame it on Qt or some weird stuff on Windows.
d_stranz Today, 22:31There's no need for that, I always get two values in there, and it ONLY crashes on a single machine with exactly the same data. I wonder if it's not some obscure bug in Qt that is triggered by some...
Carlsberg Today, 22:18Aside from the fact that you do absolutely no error checking to ensure that "record" is valid or that either of the values returned by "record.at()" are valid? No.
d_stranz Today, 19:19I have this code that crashes on endResetModel. I use static build and the crash only happens on some dude's machine, couldn't reproduce it on my 3 different machines whatever I tried. Is there...
Carlsberg Today, 13:48Rewriting QSlider is not going to fix your problem.
1. If your slider has a range of 0 - 100, then the best you can do is 1% precision of your full axis range. If you want to do better than...
Qt 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.
Qt Creator can't locate Qwt plugin
18th January 2021 09:24 by trouden