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
Re: Introducing the QML for Beginners Learning Path & Challenges!
I've completed the first course in this learning path, but I do not know where to access the challenge for the course because there is no enrollment or button to take me to the challenge
[image: 569096c7-9018-4000-a4a4-76d4370d5036.png]
[image: c3f56111-98ee-4618-8296-2304c987c36e.png]
@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
https://www.youtube.com/watch?v=QXeEoD0pB3E&list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3
Don't know what you need. Youtube series are great. Code along with them to see it working, break it and google what you broke.