Evgenii Legotckoi
Evgenii LegotckoiJan. 3, 2016, 11:35 a.m.

QtQt 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 …

Read
Evgenii Legotckoi
Evgenii LegotckoiJan. 2, 2016, 12:30 p.m.

QtQt 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 …

Read
Evgenii Legotckoi
Evgenii LegotckoiJan. 2, 2016, 10:33 a.m.

QtQt/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 …

Read
Evgenii Legotckoi
Evgenii LegotckoiDec. 27, 2015, 9:09 a.m.

QtQt/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 …

Read
Evgenii Legotckoi
Evgenii LegotckoiDec. 24, 2015, 10:27 a.m.

QMLQML - 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 …

Read
Evgenii Legotckoi
Evgenii LegotckoiDec. 23, 2015, 12:07 p.m.

QtQt/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. …

Read
Evgenii Legotckoi
Evgenii LegotckoiDec. 23, 2015, 9:36 a.m.

QtQt/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 …

Read
Evgenii Legotckoi
Evgenii LegotckoiDec. 18, 2015, 11:30 a.m.

QtQt/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 …

Read
Evgenii Legotckoi
Evgenii LegotckoiDec. 13, 2015, 10:58 a.m.

QtQt/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 …

Read
Evgenii Legotckoi
Evgenii LegotckoiDec. 11, 2015, 10:18 a.m.

QMLQML - 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 …

Read
Evgenii Legotckoi
Evgenii LegotckoiDec. 8, 2015, 10:20 a.m.

QtQt/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 …

Read
Evgenii Legotckoi
Evgenii LegotckoiDec. 6, 2015, 9:47 a.m.

QtQt/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
AD

C ++ - Test 004. Pointers, Arrays and Loops

  • Result:50points,
  • Rating points-4
m

C ++ - Test 004. Pointers, Arrays and Loops

  • Result:80points,
  • Rating points4
m

C ++ - Test 004. Pointers, Arrays and Loops

  • Result:20points,
  • Rating points-10
Last comments
Evgenii Legotckoi
Evgenii LegotckoiNov. 1, 2024, 12:37 a.m.
Django - Lesson 064. How to write a Python Markdown extension Добрый день. Да, можно. Либо через такие же плагины, либо с постобработкой через python библиотеку Beautiful Soup
A
ALO1ZEOct. 19, 2024, 6:19 p.m.
Fb3 file reader on Qt Creator Подскажите как это запустить? Я не шарю в программировании и кодинге. Скачал и установаил Qt, но куча ошибок выдается и не запустить. А очень надо fb3 переконвертировать в html
ИМ
Игорь МаксимовOct. 5, 2024, 5:51 p.m.
Django - Lesson 064. How to write a Python Markdown extension Приветствую Евгений! У меня вопрос. Можно ли вставлять свои классы в разметку редактора markdown? Допустим имея стандартную разметку: <ul> <li></li> <li></l…
d
dblas5July 5, 2024, 9:02 p.m.
QML - Lesson 016. SQLite database and the working with it in QML Qt Здравствуйте, возникает такая проблема (я новичок): ApplicationWindow неизвестный элемент. (М300) для TextField и Button аналогично. Могу предположить, что из-за более новой верси…
k
kmssrFeb. 9, 2024, 5:43 a.m.
Qt Linux - Lesson 001. Autorun Qt application under Linux как сделать автозапуск для флэтпака, который не даёт создавать файлы в ~/.config - вот это вопрос ))
Now discuss on the forum
Evgenii Legotckoi
Evgenii LegotckoiJune 25, 2024, 1:11 a.m.
добавить qlineseries в функции Я тут. Работы оень много. Отправил его в бан.
t
tonypeachey1Nov. 15, 2024, 5:04 p.m.
google domain [url=https://google.com/]domain[/url] domain [http://www.example.com link title]
NSProject
NSProjectJune 4, 2022, 1:49 p.m.
Всё ещё разбираюсь с кешем. В следствии прочтения данной статьи. Я принял для себя решение сделать кеширование свойств менеджера модели LikeDislike. И так как установка evileg_core для меня не была возможна, ибо он писался…
9
9AnonimOct. 25, 2024, 7:10 p.m.
Машина тьюринга // Начальное состояние 0 0, ,<,1 // Переход в состояние 1 при пустом символе 0,0,>,0 // Остаемся в состоянии 0, двигаясь вправо при встрече 0 0,1,>…

Follow us in social networks