Skip to content

Announcements

Everything more or less news-worthy will show up in this forum at some point.
643 Topics 2.3k Posts
  • Forum Guidelines & Code of Conduct

    Pinned Locked
    1
    7 Votes
    1 Posts
    6k Views
    No one has replied
  • This topic is deleted!

    Solved
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Qt C++ Meetup in Düsseldorf

    Unsolved
    1
    4 Votes
    1 Posts
    49 Views
    No one has replied
  • Short Maintenance on Sep 27th

    9
    0 Votes
    9 Posts
    542 Views
    aha_1980A

    @ankou29666 It's most often easier to directly go to https://download.qt.io ;)

  • Help with Combining C++ and QML in a Qt Application

    Unsolved
    2
    0 Votes
    2 Posts
    90 Views
    Pl45m4P

    @jalef36678 said in Help with Combining C++ and QML in a Qt Application:

    because the project entails developing a desktop application that needs a dynamic and responsive user interface.

    Because QtWidget isn't responsive and dynamic at all?!

    managing data models

    Are you thinking of QML Models or the QtWidget ones for your data?!

    What is the best way to connect data between QML and C++ while preserving scalability and performance?

    There are more than enough examples out there, even official one.
    Check here:

    https://doc.qt.io/qt-6/qtqml-cppintegration-overview.html https://doc.qt.io/qt-6.2/qtqml-cppintegration-topic.html

    Although I've heard of using signals and slots, I would like more precise instructions or an example.

    Signals & Slots can do the job for you as they are available in both -- QML and C++ -- contexts.

    https://doc.qt.io/qt-6/qtqml-cppintegration-interactqmlfromcpp.html#connecting-to-qml-signals

    Another way is working with Q_INVOKABLE and/or Q_PROPERTY.
    Every time when a property changes, it triggers its NOTIFY function/signal.

    https://doc.qt.io/qt-6/qtqml-cppintegration-exposecppattributes.html

    Is it possible to dynamically generate or modify QML components from the C++ side?

    In general yes.
    You can either load a pre-defined *.qml file at run-time or you create the "component definition" on the fly as string and feed it into the QML object factory to generate your QML component.
    Where you invoke this, is up to you... on button click in QML or if some background action in C++ triggers the QML engine to load something...

    https://doc.qt.io/qt-6/qtqml-javascript-dynamicobjectcreation.html
  • Qt Creator Survey 2024

    4
    0 Votes
    4 Posts
    224 Views
    SGaistS

    They should change tool ! ^^

  • Qt World Summit 2025: Call for Papers

    7
    2 Votes
    7 Posts
    377 Views
    PedroP

    Original post edit: the deadline for the CfP was postponed to September 13th, 2024!

  • qtcentre.org

    Unsolved
    4
    0 Votes
    4 Posts
    174 Views
    I

    It's back online now :)

  • Forum Updated to NodeBB 3.7.4

    54
    4 Votes
    54 Posts
    4k Views
    S

    Sorry for the late reply (I was on vacation). The upvoters' names now also work for me. Thank you very much! I don't have any further complains about the new forum style.

  • QML - Car infotainment HMI or IVI open source project Demo

    Unsolved
    3
    3 Votes
    3 Posts
    1k Views
    Christian EhrlicherC

    @keksi-venksi said in QML - Car infotainment HMI or IVI open source project Demo:

    what is the question here and what solution you need ?

    Why do you answer on a seven year old topic with a wrong question? The topic is in the showcase section - so what should be asked?

  • Product and Funding

    Unsolved
    2
    3 Votes
    2 Posts
    363 Views
    E

    Hello,
    Very interesting, could we get in touch to talk about this.
    I'm eymeric o'neill and I an either available on LinkedIn or teams:
    eymeric.oneill@gmail.com

  • QtCS24: Venue, Registration and More

    1
    1 Votes
    1 Posts
    99 Views
    No one has replied
  • Qt 5.15.17, any release date prevision?

    Solved
    7
    0 Votes
    7 Posts
    569 Views
    JKSHJ

    It's released now: https://www.qt.io/blog/commercial-lts-qt-5.15.17-released

  • Forum Update May 2nd

    43
    8 Votes
    43 Posts
    13k Views
    FeRDNYCF

    @FeRDNYC said in Forum Update May 2nd:

    I can't see any of the forum navigation interface, until I remember to scroll back a bit to make it appear.

    As a practical, constructive suggestion in that regard, perhaps the toolbar could "reattach" itself to the Page's main scroll context at the very bottom, so that it scrolls back into view beneath what's now the bottom of the page? That way, it would reveal itself once you've scrolled DOWN past all of the other content, as well as when you scroll up.

  • CSRD Survey to the Community

    Solved
    1
    2 Votes
    1 Posts
    7k Views
    No one has replied
  • Congratulations to our 2023 Qt Champions! 🏆

    Solved
    8
    15 Votes
    8 Posts
    14k Views
    ODБOïO

    nice! congrats Chris-Kawa

  • Qt Champions 2023: It's Nomination Time!

    Solved
    2
    3 Votes
    2 Posts
    359 Views
    PedroP

    edit: nomination period extended to the 22nd of December :)

  • 0 Votes
    3 Posts
    569 Views
    JKSHJ

    Hello Amanda, and welcome!

    I too would like to avert a climate/ecological breakdown. I've followed geosequestration experiments/pilots with interest but none seem to have achieved their goals yet, so I wish you the best in your project.

    As for the Qt Creator license issue, it looks like you installed a Commercial (possibly Evaluation) version of Qt? Do you remember which link you got it from?

    Anyway, please try uninstalling it, and then reinstall from https://www.qt.io/download-open-source instead. No funds are needed to use Qt under an open-source license, although non-monetary contributions to the Qt community (in the forum of bug reports, patches, community engagement etc.) are always welcome.

  • 3 Votes
    6 Posts
    2k Views
    JonBJ

    @Beanhanp If you are on Linux do you even have any .chm files to convert?

  • Qt User Tests And Discussions

    1
    1 Votes
    1 Posts
    322 Views
    No one has replied