githubuser0xFFFF
githubuser0xFFFF
Building the demo application with Qt 5.15.2 and MinGW 11 causes the following error ```shell make -f Makefile.Release make[1]: Entering directory 'C:/CodingXP/QtnProperty/build/Demo' g++ -c -fno-keep-inline-dllexport -O2 -std=gnu++11 -Wall -Wextra -Wextra...
First I would like to thank you for this great dark theme - I like it a lot. The role :guilabel: is not propely styled. The background color is too...
Out of curiosity, why do you use your own functions to generate JSON (`arrayContentToJson`, `objectContentToJson` and `valueToJson`) instead of the `QJsonDocument::toJson()` function? Thank you for the great library :o)
This pull request improves the colors of the UR5 VRML model to look more like the real thing (see image below) 
We used an SoQt based viewer in our Qt5 application and now switched to Qt6. We noticed some strange issues with SoQt and switched to Quarter as our new viewer....
I just wanted to bring to your attention, that multisampling (`Viewer->setSampleBuffers(4)`) does not work when using Qt6. This is not a SoQt issue but a Qt bug: - [QTBUG-59152](https://bugreports.qt.io/browse/QTBUG-59152) -...
When I build TinyORM with MinGW 11.2 i get the following linker error: ``` collect2.exe: fatal error: cannot find 'ld' ``` I can fix this error by removing or commenting...
Hi, thank you for this great library. We use it for some time now with MinGW 11 (gcc 11.2) with the qmake config option C++17. Now we switched to MSVC19...