Evgenii Legotckoi
Evgenii LegotckoiJune 29, 2018, 10:30 a.m.

Career and business in IT fieldEVILEG - Celebrate three years

EVILEG, 3 года

On June 28, the information resource of EVILEG was three years old. And it's time to take stock of what has been done, which has not been done due to various circumstances, among which the greatest percentage is the lack …

Read
Evgenii Legotckoi
Evgenii LegotckoiJune 18, 2018, 4:01 a.m.

QtC ++ scripts

Qt5, Qt, Script, C++

One of the authors of the Qt Blog shared his experience of using the Cling utility. To solve everyday problems, he needed to write several scripts, and he used C ++ as a scripting language!!! To do this, he used …

Read
Рина Сергеева
Рина СергееваJune 12, 2018, 2:34 a.m.

JavaImplementation of the Wave algorithm (Lee algorithm) in Java

алгоритм ли, волновая трассировка, волновой алгоритм, Java

Sometimes there is a problem to find the minimum path from point A to point B . The map can have barriers and be like a labyrinth. Similar tasks can be done in game development, PCB design and GPS development, …

Read
I
Ilya_MJune 6, 2018, 4:07 p.m.

QtSerialization To and For Qt

Сериализация, Qt, JSON

In the first part of a series of articles, the author addressed the problem of tuning and merging messages and reducing their load in telemetry sensors.

This part is about message payload and its optimization.


There are many methods to …

Read
I
Ilya_MJune 1, 2018, 7:04 p.m.

QtNew in the Wayland Platform Plugin in Qt 5.11

Wayland, Qt5, Releases

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

Read
Ruslan Polupan
Ruslan PolupanMay 30, 2018, 4:01 a.m.

QtInstalling the QIBASE driver (Firebird) Qt 5.11 Suse LEAP 42.3

Leap, SuSE, qt, Fierbird, QIBASE

Decided to update Qt. Each time this entails reinstalling the drivers for working with databases.

I decided to write down the sequence of actions.

I hope I save someone a couple of hours. :-)


Install Qt 5.11.

The Qt documentation …

Read
Evgenii Legotckoi
Evgenii LegotckoiMay 27, 2018, 5:46 a.m.

QtQt 5.11 Release

Qt, Releases

Slightly ahead of schedule, Qt 5.11 was released today (May 22, 2018). As always, the new release adds a lot of new features and fixes a lot of bugs from previous versions. Let's take a look (tell) about the most …

Read
Evgenii Legotckoi
Evgenii LegotckoiMay 25, 2018, 2:08 a.m.

QtQt/C++ Tutorial 080. Downloading large files with QNetworkAccessManager

QNetworkRequest, Qt, QNetworkAccessManager, QNetworkReply

After the question appeared on the forum about downloading large files using the Qt library, I raised some of my projects and prepared a more detailed manual using this functionality. Moreover, the problem with downloading files was related to redirects. …

Read
Evgenii Legotckoi
Evgenii LegotckoiMay 24, 2018, 3:28 a.m.

QtHello Qt for Python

PyQt5, Qt, Python, PySide2

The technology providing Qt for Python will be released soon, as discussed in the Qt Company blog. We are talking about PySide2, which is the official analogue of PyQt .

Consider building a simple application that demonstrates the simplicity of …

Read
bernar92
bernar92May 17, 2018, 11:50 a.m.

DjangoHow I used FilterView instead of ListView to make filtering easier

Django, filter, django-bootstrap3, ListView

Thanks to FilterView, you can simplify and reduce the code for displaying goods, products, and so on. That will reduce the code at times! At first I used ListView and wrote a lot when in order to be able to …

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, 10:51 p.m.
Django - Tutorial 017. Customize the login page to Django Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
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 аналогично. Могу предположить, что из-за более новой верси…
Now discuss on the forum
NW
Nayo WaiJan. 30, 2025, 8:22 p.m.
не запускается компьютер!!! Не запускается компьютер (точнее работает блок , но сам монитор вообще жесть)В общем я ничего с интернета не скачивала в последнее время. На компе никаких левых пр…
n
nklyJan. 3, 2025, 1:52 p.m.
Нужно запретить перемещение только некоторых итемов, остальные перемещать можно. Вопрос решен. Узнать QModelIndex элемента на который мы перетаскиваем другой элемент, можно с помощью функции indexAt(event->position().toPoint()) представления QTreeViev вызываемой в переопр…
M
MarselAug. 17, 2023, 12:26 a.m.
OAuth2.0 через VK, получение email Спасибо большое за помощь и простите за то что отнял время своей невнимательностью.
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]

Follow us in social networks