Qt → A fast and thread-safe pool allocator for Qt - Part 2
Qt, allocator, thread, performance
The first part of this article series looked at a pool allocator optimized for small allocations. The developers have said that they do a lot in Qt by allocating QEvent or QObject instances, and a specialized allocator can be useful …
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 …
Qt → A fast and thread-safe pool allocator for Qt - Part 1
Qt, thread, performance, allocator
The code on which this article is based is under development, with various commits pending under the Allocator topic. Note that the code uses various C++17 features.
A few months ago, the Qt Company developers were working on fixing how …
Qt → Running Qt Quick on Vulkan, Metal, and Direct3D - Part 3
Windows, Qt, OpenGL, Vulkan, macOS, Quick, Graphics, Embedded, Desktop
In the third part of the Qt graphics series, we'll look at how shaders are handled in Qt Quick in Qt 5.14 when switching the scene graph to rendering through QRhi and the Qt Rendering Hardware Interface (Qt's hardware rendering …
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 …
Qt → Running Qt Quick on Vulkan, Metal and Direct3D - Part 2
Vulkan, Quick, macOS, Qt, Embedded, Windows, Graphics, Desktop, OpenGL
Let's pick up where we left off in the first article. An example of a Qt Quick application running on Linux on top of OpenGL and Vulkan was considered. We also saw the Vulkan frame capture in RenderDoc, which is …
Qt → Launch Qt Quick on Volcano, Metal and Direct3D
Vulkan, Quick, Qt, Embedded, windows, Graphics, Desktop, MacOS, OpenGL
Now that the first beta version of Qt 5.14 is approaching, it's time to talk about one of the most important new features. It's difficult to cover all the details regarding the graphics stack improvements and the path to Qt …
Qt → Cloud providers and telemetry via Qt MQTT
Google, Qt, iot, mqtt, telemetry
MQTT is an important standard for telemetry, especially in the IoT scenario.
The Qt Company is often approached by Qt customers and users to learn how to connect to various cloud providers and preferably keep the list of requirements short. …
Qt → Qt/C ++ - Tutorial 089. Buttons with absolute positioning inside QGraphicsView
Qt, QGraphicsView, QWidget, QPushButton
Considering the number of questions on the forum related to how to add buttons inside QGraphicsView, I decided to write a small tutorial on this topic. Moreover, there are various variations of the question. It can be a regular button, …
- 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 вызываемой в переопр…