Qt → Qt/C++ - Lesson 047. QThread – How to make threads in Qt
One of the most common ways to create a separate parallel threads in an application to Qt , and perform useful tasks in them is the inheritance of QThread class and override the method run() , which will be carried …
ReadQML → QML - 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. …
ReadC++ → PTZ-camera control. Protocol Pelco-P
In the previous article I was considered an option to work with Pelco-D protocol, and now look to work with Pelco-P protocol - a modified variation of the previous PTZ-camera control protocol, which is also developed by the same name …
ReadC++ → PTZ-camera control. Pelco-D protocol
Pelco, PTZ, протокол, Pelco-D, камера
Pelco-D - is a PTZ-camera control protocol developed by the same name by Pelco. As a rule, used over RS482/485 interface for communicating with cameras equipped with servo drives.
Pelco-D protocol has in the arsenal of a set of standard …
ReadQt → Three Steps to a Successful Embedded System with Qt
emdedded, Qt, встраиваемые системы
Embedded product development requires three major steps: hardware platform selection, operating system selection, and user interface (UI) development. All three of these steps are closely related to each other and have a significant impact on time to market, project costs …
ReadQt → Qt/C++ - Lesson 045. SvgReader on the Qt. Loading data from SVG file into QGraphicsScene
Svg Reader, SVG, Qt, QGraphicsScene
In the last article I was considered an example of how to save objects in a graphical scene SVG file, and then we were able to open it in CorelDraw. Now try the same file open and restore the graphics …
ReadQt → Qt/C++ - Lesson 044. Saving objects from QGraphicsScene into SVG
SVG, Qt, CorelDraw, QGraphicsScene
Using Qt, you can save the contents of the graphic scene QGraphicsScene to SVG vector graphics files that are opened without problems after such editors as CorelDraw. I propose to write a small application that will save the contents of …
ReadQt → Qt WinAPI - Lesson 003. How to use windeployqt for collect all DLL?
windows, Qt, WinAPI, windeployqt, DLL
In one of the lessons of the Qt it has already been shown how to collect all the DLL, used in the project for the training program for use on other PCs running Microsoft Windows, and now propose to get …
ReadQt → Qt Virtual Keyboard Updated with Handwriting Recognition
Blog, HWR, Qt, Qt Virtual Keyboard, новости
Translation of the official news, By Rainer Keller
We are proud to announce a new release of Qt Virtual Keyboard with Handwriting Recognition (HWR), improved performance, Nuance T9 integration, and support for Traditional Chinese!
Qt Virtual Keyboard has been updated …
Read- Unknown akadamn
- Jan. 24, 2025, 7:14 a.m.
Qt - Test 001. Signals and slots
- Result:84points,
- Rating points4
- Unknown akadamn
- Jan. 24, 2025, 6:22 a.m.
Qt - Test 001. Signals and slots
- Result:42points,
- Rating points-8