1220
Link: @CplusplusQt Embedded: @EMBCpp • Allowed Topics: C++ and everything related to Qt • Use only English • No Private Message without asking user's permission • No NSFW • No Spam • No unauthorized Bots • No Offtopic • No Self Promotions
I've seen too many memory leaks, where somebody expected that qt will clean memory up.
That is why I don't like the fact, they do not provide raii pointers, that are aware of qt's parent-child relationship
Welcome to the group, -! :-)
Wanna share your story of how you started with Qt, QML or C++? Maybe some nice feature that made you stick with it.
Rules are set on the description of the group. :)
ערב טוב, המגע הראשון שלי עם התמכרות. היי, עוזר עם התיעוד וכמה בעיות, ואז החברים הקטנים שלי, כששיחקנו מחבואים, המשימה שלי הייתה לעשות טעויות.
Читать полностью…
https://github.com/OasisPioneer/StyxTelegramBotFramework
Читать полностью…
Welcome to the group, @hunter_doctor! :-)
Wanna share your story of how you started with Qt, QML or C++? Maybe some nice feature that made you stick with it.
Rules are set on the description of the group. :)
Perfecting it? It's empty... there's no code at all
Читать полностью…
Welcome to the group, -! :-)
Wanna share your story of how you started with Qt, QML or C++? Maybe some nice feature that made you stick with it.
Rules are set on the description of the group. :)
I‘m in search of 1-3 C++ coders for a project.
DM me if interested.
Payment in USDC.
Welcome to the group, -! :-)
Wanna share your story of how you started with Qt, QML or C++? Maybe some nice feature that made you stick with it.
Rules are set on the description of the group. :)
Hello,
I am interested in C++ / QML development projects on a part- or full-time basis.
I have 25+ years of software development experience.
For any questions, please, contact me at: @erudit4
https://www.udemy.com/course/learn-cpp-programming-beginner-to-advanced/?couponCode=8AE4638DA37AA36CD99F
💰49.99$ 0$
⏳ 13h 12m
4.55⭐️⭐️⭐️⭐️ (16057 students)
#IT_And_Software
Welcome to the group, @Aude1999! :-)
Wanna share your story of how you started with Qt, QML or C++? Maybe some nice feature that made you stick with it.
Rules are set on the description of the group. :)
oh, btw, you HAVE to check some doxygens output, eg for llvm opt, chromium, etc
Читать полностью…
Good evening, my first contact with addiction. Hey, helping with the documentation and some problems, then my little friends, when we played hide and seek, my task was to make mistakes.
Читать полностью…
Welcome to the group, @JedayPleiadiano2k25! :-)
Wanna share your story of how you started with Qt, QML or C++? Maybe some nice feature that made you stick with it.
Rules are set on the description of the group. :)
Welcome to the group, @MarelRuijgrok! :-)
Wanna share your story of how you started with Qt, QML or C++? Maybe some nice feature that made you stick with it.
Rules are set on the description of the group. :)
Hi all, anyone knows some lib to zip and unizp files/folder usa do qt? Currently I'm using qprocess calling PowerShell on window. I would like something more independent..
Читать полностью…
https://github.com/PaulVonDaniels/BlockBlitz
I’ve been writing this for half a year 🥲
lol, I created critical bug report on Feb 2022
https://bugreports.qt.io/browse/QTBUG-100377
And they just started to fix it
Welcome to the group, @MULEALVES! :-)
Wanna share your story of how you started with Qt, QML or C++? Maybe some nice feature that made you stick with it.
Rules are set on the description of the group. :)
you can count me in if you are open for filipino developer 🙂
Читать полностью…
Hi, looking for experienced C++ coder, got a 1-2 week project, payment in USDC. DM me if interested!
Читать полностью…
Thank you.
I have stared with Qt Widgets and thought that it is the coolest invention ever until I have found out about QML 😊
I love C++ and QML and want to learn more about it.
https://www.udemy.com/course/learn-cpp-programming-beginner-to-advanced/?couponCode=8AE4638DA37AA36CD99F
💰49.99$ 0$
⏳ 13h 12m
4.55⭐️⭐️⭐️⭐️ (16057 students)
#IT_And_Software
https://www.udemy.com/course/learn-cpp-programming-beginner-to-advanced/?couponCode=8AE4638DA37AA36CD99F
💰49.99$ 0$
⏳ 13h 12m
4.55⭐️⭐️⭐️⭐️ (16057 students)
#IT_And_Software
But they do. I got one answer that they will get back to me, and they never did. I tried multiple requests for a few months. My mistake was to create an app that contained 'Qt' in the name. And now I wish to monetize it, but need their permission to use 'Qt' in the commercial app name. I’m stuck here because the app is 10+ years old, open source, widely recognized. I don’t wish to change the app name, and I don’t get any valid response from Qt.
Читать полностью…
Qt is not mobile focussed. Cross platform is and then some. Please stay up to date with all the developments. Plus - qmlsc won't hide your QML either. It is still buried in the executable unless you explicitly say not to. Kindly look at the Qt 6.10 docs for qt_add_qml_module for details of the new feature coming just around the corner:
"Added the DISCARD_QML_CONTENTS option to qt_add_qml_module(), that removes original QML and JS file contents from the target's resource system."
https://doc-snapshots.qt.io/qt6-6.10/qt-add-qml-module.html
Note that the Qt5 way of dealing with QML has long long been deprecated.