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 …
ReadQt → 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 …
ReadQt → Qt/C++ - Lesson 041. JSON file – How to get from site and parsing it
QJsonArray, QNetworkAccessManager, JSON, QJsonObject, QJsonDocument, QJsonValue
In the process of writing programs EColor appeared a problem in which it was necessary in some way to notify the user that a new version of the program. The solution to this problem was the presence of JSON file …
ReadQt → Qt/C++ - Lesson 031. QCustomPlot – The build of charts with time
график, QDateTime, Qt, время, QCustomPlot
QCustomPlot Library has the ability to charting the scale of time, which is useful in analyzing the data, which change over time. To do this, you need to install a signature style to the time axis as QCPAxis::ltDateTime. And then …
ReadQML → QML - 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 …
ReadQt → Qt/C++ - Lesson 037. The two-dimensional array using QVector
Qt, QVector, двумерный, одномерный, массив
Class QVector relates to a container class, and provides access to the items on the index, as well as a number of additional methods for ease of operation.
QVector instance of the class is essentially a one-dimensional array of objects. …
ReadQt → Qt/C++ - Lesson 032. Saving picture in file from QCustomPlot
png, jpg, bmp, Qt, файл, сохранение, QCustomPlot, pdf
In a previous article on working with QCustomPlot was an example of the use of this library. But after the schedule is built, it may be necessary to make its preservation as a graphic file. QCustomPlot Library already provides methods …
ReadQt → Qt/C++ - Lesson 036. QWebView – How to make simple browser on the Qt
браузер, QWebView, webkit, Qt, ssl
Note: The lesson is deprecated. With version Qt5.6 must use WebEngine
Well, who among us does not want to write your browser? Come on, do not deny it thought about the browser exactly were. So, the Qt has QWebView class …
ReadQt → Qt/C++ - Lesson 035. Downloading files via HTTP with QNetworkAccessManager
http, скачивание файла, Qt, QNetworkAccessManager
To work with a network other than using QTcpSocket or QUdpSocket classes can use QNetworkAccessManager. This class provides the functionality to send requests across a network and get answers and easy to work with the HTTP protocol.
Therefore I propose …
ReadQML → 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 …
ReadQt → Qt/C++ - Lesson 034. Echo Server based on QTcpServer
ECHO, Qt, QTcpSocket, QTcpServer, ECHO server
To work with TCP / IP stack Qt provides QTcpServer, QTcpSocket, and QUdpSocket classes. For the first acquaintance with the work of the local network write Echo server. Task echo server to send back to the sender of the data …
ReadQt → Qt/C++ - Lesson 033. Working with QGraphicsObject instead of QGraphicsItem
QGraphicsScene, GameDev, QGraphicsItem, Qt, QGraphicsObject
My attention was drawn to the fact that for working with signals and slots instead of a class inherited from QGraphicsItem and from QObject , you can use a class inherited from QGraphicsObject . Indeed, if a little rummage in …
Read- Akiv Doros
- Nov. 12, 2024, 1:58 a.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:50points,
- Rating points-4
- molni99
- Oct. 26, 2024, 11:37 a.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:80points,
- Rating points4
- molni99
- Oct. 26, 2024, 11:29 a.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:20points,
- Rating points-10