Skip to content

General talk

Jobs, project showcases, announcements - anything that isn't directly development
4.2k Topics 22.5k Posts

Subcategories


  • Everything more or less news-worthy will show up in this forum at some point.
    650 Topics
    2k Posts
    aha_1980A

    Thanks @Pedro,

    I now also saw some clarification on the Development mailing list

  • Chilling out? Want to discuss Abraham Lincoln? Well, in the Lounge you can discuss literally anything.
    1k Topics
    9k Posts
    SGaistS

    Hi and welcome to devnet,

    I don't have an answer to that issue. Sorry for that. But what exactly would you need ? The open source version might already cover your requirements.

  • Are you looking for a job? Are you hiring? This is your place to post.
    769 Topics
    2k Posts
    B

    Hey everybody!
    We are Zanemi, an early-stage startup building a tool to visually compare design and real app screens, spot inconsistencies, and improve the final product. Instead of endless back-and-forth feedback in all places, Zanemi provides a dedicated space to review UI/UX differences, making design QA smoother and more efficient. Right now, it’s mostly a manual process, but we’re moving towards an automated AI-powered solution.

    Our stack is QT, QML, and C++. We’re looking for a Qt/QML developer to join us and help improve the product and release the app's first version.

    This could be a great opportunity for a student or someone looking for hands-on experience with Qt and QML. Work is part-time, remote, and flexible.

    If you’re interested, drop us a message here or at hello@zanemicorp.com.

    Thank you!

  • Working on a cute app? Have some awesome widgets to share? Want to show off your blingalicious styles? This is your arena!
    437 Topics
    2k Posts
    S

    Thanks, I was on the wrong forum obviously.

  • Stuck? Some ideas just need to be dumped on someone before they can materialize.
    439 Topics
    3k Posts
    Pl45m4P

    @Cantona said in Help sending data from dialog to main window:

    variable username still is not getting any data assigned to it

    Unpleasant answer but no secret or surprise:
    You need to know C++ if you want to get somewhere with Qt :)
    Learn the basics of C++ and OOP and you will understand better and learn faster how to work with Qt.

    @JonB said in Help sending data from dialog to main window:

    // mainwindow cpp file QString username; UsernameDialog *usernameDialog = new UsernameDialog; if (usernameDialog->exec()) username = usernameDialog->username();

    This answer by @JonB is basically everything you need to do to return your variable from your dialog and assign it to something within your QMainWindow class.

  • This is where all Qt 6 related questions belong

    840 Topics
    4k Posts
    SGaistS

    Then it looks like there might be a regression. Please open a ticket for that (if none already exists and if there's one, please add the details you found).