Evgenii Legotckoi
Dec. 15, 2017, 3:02 p.m.

QMLQML - Tutorial 035. Using enumerations in QML without C ++

QML, enum, enumerations

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, …

Read

QMLSay hello to Qt Quick pointer handler

QML, Qt Quick

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 …

Read
Evgenii Legotckoi
Nov. 27, 2017, 1:42 p.m.

QMLQML - 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 …

Read
Evgenii Legotckoi
Nov. 6, 2017, 5:05 p.m.

QMLQML - Tutorial 033. Connecting JavaScript files to other JavaScript files in a Qt / QML project

QML, JavaScript, import

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 …

Read
Evgenii Legotckoi
Nov. 1, 2017, 12:40 p.m.

QMLQML - 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 …

Read

QMLRunning Qt Applications in a Browser Using the WebGL Plugin

QML, Qt, WebGL, 3D

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 …

Read
Evgenii Legotckoi
Sept. 14, 2017, 2:05 a.m.

QMLQML - 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 …

Read
Evgenii Legotckoi
July 5, 2017, 5:14 p.m.

QMLQML - Tutorial 030. Registering a QML Type as a Singleton object

QML, singleton

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, …

Read
Evgenii Legotckoi
July 1, 2017, 4:03 p.m.

QMLQML - Tutorial 028. Registration of custom enum in QML

QML, enum, qmlRegisterType

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 …

Read
Evgenii Legotckoi
April 3, 2017, 12:22 a.m.

PyQt5PyQt5 - 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 …

Read
  • Last comments
  • AK
    April 1, 2025, 11:41 a.m.
    Добрый день. В данный момент работаю над проектом, где необходимо выводить звук из программы в определенное аудиоустройство (колонки, наушники, виртуальный кабель и т.д). Пишу на Qt5.12.12 поско…
  • Evgenii Legotckoi
    March 9, 2025, 9:02 p.m.
    К сожалению, я этого подсказать не могу, поскольку у меня нет необходимости в обходе блокировок и т.д. Поэтому я и не задавался решением этой проблемы. Ну выглядит так, что вам действитель…
  • VP
    March 9, 2025, 4:14 p.m.
    Здравствуйте! Я устанавливал Qt6 из исходников а также Qt Creator по отдельности. Все компоненты, связанные с разработкой для Android, установлены. Кроме одного... Когда пытаюсь скомпилиров…
  • ИМ
    Nov. 22, 2024, 9:51 p.m.
    Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
  • Evgenii Legotckoi
    Oct. 31, 2024, 11:37 p.m.
    Добрый день. Да, можно. Либо через такие же плагины, либо с постобработкой через python библиотеку Beautiful Soup