Qt → What's New in QML in Qt 5.15
While big changes are expected in Qt 6.0, QML has already received some new language features in 5.15. Read on to learn about required properties, built-in components, and nullish coalescing.
Required Properties
Sometimes you have components that require some property …
ReadQt → QML Type Registration in Qt 5.15
qmlRegisterType, QMetaType, qmlRegisterSingletonType, Qt, QML, QML_ELEMENT
Qt 5.15 provides a much improved way to represent C++ types for QML. Now you can specify the name and version of your module in a central place, and you no longer need to specify minor versions or revisions. In …
ReadSoftware → Release of C++/Qt and QML application deployment utility CQtDeployer v1.4.0 (Binary Box)
с++, Installer, cqtdeployer, deployment, самодостаточные установщики, qml
Almost half a year later, a major update of the CQtDeployer deployment utility was released.
This update has many innovations, but the main emphasis is on creating packages.
CQtDeployer 1.4.0
Fixes
- Fixed The help output in the console, now the …
Python → How to Remove the last word from string in Python
To remove the last word from string we need to follow these steps
- convert the string to list by using split() function
- remove the last item from the list
- convert the list to string
example
Read#string string = "hello world" …
Qt → Custom client side window decorations in Qt 5.15
This is fresh news about a new feature in Qt 5.15 that is very exciting.
Traditionally, window treatments have been a pretty boring thing. Title, Limit, Minimize, Maximize, Resize, Exit... and that's it.
However, more and more applications have recently …
ReadQt → Emotional UX design for creating desired products
One product can rarely satisfy everyone, so it's important to understand both the real and hidden needs of your intended users. The product must provide the functionality to meet their real needs, and it must be easy for them to …
ReadAndroid → Android and QML - Adding Splash Screen
manifest, Splash, Android, QML
Let me show you a small example of adding Splash Screen to an application written in Qt. In this case, the Splash Screen will be added to the application using the Android ecosystem, that is, through its manifest. Adding a …
ReadQt → Cross-platform development with Qt and Visual Studio
development, Qt, Visual Studio, MSBuild
In the next release of the Qt Visual Studio tools scheduled for this summer, the developers plan to add support for Visual Studio Linux projects. Since the introduction of the Linux in C++ workload, users have been able to work …
ReadQt → Qt can now be moved!
Since version 5.14.0 Qt is roamable , i.e. you can move your Qt installation to another directory without breaking functionality or loading plugins.
What does this mean to me?
Let's move on to the role of the Qt Build Master …
ReadQt → Extending Qt Bridge
Qt Design Studio is the latest offering from the Qt company. It is an easy-to-use design tool that allows designers to import designs from Sketch and Photoshop into Qt, animate and test them on the target hardware, and turn them …
Read- Unknown akadamn
- Jan. 24, 2025, 7:14 a.m.
Qt - Test 001. Signals and slots
- Result:84points,
- Rating points4
- Unknown akadamn
- Jan. 24, 2025, 6:22 a.m.
Qt - Test 001. Signals and slots
- Result:42points,
- Rating points-8