Evgenii Legotckoi
Feb. 3, 2017, 10:55 p.m.

QMLQML - Lesson 027. Adding QML in project based on QWidget

QQuickWidget, QML, C++, QWidget

When developing your application to Qt may happen a situation where required in an application written in QWidgets implement functional written in QML. To solve such a problem can be used QQuickWidget class that is used to render QML . …

Read
Evgenii Legotckoi
Jan. 25, 2017, 9:07 p.m.

QtQt 5.8 released

Qt Lite, Qt 5.8, QML, Charts, Wayland, CAN, Modbus, Quick

On January 23, Qt Company announced the release of Qt 5.8, with a number of innovations that are quite global in nature. Let's get to know them.

Qt Lite

One of the main themes of Qt 5.8 is to make …

Read
Evgenii Legotckoi
July 14, 2016, 3:57 p.m.

QMLGame on QML - Lesson 1. Games arena and dynamic objects

JavaScript, QML, Qt, динамические объекты, игровая арена

After the first experience of writing games on Qt for Android, I want to share this experience together and offer to write a simple game in the style of "kill the mole." This is a game in which you need …

Read
Evgenii Legotckoi
July 14, 2016, 3 p.m.

QMLGame on QML - Lesson 2. Adding traces of shots and points system

GameDev, QML, Qt, система очков

After the game arena and targets were made and added, it is time to implement the targets hit, misses and charging system and cheating points.

Scoring system will be as follows:

  • In the case of near misses, I propose to …
Read
Evgenii Legotckoi
June 30, 2016, 10:53 p.m.

QMLQML - Lesson 026. Intents with Qt for Android, part 1

QML, Qt, Android, Intent

The “ intent ” is the main facility for interprocess communication on Android. Basically, an intent is an object that is processed by the operating system and then passed to one or more of the installed applications based on its …

Read
Evgenii Legotckoi
June 28, 2016, 1:34 p.m.

QtQt Certification

Qt, QML, Certification, Сертификация

Since 2009 it has been possible to pass the Qt certification exam and become a Certified Qt Developer or Qt Specialist. The exams and certifications have now been updated to cover the latest Qt features. In order to support quality …

Read
Evgenii Legotckoi
June 5, 2016, 10:43 p.m.

QMLQML - Lesson 025. Dynamic translation of multilanguage application on QML

QTranslator, перевод, Qt, QML, translation

Once we have learn how to make the translation of the application interface at Qt/C++ , it is time to research possibilities of dynamic translation application interface which is written in QML.

In developing the QML to have a couple …

Read
Evgenii Legotckoi
April 16, 2016, 10:23 p.m.

QMLQML - Lesson 024. Custom QQuickItem – How to add QML object from C++

Custom QQuickItem, Qt, QQuickItem, QQuickPaintedItem, QML

QML objects in Qt is quite wonderful, easy to work with them, but what if it becomes standard objects is not enough? Then you can make your own object to program it in C++ and QML implement the logic layer. …

Read
Evgenii Legotckoi
Feb. 2, 2016, 10:10 p.m.

QMLQML - Lesson 023. The hunt for bugs in the transmission pointer to QObject in QML

bug, Qt, pointer, JavaScriptOwnership, QML, указатель

One of the most vile and little predictable bugs are those that arise in an uncertain time. Among these include a bug that appears when the pointer is transmitted to the QObject in QML layer. The problem is that if …

Read
Evgenii Legotckoi
Jan. 27, 2016, 9:27 p.m.

QtUsing Qt 3D to render music

Audio, QML, Qt, 3D, quick

Translation of official news by Titta Heikkala

Since the development of the Qt 3D module is in progress, we would like to provide it for review and testing of how music can be rendered using this module. The result of …

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