
How to choose the right technology for healthcare software development?
Nowadays, software development is an integral part of the medical project creation. It is not a surprise as medical software solutions […]
Check out our blog posts for technical tips and news describing live of our group and projects we are working on.
Nowadays, software development is an integral part of the medical project creation. It is not a surprise as medical software solutions […]
Optimization is a crucial part of the software development process, which supports meeting many business goals, however, it requires resources […]
Qt World Summit is the yearly event organized by The Qt Company for all the people interested in Qt QML coding, UX/UI designing using Qt tools, quality assurance software and in general project development using Qt framework. So it doesn’t matter if you are a developer, tester, designer or manager. Qt World Summit 2022 is an event for you.
The event takes place on Wednesday 9th November from 09:00 AM to 02:00 PM CET. It’s fully online and you can register here.
We continue our series of blog posts about integrating C++ and QML. Last time we covered registering C++ types as singletons in QML. Today we will proceed with another frequently used technique in Qt software development ― utilizing C++ enums in QML code. In this article we continue using the most recent method of integrating C++ code and QML ― CMake command qt_add_qml_module().