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 005. Using a Sprite and AnimatedSprite in QML Qt
animatedsprite, sprite, Qt, sprite sequence, QML
Once on the sprites was written three lessons by drawing them to their practical application in Qt in this and this article, I believe that we can not ignore the use of sprites in QML Qt.
Sprites are used in …
Qt → GameDev on Qt - Tutorial 5. The explosion of bullets using sprite images
sprite sheet, sprite, GameDev, QPixmap, Спрайт, explosion. взрыв, Qt, Bullet
In previous articles we have learned to draw a sprite image and apply it to Qt via QPixmap so we turned animated explosion. And now we need to put this very explosion at precisely the place where the bullet hits. …
Qt → Qt/C++ - Lesson 028. How to use sprite picture with QPixmap?
sprite QPixmap, sprite, QPixmap, Qt, Qt sprite
Once we have drawn sprite last lesson on working with Adobe Illustrator , it's time to apply the resulting image when working with Qt and add it to the program using QPixmap . Moreover, we do Animated sprite, and see …
Qt → GameDev on Qt - Tutorial 4. Collision Detection in Qt (2D)
Коллизия, GameDev, Qt, Collision
Collision detection is one of the important aspects in GameDev. As it relates to the Conflict absolutely everything: hit the enemy bullets, bullets hit your hero, the hero of the body crossing the walls, crossing the body of the hero …
Qt → Qt/C++ - Lesson 023. Moving QGraphicsItem on QGraphicsScene with mouse help
QGraphicsScene, Qt урок, QGraphicsItem, перетаскивание, Qt
Let's say that you make an application that will be displayed the elements of the network infrastructure on the graphic scene . The question is how to make the movement of these elements with the mouse, you have to implement …
Qt → Qt WinAPI - Lesson 007. Working with ICMP Ping in Qt
Immediately I want to upset you, dear readers. Qt does not have the functionality to work with the ICMP protocol and therefore have to use for this purpose API target operating system. However, this is not surprising. The ICMP protocol …
Qt → GameDev on Qt - Tutorial 3. Destroying opponents
In two previous articles, where we taught the hero to track the cursor and shoot towards the goal , it's time to add the targets to the gameand start to destroy them. The destruction of the target will occur when …
Qt → GameDev on Qt - Tutorial 2. Bullet Writing class for shooting in Qt
Once we started to manage their hero, and his gaze is always turned toward the goal, it's time to write a class of Bullet, which will be responsible for the bullets and their flight on the gaming scene. The mechanics …
Qt → GameDev on Qt - Tutorial 1. Track mouse movement in QGraphicsScene
QGraphicsScene, отслеживание, cursor, GameDev, Qt, mouse
Everyone remembers the game Crimsonland ? There had to cut stacks of monsters. To move on the playing field, we used the keys W, A, S, D, and shooting direction the mouse cursor, which was produced track. So, in itself …
- 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 вызываемой в переопр…
- Спасибо большое за помощь и простите за то что отнял время своей невнимательностью.