Qt → Qt WinAPI - Lesson 010. How to check if file writing is prohibited by another process.
Surprisingly, in the course of my professional activity, I stumbled upon one interesting feature of QFile. With it, you can check whether it is possible to read or write information to a file. But at the same time, QFile ignores …
Qt → Qt - WinAPI. How to show a running application on top of your application
There was at me somehow a problem to operate applications - the services written on Qt, from application - a kernel written also on Qt. And, if the service application is not running, then it should be started, and if …
Qt → Qt WinAPI - Lesson 009. SetWindowsHookEx - Logging mouse events via WinAPI
Hook, mouse, Qt, WinAPI, SetWindowsHookEx
Functional WinAPI allows by using hooks to monitor system events, such as mouse movement and clicks. This functionality based on callback functions, so if you want to use the Qt system of signaling and slots , you will need to …
Qt → 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 …
Qt → Qt WinAPI - Lesson 006. Parsing QKeySequence for RegisterHotKey in WinAPI
Qt, RegisterHotKey, горячие клавиши, HotKey, WinAPI, QKeySequence
QKeySequence very different from the sequence of hotkeys in WinAPI . QKeySequence actually is a string in which the separator hotkeys are "+" sign, as well as the sequence ", " , if several sequences. Then, as in WinAPI there …
Qt → Qt WinAPI - Lesson 005. Global HotKey WinAPI in Qt5
UnregisterHotKey, Qt, RegisterHotKey, горячие клавиши, HotKey, WinAPI
To work with global HotKey in Qt5 , there is a virtual method nativeEvent . This method replaces the methods winEvent , x11Event , macEvent of Qt 4.8 .
The especiality in the HotKey to Qt is that if the …
Qt → Qt WinAPI - Lesson 008. Adding Qt application into Windows autorun using QSettings
автозагрузка, Qt, автозапуск, WinAPI, Windows
As is known, QSettings class allows you to store application settings in the registry of Windows . Due to this possibility, and a good knowledge of your Windows registry, you can add an application to autostart, or remove it from …
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 → How to make game using Qt - Lesson 1. Control of object
QGraphicsScene, написать игру, WinAPI, GameDev, QGraphicsItem, getasynckeystate, Qt
With this lesson begins a series of articles on how to write a play on Qt. In the previous article it was told about the system of positioning of graphical elements QGraphicsItem in the graphic scene QGraphicsScene . It was …
Qt → Qt WinAPI - Lesson 002. How to make win installer for Qt apllication?
WinAPI, Инсталлятор, InnoSetup, Windows, Qt, DLL
In the previous article we learned how to quickly collect all used in the project DLL-libraries. And now it is time to talk about how to build an installer for OS Windows. For a long time I use quite comfortable …
- 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
- МАApril 1, 2025, 4:21 p.m.0ff763fe-4e50-455d-a3a6-5699c243b1a5_17_44_22_1.xml
- fFeb. 15, 2025, 1:46 p.m.Подскажите, пожалуйста! Как данный класс можно дополнить, чтобы созданные объекты можно было перемещать мышкой по сцене?
- Не запускается компьютер (точнее работает блок , но сам монитор вообще жесть)В общем я ничего с интернета не скачивала в последнее время. На компе никаких левых пр…
- Вопрос решен. Узнать QModelIndex элемента на который мы перетаскиваем другой элемент, можно с помощью функции indexAt(event->position().toPoint()) представления QTreeViev вызываемой в переопр…