Django → Django Rest Framework - Tutorial 001. Adding Token Authentication
Django Rest Framework, QML, Authentication, Token, drf, Felgo
At the moment I am actively working on an application that will work with the REST API of a Django site. And one of the first steps was to set up user authentication by token, but in order for this …
Qt → Release of the C++/Qt and QML application deployment utility CQtDeployer v1.5.0
deploy, cqtdeployer, QML, Qt, deb
Release of the C++/Qt and QML application deployment utility CQtDeployer v1.5.0
This is the first major update in 2021. CQtDeployer 1.5 contains many useful improvements. The biggest improvements are the addition of the ability to package deb packages, and the …
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 …
Qt → 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 …
Android → 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 …
Qt → Qt Design Studio 1.4 Beta released
Quick, Qt, Release, QML, UI, UX
We are happy to announce the beta version of Qt Design Studio 1.4
Qt Design Studio is a User Interface (UI) design and development tool that allows designers and developers to rapidly prototype and develop complex user interfaces. Both designers …
QML → QML - Tutorial 038. Using the clip property to crop child objects inside Item or Rectangle
clip, ListView, OpacityMask, QML
Quite often, the same question arises on the forum regarding the problem of displaying content embedded in any QML objects.
The most common manifestation of this problem is when ListView content scrolls beyond its scope. In any case, this is …
QML → QML - Tutorial 037. Customizing Buttons in QML (Update Lesson 002)
Custom Button QML, Custom, QML
At the request of one of the users, I am updating one of the first lessons in accordance with the current status of Qt. Namely, a new lesson will be written using Qt Quick Controls 2.
Namely, we customize the …
QML → QML - Tutorial 036. Working with Signals and Slots in QML
This article is the most comprehensive description of signals and slots in QML compared to all previous articles on this site.
In this article, I will try to explain the following when working with Qt/QML + Qt/C++:
- ways to declare …
Projects based on Qt → Release of C ++ / Qt deployment utility CQtDeployer v1.3.0
Qt, cqtdeployer, deployment, QML
The release of the cross-platform utility CQtDeployer is presented. The utility received a number of new features. The source code for the CQtDeployer components is licensed under LGPLv3 and is freely available on GitHub . This utility is used as …
- Last comments
- AKApril 1, 2025, 11:41 a.m.Добрый день. В данный момент работаю над проектом, где необходимо выводить звук из программы в определенное аудиоустройство (колонки, наушники, виртуальный кабель и т.д). Пишу на Qt5.12.12 поско…
- VPMarch 9, 2025, 4:14 p.m.Здравствуйте! Я устанавливал Qt6 из исходников а также Qt Creator по отдельности. Все компоненты, связанные с разработкой для Android, установлены. Кроме одного... Когда пытаюсь скомпилиров…
- ИМNov. 22, 2024, 9:51 p.m.Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
- Now discuss on the forum
- МАApril 1, 2025, 4:21 p.m.0ff763fe-4e50-455d-a3a6-5699c243b1a5_17_44_22_1.xml
- fFeb. 15, 2025, 1:46 p.m.Подскажите, пожалуйста! Как данный класс можно дополнить, чтобы созданные объекты можно было перемещать мышкой по сцене?
- Не запускается компьютер (точнее работает блок , но сам монитор вообще жесть)В общем я ничего с интернета не скачивала в последнее время. На компе никаких левых пр…
- Вопрос решен. Узнать QModelIndex элемента на который мы перетаскиваем другой элемент, можно с помощью функции indexAt(event->position().toPoint()) представления QTreeViev вызываемой в переопр…