QML → 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 …
ReadQt → Qt/C++ - Lesson 027. Polymorphism in Qt by the example of geometric shapes in QGraphicsScene
QGraphicsScene, Qt уроки, figure, QGraphicsItem, ооп, Полиморфизм, пример, Qt, square, triangle
Polymorphism is one of the paradigms of OOP (Object Oriented Programming). Polymorphism implements the ability to provide base-class properties and methods, the implementation of which is not known for future classes that inherit from this class. That is the base …
ReadQt → Qt/C++ - Lesson 030. QCustomPlot – Introduction into working with charts
график, QCPItemTracer, Qt5, QCPCurve, QCustomPlot
Constantly I hear about QCustomPlot on working with graphs to Qt, but on the start of the made in one my application I worked without special libraries, and now in a same moment decided to get acquainted with this library. …
Read- Unknown akadamn
- Jan. 24, 2025, 12:14 p.m.
Qt - Test 001. Signals and slots
- Result:84points,
- Rating points4
- Unknown akadamn
- Jan. 24, 2025, 11:22 a.m.
Qt - Test 001. Signals and slots
- Result:42points,
- Rating points-8
- Оля Куликова
- Jan. 20, 2025, 11:28 a.m.
Qt - Test 001. Signals and slots
- Result:47points,
- Rating points-6