Skip to content
  • 144k Topics
    719k Posts
    SGaistS
    @Joe-von-Habsburg Taking into account the good pointers @Bonnie provided, you really should provide information about what you want to achieve. Which device do you want to target ? What are its spec ? Etc. Just stating it's arm based is not enough.
  • Jobs, project showcases, announcements - anything that isn't directly development
    4k 23k
    4k Topics
    23k Posts
    DevMachinesD
    Developer Machines team is pleased to announce the release of QtitanComponents 2025, an updated suite of UI components for Qt application development. This release includes updates to all core modules: QtitanDataGrid 9, QtitanRibbon 7, QtitanNavigationDesignUI 4, QtitanDocking 5, and QtitanChart 7. The key new feature is support for visual styling via Adobe XD and Figma. Designers can now define the appearance of UI components directly in these tools and export it to a custom XML format, which is automatically converted into a functional QStyle for Qt—eliminating the need for manual painting code. Conversion of Adobe XD designs into XML is performed using a dedicated tool developed specifically for this purpose — DC Studio Tool. Adobe XD integration is now fully complete, while Figma support is under active development and already delivers stable, predictable results at this stage. This capability is built on a major architectural refactoring: all rendering logic has been moved into QStyle, ensuring a clean separation between component behavior and visual appearance. The release includes the WindowsUI Style, which closely resembles the classic Windows 10 interface. Thanks to Qt’s cross-platform nature, this style is available not only on Windows, but also on macOS and Linux. It currently serves as a foundational template for upcoming implementations of modern design systems, including Microsoft 365 (Fluent UI), Material Design, and others. This release addresses numerous issues reported by users, adds support for the latest Qt versions — Qt 6.8.2 and Qt 6.9.3 — and includes updated PySide6 bindings, ensuring full compatibility and correct behavior of components in Python-based applications. With QtitanComponents 2025, styling Qt applications becomes more efficient and collaborative—bridging the gap between design mockups and production-ready UIs. Developer Machines https://www.devmachines.com
  • Everything related to designing and design tools

    129 392
    129 Topics
    392 Posts
    J
    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.
  • Everything related to the QA Tools

    83 224
    83 Topics
    224 Posts
    B
    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
  • Everything related to learning Qt.

    390 2k
    390 Topics
    2k Posts
    R
    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]
  • 2k Topics
    13k Posts
    Christian EhrlicherC
    @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
  • 4k Topics
    18k Posts
    C
    @onetwothree 这个弹窗是正常的,它的意思是更新不到 CMakeLists.txt 文件上去,你需要自己更新 在你的主程序里面加 set_target_properties(MyApp PROPERTIES QT_ANDROID_PACKAGE_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/android ) 名称和路径不要错,在修改就能看到效果
  • This is where all the posts related to the Qt web services go. Including severe sillyness.
    1k 10k
    1k Topics
    10k Posts
    E
    Anyone who is expert of python...!