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
Evgenii Legotckoi
Evgenii LegotckoiDec. 4, 2015, 12:18 p.m.

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

Read
Evgenii Legotckoi
Evgenii LegotckoiNov. 30, 2015, 8:49 a.m.

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

Qt - Test 001. Signals and slots

  • Result:84points,
  • Rating points4
Ua

Qt - Test 001. Signals and slots

  • Result:42points,
  • Rating points-8
ОК

Qt - Test 001. Signals and slots

  • Result:47points,
  • Rating points-6
Last comments
ИМ
Игорь МаксимовNov. 22, 2024, 4:51 p.m.
Django - Tutorial 017. Customize the login page to Django Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
Evgenii Legotckoi
Evgenii LegotckoiOct. 31, 2024, 6:37 p.m.
Django - Lesson 064. How to write a Python Markdown extension Добрый день. Да, можно. Либо через такие же плагины, либо с постобработкой через python библиотеку Beautiful Soup
A
ALO1ZEOct. 19, 2024, 1:19 p.m.
Fb3 file reader on Qt Creator Подскажите как это запустить? Я не шарю в программировании и кодинге. Скачал и установаил Qt, но куча ошибок выдается и не запустить. А очень надо fb3 переконвертировать в html
ИМ
Игорь МаксимовOct. 5, 2024, 12:51 p.m.
Django - Lesson 064. How to write a Python Markdown extension Приветствую Евгений! У меня вопрос. Можно ли вставлять свои классы в разметку редактора markdown? Допустим имея стандартную разметку: <ul> <li></li> <li></l…
d
dblas5July 5, 2024, 4:02 p.m.
QML - Lesson 016. SQLite database and the working with it in QML Qt Здравствуйте, возникает такая проблема (я новичок): ApplicationWindow неизвестный элемент. (М300) для TextField и Button аналогично. Могу предположить, что из-за более новой верси…
Now discuss on the forum
NW
Nayo WaiJan. 30, 2025, 2:22 p.m.
не запускается компьютер!!! Не запускается компьютер (точнее работает блок , но сам монитор вообще жесть)В общем я ничего с интернета не скачивала в последнее время. На компе никаких левых пр…
n
nklyJan. 3, 2025, 7:52 a.m.
Нужно запретить перемещение только некоторых итемов, остальные перемещать можно. Вопрос решен. Узнать QModelIndex элемента на который мы перетаскиваем другой элемент, можно с помощью функции indexAt(event->position().toPoint()) представления QTreeViev вызываемой в переопр…
M
MarselAug. 16, 2023, 7:26 p.m.
OAuth2.0 через VK, получение email Спасибо большое за помощь и простите за то что отнял время своей невнимательностью.
Evgenii Legotckoi
Evgenii LegotckoiJune 24, 2024, 8:11 p.m.
добавить qlineseries в функции Я тут. Работы оень много. Отправил его в бан.
t
tonypeachey1Nov. 15, 2024, 11:04 a.m.
google domain [url=https://google.com/]domain[/url] domain [http://www.example.com link title]

Follow us in social networks