1219
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
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.
qt despite beeing cross-platform, I think is more mobile (if ui is not very complicated)...
'webview' approach is the easiest for pc. any ui can be done with not a lot of effort
data sharing is fast, v8 is pre-jitted to pcode and jitted to native
size overhead may be a problem if you bundle everything, but if use webview — no problem
always use backend logic such as some arrays processing in c++ as callout
unique id in app to see purchase leak will not work. attackers always buy your soft from malware infected user, etc
Читать полностью…
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. :)
Alas I do not. They cannot employ me directly by their own limitations but I do work closely with them. The official Qt Support should not be ignoring you. I raise up to several tickets a day and have a 48 hour response time (mostly much less) and I never get ignored. For questions about licencing) you should reach out to your nearest account manager - you can find this on their web site or you can use the support portal as well.
Читать полностью…
I really think qt is moving to mobile only, maybe I dont have enough experience but elements/qtquick widgets are so mobile-looking
Читать полностью…
Hacking isn’t such a big problem because nothing can prevent it. Decompiling to original code is a bigger issue since that is easier for competitors to replicate your app.
Читать полностью…
best way to protect is not to make your code part download at runtime ( — they will be dumped in no time and code coverage will be repeated, as env at start of app, including syscall's/rtdsc's) but to move the logic to your server. there's no other way
Читать полностью…