Qt → Qt/C++ - Tutorial 085. Work with QJsonObject, QJsonArray, QJsonDocument. Save and load JSON from files
Qt5, QJsonArray, QJsonObject, QJsonDocument, JSON, Qt
Consider a small example of the formation of a JSON document from, for example, the text and the title of this text.
For example, the text has:
- Title - First Title
- Content - First Content
And so on
We will …
Qt → New in the Wayland Platform Plugin in Qt 5.11
Wayland is the display server protocol on modern Linux systems. The Qt Wayland platform plugin allows applications to use the Wayland display server (compositor)
In addition to bug fixes, the 5.11 release of Qt contains a significant number of improvements, …
Qt → Are you ready for Qt Quick Controls 2.3?
Qt5, Qt Quick Controls, Dev Loop, ui, Qt 5.10
With the release of Qt 5.10, Qt Quick Controls 2.3 will be available.
New functionality in Qt Quick Controls 2.3:
- New styles
- Menu and actions (Actions)
- Palettes
New styles
Two new styles have been introduced: Fusion and Imagine . The …
Qt → Qt/C++ - Tutorial 073. Signals and slots. Connecting Slots to Overloaded Signals in the Qt5 Syntax
Quite a frequent problem when working with signals with slots in Qt5, according to my observations on the forum, is the connection of slots in the syntax on the pointers to signals having an overload of the signature. The same …
Qt → Qt/C ++ - Tutorial 071. Dynamic creation of graphs with QtCharts.
We will analyze the creation of graphs when it is necessary to add a large number of graphs, which are created dynamically. A similar lesson was already in the article on dynamically creating widgets, only there were added QPushButton buttons. …
Qt → 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. …
Qt → Qt/C++ - Lesson 021. The drawing mouse in Qt
QGraphicsScene, рисование QGraphicsScene, Qt урок, рисование, Рисование Qt, рисование мышью, Qt5, Qt
In this lesson, let us learn drawing with the mouse in Qt, based on the most primitive analogue Paint using QGraphicsScene . No adjustments or brush size, or palette, or special effects, and a red line, which we will draw …
- 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 вызываемой в переопр…