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
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.
Читать полностью…
Welcome to the group, @manager_greystone! :-)
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, @mi_s_h_ra! :-)
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, @gengshenchen! :-)
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. :)
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
As promised, it's not perfect yet but good enough for me :)
https://gitlab.com/kugiigi1/convergent-qml-image-viewer
Welcome to the group, @Parth180! :-)
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. :)
is there a Qt vendor here on this group? our company is planning to buy enterprise license but we need more details on this , we already talk with one of the vendor from the korea but they cant give all the details
Читать полностью…