Evgenii Legotckoi
Evgenii LegotckoiSept. 21, 2015, 10:44 a.m.

QtQt/C++ - Lesson 020. QPainter – Introduction to drawing

QPainter example, QPainter пример, Qt QPainter, Qt рисование, QPainter, paintEvent

In Qt framework you have gat opportunity to draw on the graphics scene and widgets. For it you can use QPainter class. Drawing objects on the widgets can be made in paintEvent (* event) function that is called when rendering …

Read
Evgenii Legotckoi
Evgenii LegotckoiSept. 20, 2015, 12:08 p.m.

QtHow to make game using Qt - Lesson 3. Interaction with other objects

QGraphicsScene, написать игру, GameDev, QGraphicsItem, Qt, QPainter

Once the game has animated fly, which moves under the influence of the keyboard shortcuts, it is time to add meaning to the game. Add goal Fly, for example, it will eat the apples that will be counted. That is, …

Read
Evgenii Legotckoi
Evgenii LegotckoiSept. 19, 2015, 11:33 a.m.

QtHow to make game using Qt - Lesson 2. Animation game hero (2D)

написать игру, анимация, GameDev, Qt, QPainter

In the second lesson we'll get to the next aspect of the writing of the game - the hero Animation. In the last lesson it was considered as a control object in the graphic scene, and the main character played …

Read
Evgenii Legotckoi
Evgenii LegotckoiSept. 18, 2015, 10:54 a.m.

QtHow to make game using Qt - Lesson 1. Control of object

QGraphicsScene, написать игру, WinAPI, GameDev, QGraphicsItem, getasynckeystate, Qt

With this lesson begins a series of articles on how to write a play on Qt. In the previous article it was told about the system of positioning of graphical elements QGraphicsItem in the graphic scene QGraphicsScene . It was …

Read
Evgenii Legotckoi
Evgenii LegotckoiSept. 17, 2015, 10:22 a.m.

QtQt/C++ - Lesson 019. How to paint triangle in Qt5. Positioning shapes in QGraphicsScene

треугольник, QGraphicsItem, QPolygon, Рисование Qt, Qt5, Qt, Рисование Qt5, QPainter

Drawing interfaces, the formation of the database tables, work with the network - it's all good, but sometimes you want to just draw something, such as a triangle. And then of course, revive this place, so that they can be …

Read
Evgenii Legotckoi
Evgenii LegotckoiSept. 16, 2015, 5:14 a.m.

Data Transmission TechnologiesFrame Relay Technology

Frame Relay, виртуальный канал

Origin of Frame Relay technology is the end of the 80s. At this time, more and more began to receive the spread of reliable digital channels plesiochronous systems, synchronous digital hierarchy (PDH and SDH). These technologies provide a reliable high-speed …

Read
Evgenii Legotckoi
Evgenii LegotckoiSept. 15, 2015, 11:44 a.m.

QtQt/C++ - Lesson 024. Signals and Slot in Qt5

сигналы слоты Qt, сигналы Qt, слоты Qt, Qt5, слот, пример, сигнал, сигналы слоты Qt5, example

Signals and slots are used for communication between objects. The signals and slots mechanism is a central feature of Qt and probably the part that differs most from the features provided by other frameworks. Signals and slots are made possible …

Read
Evgenii Legotckoi
Evgenii LegotckoiSept. 14, 2015, 12:36 p.m.

QtQt/C++ - Lesson 018. QGraphicsItem – The inheritance and slots

QGraphicsItem, множественное наследование, QGraphicsItem слот, QGraphicsItem Qt, Qt, QGraphicsItem example

Let's talk a little about the inheritance from QGraphicsItem and application of signals and slots system in interaction with graphical objects on the graphic scene QGraphicsScene . The objective of this lesson is to create an application that on the …

Read
Evgenii Legotckoi
Evgenii LegotckoiSept. 12, 2015, 10:05 p.m.

SoftwareHow to convert mkv to avi

