There is no QByteArray function to append() anything other than chars (bytes).
The sizeof(hdr) is a size_t with the value 4 (probably). size_t is variously defined, but must be at least 16-bits...
It seems to me that the error message is self-explanatory "gmock/h" is not "gmock.h" and is very unlikely to be a file. Find where your code references "gmock/h" and fix the typo.
Whether this...
That's what I suspected - you are using the unzoomed (full) range of your data to set the slider increment.
Each time you zoom in (or out), you need to reset the mapping between slider value and...
Did you tell Qt Creator where to find your missing header file? Your CMakelists.txt file probably has a target_include_directories() entry that tells CMake where to find it. You need to do the...
d_stranz Yesterday, 18:21I have twice edited your posts in this thread to add CODE tags to your source code listings. Please use them for your future posts. See my signature below if you don't know how.
I told you...
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