QML → QML - 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 …
QML → QML - 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 …
QML → QML - 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 …
QML → QML - 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 …
QML → QML - Lesson 007. ListView. Dynamic creation and deletion of elements
ListView, ListModel, Qt, Android, ListItem, QML
I have already told in the article about the creation of dynamic widgets to Qt , how to create and delete buttons dynamically, as well as how to interact with them. And there used Vertical Layout, a case we can …
QML → QML - Lesson 009. Scalable interface in Qt QML Android
Android, Desktop, QML, Qt, scalable, scalable interface, масштабируемый интерфейс
If we talk about Scalable interface, that is scalable interfaces for developing applications on Qt, this is the main problem is that you need to create an interface that will be read perfectly on all screens, whether computer screen or …
QML → QML - Lesson 006. Custom Calendar in Qt QML or Qt QML Android
Qt, Android, Calendar, QML, CalendarStyle
In this lesson, I would like to talk about how you can customize the appearance of the Calendar object in Qt Qml. To correct such as color, font, and nicely fit it in the dialog box to select a date. …
QML → QML - Lesson 002. Custom Button in QML Android
qml, qt, qml custom button android, qml button android, qml button, Android, qml custom button, qt qml
I will begin a series of lessons on QML Android to customize a button, or better to say with styling, as in this case the term is more appropriate. We will not invoke the dialog boxes in this tutorial, but …
Android → The file on the Android OS. Read and write operations
Read and write operations to file are standard functionality of any applications that are logging the events, work with files, up to the transfer of data over the network. In this article, we consider methods of recording information in the …
Android → Toast - Customization pop-up message on the Android
Give customization of all applications under OS Android !!!
With the slogan I want to tell today about customization pop-up message (Toast) in the Android OS. In any application that is designed and developed with great care, the question may …
- 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
- fFeb. 15, 2025, 1:46 p.m.Подскажите, пожалуйста! Как данный класс можно дополнить, чтобы созданные объекты можно было перемещать мышкой по сцене?
- Не запускается компьютер (точнее работает блок , но сам монитор вообще жесть)В общем я ничего с интернета не скачивала в последнее время. На компе никаких левых пр…
- Вопрос решен. Узнать QModelIndex элемента на который мы перетаскиваем другой элемент, можно с помощью функции indexAt(event->position().toPoint()) представления QTreeViev вызываемой в переопр…
- Спасибо большое за помощь и простите за то что отнял время своей невнимательностью.