Evgenii Legotckoi
Jan. 4, 2016, 9:41 p.m.

QMLQML - Lesson 022. Animation click on an item in the list Material Design style

Qt, Android, анимация, material design, QML

QML does not provide animation interactions clicks Material Design Style for Android by default, but is easily adjusted with the Rectangle primitive. Animation is to one parent, Rectangle, when clicked, you need a second child Rectangle object to stretch the …

Read
Evgenii Legotckoi
Dec. 24, 2015, 9:27 p.m.

QMLQML - Lesson 021. Switching between windows in QML

Qt, window, QtQuick, Quick, QML, Controls

One of the articles had a chance to answer the question the reader how to implement switching between windows in Q t, so that when you change an inactive window hidden. At the touch of a button opens a second …

Read
Evgenii Legotckoi
Dec. 11, 2015, 9:18 p.m.

QMLQML - Lesson 020. Introduction to Android Manifest in Qt Creator

Android Manifest, Android, Qt, QML, manifest

When it comes time to lead the development of Android on Qt, this is sooner or later we arrive at the need to work with the file AndroidManifest.xml. In this file, we have the ability to specify certain basic settings …

Read
Evgenii Legotckoi
Nov. 28, 2015, 9:06 p.m.

QMLQML - Lesson 019. Navigation Drawer in Qt Qml Android

Navigation Drawer, Qt, QtQuick, Qndroid, QML

One of the key controls in the Android app is the Navigation Drawer , but QML component is not ready for this item, but the guys from Cutehacks made your Navigation Drawer , the code of the component is laid …

Read
Evgenii Legotckoi
Nov. 27, 2015, 8:54 p.m.

QMLQML - Lesson 018. Loader in QML Qt – The working with the dynamic components

QML, QtQuick, Qt, Loader

For the organization of the dynamic components of the change is convenient to use a Loader component, which is included in QML QtQuick and is a container for components in your application, let's say that you need to periodically replace …

Read
Evgenii Legotckoi
Nov. 25, 2015, 8:43 p.m.

QMLQML - Lesson 017. Export data into CSV format from data model in QML Qt

CSV, Qt, QML, EXCEL

In that case, if you need to unload the table data from an application to a CSV file, the interface is more and is written in the QML, then hasten to this article, to give a little hint.

For example, …

Read
Evgenii Legotckoi
Nov. 24, 2015, 8:11 p.m.

QMLQML - Lesson 016. SQLite database and the working with it in QML Qt

Qt, Android, View, Model, SQLite, MVC, База данных, DataBase, QML

A small example to work with the database in QML Qt. This lesson brings together information on the use of signals and slots in the Qt QML , access to C++ classes from QML layer implementation of the application interface …

Read
Evgenii Legotckoi
Nov. 11, 2015, 7:25 p.m.

QMLQML - Lesson 015. Development QML Data Mapper – Analog of QDataWidgetMapper

QDataWidgetMapper, QMLDataMapper, Qt, QML, mapper

In the process of transferring a GUI softiny with QWidgets on QML QDataWidgetMapper found no analogue for QML. This fact was somewhat spoiling the mood. But there was nothing, but to look for other ways to implement or make their …

Read
Evgenii Legotckoi
Nov. 10, 2015, 7:06 p.m.

QMLQML - Lesson 013. Positioning with Anchors

left, centerIn, bottom, Qt, anchors, right, top, QML

In addition to the more traditional Grid , Row , and Column , Qt Quick also provides a way to layout items using the concept of anchors . Each item can be thought of as having a set of 7 …

Read
Evgenii Legotckoi
Nov. 9, 2015, 3:03 p.m.

QMLQML - Lesson 012. Data transmission from the TextInput in ListView (Model / View)

TextInput, ListView, ListModel, Qt, Android, View, Model, QML, Delegate

Working with the ListView in QML is a fairly common aspect in the development of Android applications, since many applications have in their functional building lists of data, records, settings, etc. It is also true in developing a Desktop applications …

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