1137
Link: @CplusplusQt Embedded: @EMBCpp • No DM without prior permission • Behave friendly • No NSFW • No Spam • No unauthorized Bots • Don't advertise other groups
There are actually several iterations of quick compilation.. I think you are right that the current iteration is commercial only. However, the blanket statement that any non-commercial QML application is required to be open sourced (GPLv3) is incorrect.
Читать полностью…
Incorrect. Where are you getting that information from?
Читать полностью…
The recommendation for new UIs is to use QML, but widgets is not deprecated.
Widgets is not going away anytime soon. Too many applications / projects use it.
Widgets is not graphics accelerated — it uses the QPainter API, and that's not going to change.
QML uses the scene graph, which is backed by Qt RHI, which is a thin layer ontop of OpenGL, DirectX, Metal, and Vulkan — so QML will always be faster to render than Widgets.
There's a huge difference between QML+JS, and bundling in the entirety of chromium/webengine... webengine is HUGE. QML+JS support is much smaller.
Читать полностью…
Perhaps not, but most widgets blend in well. Not tree views though.
Читать полностью…
there is nothing with desktop look and feel nowdays :D
as about CreateWindow(button) for windows ... styles that are in the past (mfc)
yeah , i have used Qml , and there is some great framework made by people which is really great , for example check this -> https://github.com/zhuzichu520/FluentUI
Читать полностью…
No, i don’t think so but yes, qml is recommended for new projects
Читать полностью…
Welcome to the group, @nickhernd! :-)
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, @ForensicSpecialist! :-)
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 added this to the cmakelists.txt file, but it didn't work for some reason, I worked with it all day, if there is a sample project, I can do it by looking at it.
Читать полностью…
How can I bring tls support with ixwebsocket in c++ I get the error “TLS support is not enabled on this platform.” I have sample cmakelist.txt
Читать полностью…
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 would suggest adding timezone to working hours section.
Читать полностью…
Qt Quick Compiler only shipped with Qt Commercial License, either your QML is easy to read, even if you put that to the app resources, equal to be open sourced
Читать полностью…
for not commercial license QML code is forced to be open source
Читать полностью…
What you might be remembering is that Qt Widgets was moved out of the QtGui module, into its own module. This happened in Qt 5 (? I think?) - QGuiApplication was created, so there was no dependence on Qt Widgets when you create a Qt QML application.
That was much longer than 3 years ago though.
qml can be compiled to C++, but if it's got complex javascript, it won't use the cached C++ conversion.
Читать полностью…
all 3d widgets. but that retro style can be created with some hassle
anyway, I dont have enough experience. just a recommendation for technology to ease your work and concentrate on problem
There are things that are tricky to do in qml though. Like creating a tree view with desktop look and feel.
Читать полностью…
then see what fits you, I gave you an advice
it's hard to write with qtwidgets, better with qml but then... why not with html where you can make crazy complexity and it's easy...
data sharing is fast
good luck
but i have to write everything from scratch just to make qscintilla working in qml
Читать полностью…
Did you build it yourself? There is a USE_TLS option that should be enabled.
Читать полностью…
How can I bring tls support with ixwebsocket in c++ I get the error “TLS support is not enabled on this platform.” I have sample cmakelist.txt
Читать полностью…
Hi there, I made Docker images that are cross-compiling for Windows, both shared and static available.
You can run thisdocker run —rm -it -v `realpath .`:/build ghcr.io/julyighor/qt-windows:arch64-static_6 bash -c 'qmake && make'
and you get the binary compiled