Skip to content
  • 143k Topics
    714k Posts
    F

    @Pl45m4
    Thanks for your answer regarding the cmake_minimum_required.
    The CMake current version is 3.29.3.
    The current Qt version is : Qt 6.8.1 for macOS.

  • Jobs, project showcases, announcements - anything that isn't directly development
    4k Topics
    22k Posts
    F

    @jsulm Thank you, will try to seek for support

  • Everything related to designing and design tools

    116 Topics
    355 Posts
    M

    Finally , I have to use the different mirror that the default as listed in: https://download.qt.io/online/qtsdkrepository/windows_x86/root/qt/Updates.xml.mirrorlist

    after browsing here and there , I must put the mirror without full path to xml. Instead only url before the /online part.

    qt-online-installer-windows-x64-4.8.1.exe --mirror https://qt-mirror.dannhauer.de/

    and voila!
    ef3627c3-b8b8-4c48-8877-9bc1279f7e57-image.png
    b8b101c7-7378-4eb6-a4b9-aaf64c341a0d-image.png

  • Everything related to the QA Tools

    66 Topics
    191 Posts
    H

    You can modify ControlsExt.qml to do this: https://doc.qt.io/squish/how-to-use-the-qml-extension-api.html#qml-extension-api

    Modify the isIgnored function in the qml file.

  • Everything related to learning Qt.

    381 Topics
    2k Posts
    Ash_QtA

    Banner-Academy-Course-Recap-Dec-24-003.png

    Hey Everyone!

    We are now at the end of 2024, and I wanted to take a moment to reflect on the year and what we have accomplished together.

    Qt Academy has grown significantly this year, with new courses from ourselves and others in the Qt Community, such as KDAB and Spyrosoft. We have also updated and improved existing courses, and we are always looking for feedback on how we can improve the content for you.

    Early next year, we will begin wrapping up our beginner QML courses and launch the completed series with a certificate of completion, so stay tuned for that! There will also be a little surprise for those who take the courses as a learning path!

    Big thanks to all who have contributed to Qt Academy by creating content and to those who have taken the courses and provided feedback. We have ambitious plans for 2025, and we hope you will join us on this journey!

    Let's take a look at the courses from December:

    QML Best Practice

    Dive into the essential best practices for writing robust, maintainable, high-performance QML code. This course will equip you with actionable insights and practical examples to elevate your projects and gain a comprehensive understanding of how to write clean, error-resistant QML and leverage advanced language features effectively.

    Qt DataVisualization to Qt Graphs

    Qt Graphs is Qt's newest module, which visualizes data in both 2D and 3D. This course will help you understand the differences between Qt DataVisualization and Qt Graphs, as well as how to migrate your existing code to the new module. Focusing on the practical steps required for migration, we'll guide you through key changes in CMake configurations, code, and asset handling. By the end of this course, you'll have a solid understanding of how to successfully transition your 3D application and leverage the enhanced features of Qt Graphs. It does not cover the 2D offering of Qt Graphs.

    Fundamental Concepts in Qt Design Studio

    Expand your understanding of different properties and familiarize yourself with components and assets. Use the states view in Qt Design Studio to create different states for your components. This tutorial is for people new to Qt Design Studio. To get the most out of the course, we recommend having a basic knowledge of design tools and how they work. You don't need coding experience; however, any knowledge of CSS (Cascading Style Sheets) will help you.

    Project Structure in Qt Design Studio

    Explore Qt Design Studio and develop your understanding of the project structure and the difference between qml and UI files. Learn how to create and manage projects and the difference between declarative and imperative programming by creating a simple project. You don't need coding experience; however, this course is ideal for those with a basic understanding of design tools and how they work.

    Multiple Screens in Qt Design Studio

    Learn how to create multiple screens in Qt Design Studio and navigate between them. You will also explore how to add transitions, animation, and logic to your screens and view the final result in Qt Design Studio.

    We are always looking for feedback on what you would like to see and looking for great people within the community to help us grow.

    If you want to stay in touch, visit the academy homepage and sign up for the newsletter! qt.io/academy. You can also view the whole catalog here.

    ~ Ash

  • 2k Topics
    13k Posts
    JoeCFDJ

    Works. Thank Christian again.

  • 4k Topics
    17k Posts
    SGaistS

    Bonsoir,

    la classe ne le fait pas directement mais peut être utilisée pour ce n'est pas la responsabilité de cette classe c'est exactement pour ce genre de scénario qu'est fait cette classe.

    Cet exemple et ceux qui y sont mis en lien donne une bonne idée de comment utiliser cette classe.

  • This is where all the posts related to the Qt web services go. Including severe sillyness.
    1k Topics
    10k Posts
    jsulmJ

    @ellen Not sure what the problem is. The user selects a domain and your app uses that domain to communicate via QNetwork AccessManager.