QML → QML - Tutorial 035. Using enumerations in QML without C ++
Well, finally they finally got it !!! There was an opportunity to declare enums immediately in QML without dancing with C ++. How to add your enumerations to QML through C ++ I described in this article . In fact, …
QML → Say hello to Qt Quick pointer handler
We know that over the years Qt Quick's multi-touch support has been inadequate in many of its use cases. We have a PinchArea , to handle zooming, rotating and dragging with two fingers; and MultiPointTouchArea , which can be used …
QML → QML - Tutorial 034. Transfer of data structures from the C ++ application layer to the QML layer
QML, Qt, Meta, Q_INVOKABLE
One of the undoubted advantages of QML in Qt is that it allows a fairly sharp separation of backend logic from the application interface. That is, we write all the backend in C ++, and in QML we only display …
QML → QML - Tutorial 033. Connecting JavaScript files to other JavaScript files in a Qt / QML project
In the framework of the project on QML there is an opportunity not only to connect JavaScript files in QML files, but also in other JavaScript files. The syntax for connecting these files will be similar to that used in …
QML → QML - Tutorial 032. Create Custom QuickItem from C ++ using OpenGL tools
QQuickItem, QQuickPaintedItem, QML, Qt, C++
In tutorial 024 , I showed an example of creating a custom QML object in C ++ using QQuickPaintedItem , which has a paint() method, and in this paint method, you can draw the necessary objects on the graphics scene …
QML → Running Qt Applications in a Browser Using the WebGL Plugin
An interesting feature that came in Qt 5.10 is a new Qt back-end that uses WebGL for rendering. This allows Qt applications (with some restrictions) to run in a web browser that supports WebGL.
What it is?
The new back-end …
QML → QML - Tutorial 031. Disable the system window framing in QML and write the code for processing the move and resize windows
QML, Qt, Frameless Window, Custom Style
If for some reason, you decide to abandon the standard system window frame and implement all the Title Bar windows on your own in QML, then you can easily implement this with QML, which is even easier than in C …
QML → QML - Tutorial 030. Registering a QML Type as a Singleton object
In addition to C ++ classes in QML, Singleton can also use QML types, which are separate QML files.
This is also used by qmlRegisterSingletonType , but in order for this type to work as a singleton of the object, …
QML → QML - Tutorial 028. Registration of custom enum in QML
In order to use enum enum enumerations in Q ++, you need to create a class inherited from QObject and register it as a QML Type before running the QML engine in the application.
To learn, create a project using …
PyQt5 → PyQt5 - Lesson 007. Works with QML QtQuick (Signals and slots)
PyQt5, QML, QtQuick, Signal, Slot
And now we will go deeper into the work with Qt using PyQt5, taking advantage of modern Qt features. By such possibilities I mean QtQuick and QML. PyQt5 allows you to use Qt classes that can process QML code, and …
- 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 вызываемой в переопр…