mkv, vlc, конвертирование, avi

"How to convert mkv to avi?" - seems to be a hackneyed topic, but here you can add something. You are not tired of the fact that when you make such a request, the search engines throw out whole bundles …

Read
Evgenii Legotckoi
Evgenii LegotckoiSept. 12, 2015, 12:12 p.m.

QtQt/C++ - Lesson 017. QGraphicsScene – How to work with graphics in Qt

QGraphicsScene, Qt, QGraphicsScene пример, QGraphicsScene Qt5, QGraphicsScene example

From this article we begin to explore the Qt graphic libraries, to be exact, QGraphicsScene. This class provides the functionality to manage a large number of 2D objects. QGraphicsScene set to QGraphicsView.

We describe the features that need to be …

Read
Дмитрий

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

  • Result:60points,
  • Rating points-1
Дмитрий

C++ - Тест 003. Условия и циклы

  • Result:92points,
  • Rating points8
d
  • dsfs
  • April 26, 2024, 2:56 p.m.

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

  • Result:80points,
  • Rating points4
Last comments
k
kmssrFeb. 9, 2024, 5:43 a.m.
Qt Linux - Lesson 001. Autorun Qt application under Linux как сделать автозапуск для флэтпака, который не даёт создавать файлы в ~/.config - вот это вопрос ))
Qt WinAPI - Lesson 007. Working with ICMP Ping in Qt Без строки #include <QRegularExpressionValidator> в заголовочном файле не работает валидатор.
EVA
EVADec. 25, 2023, 9:30 p.m.
Boost - static linking in CMake project under Windows Ошибка LNK1104 часто возникает, когда компоновщик не может найти или открыть файл библиотеки. В вашем случае, это файл libboost_locale-vc142-mt-gd-x64-1_74.lib из библиотеки Boost для C+…
J
JonnyJoDec. 25, 2023, 7:38 p.m.
Boost - static linking in CMake project under Windows Сделал всё по-как у вас, но выдаёт ошибку [build] LINK : fatal error LNK1104: не удается открыть файл "libboost_locale-vc142-mt-gd-x64-1_74.lib" Хоть убей, не могу понять в чём дел…
G
GvozdikDec. 19, 2023, 8:01 a.m.
Qt/C++ - Lesson 056. Connecting the Boost library in Qt for MinGW and MSVC compilers Для решения твой проблемы добавь в файл .pro строчку "LIBS += -lws2_32" она решит проблему , лично мне помогло.
Now discuss on the forum
G
George13May 7, 2024, 10:27 a.m.
добавить qlineseries в функции в функции: "GPlotter::addSeries(QString title, QVector &arr)" я вызываю метод setChart(...), я в конструктор передал адрес на QChartView элемент
BlinCT
BlinCTMay 5, 2024, 3:46 p.m.
Написать свой GraphsView Всем привет. В Qt есть давольно старый обьект дял работы с графиками ChartsView и есть в 6.7 новый но очень сырой и со слабым функционалом GraphsView. По этой причине я хочу написать х…
PS
Peter SonMay 4, 2024, 3:57 a.m.
Best Indian Food Restaurant In Cincinnati OH Ready to embark on a gastronomic journey like no other? Join us at App india restaurant and discover why we're renowned as the Best Indian Food Restaurant In Cincinnati OH . Whether y…
Evgenii Legotckoi
Evgenii LegotckoiMay 3, 2024, 12:07 a.m.
Мобильное приложение на C++Qt и бэкенд к нему на Django Rest Framework Добрый день. По моему мнению - да, но то, что будет касаться вызовов к функционалу Андроида, может создать огромные трудности.
IscanderChe
IscanderCheApril 30, 2024, 2:22 p.m.
Во Flask рендер шаблона не передаётся в браузер Доброе утро! Имеется вот такой шаблон: <!doctype html><html> <head> <title>{{ title }}</title> <link rel="stylesheet" href="{{ url_…

Follow us in social networks