@bitbasher said in is there a Qt +CMAKE +qmake Setup for Dummies out there?:
in Windows if you must use the path all the way to the cmake folder before the cmake.exe is found
Not if you add C:\Qt\6.10.0\mingw64\lib\cmake\bin to PATH...
Dear Qt community!
with seven weeks to go until an exciting year 2025 will have passed, we are pleased to open the nomination period for the Qt Champion 2025 award!
See this Wiki page for more information about the award and its nomination process: https://wiki.qt.io/Qt_Champions_2025
We're looking very much forward to reading about your favorite candidates!
Cheers
Axel
Using QT Designer might be the simpler route if the main goal is to keep the workflow smooth with Python. QT Design Studio projects often need manual adjustments before they run properly under PySide6.
I have had a problem when editing the names.py manually in that Squish no longer recognises the object. I now delete the object and re-enter it after using the picker tool then add to object map. Not sure if this is what you meant, but hopefully this helps
Hey @RahmanTaleshi, please reach out to academy@qt.io if you have not already, and we will get this sorted. We are aware of some issues we are not investigating with challenge enrolments.
@stash22 said in Why does QTextStream::pos() return -1 while reading a file line-by-line in Qt?:
m_readNmeaTextStream.pos() becomes -1.
The documentation states this: https://doc.qt.io/qt-6/qtextstream.html#pos