
Qt → Introducing Flow Mode in Qt Design Studio 1.5 - Part 1
In version 1.5 of Qt Design Studio, you can try the flow mode functionality. The first part of this multi-part article will cover the basic usage of flow mode and how to get started. At the end of the article, …
Read
Python 3 → Python 10 line toast notifications
Introduction
We often use print to monitor the state of a script, or when we're debugging. Instead of constantly looking at the terminal window and waiting for some kind of output, we can use toast notifications as a way to …
Read
C++ → A simple text editor in Ultimate ++
C++, U++, Ultimate++, UPP
I learned about Ultimate++ ( https://www.ultimatepp.org/ ) quite by accident when I read in an IT RSS feed about the next update of this framework. Well, I thought, since my pen projects are on hold, why not try something new. …
Read

Qt → UI files stopped opening in QtCreator
Another sclerosis....
When opening forms, QtCreator crashed qualitatively.
Solved by deleting the folder C:\Users\'username'\ .designer
Read
Qt → Qt/C++ - Tutorial 091. How to write a custom delegate controlling the highlighting of a row in a table
And now a short article on customizing cell behavior using delegates in a QTableView.
This article is a modification of the table behavior in one old article, namely
Qt/C ++ - Tutorial 039. How to fill a row in QSqlTableModel …


Django → How to install and setting up Django JET
Probably you are here because you want to change your Django admin interface, and in this post, we'll learn how to install and set up one of the best Django interface libraries (Django JET).
Django JET Features
Bueautiful theme.
Responsive …

Qt → What's new in Qt for Android?
Qt 5.15 LTS and Qt for Android
Since many developers use Qt for Android, Qt wants to improve the developer experience. With the next release of Qt 5.15.0, the Qt developers have updated the Android documentation. The updated documentation contains …
Read
Unreal Engine 4 → Learn Game Development for Free with Unreal Online Learning
UE4, Blueprint, Unreal, Engine
Do you want to create your first game in Unreal Engine? Would you like to master the skills required for a real-time 3D career ? Learn the core concepts of game development with the latest Unreal Online Learning courses on …
Read
Python 3 → Python Image Recognition with TensorFlow and Keras
Keras, python, RuCaptcha, TensorFlow
Introduction
One of the most common uses of TensorFlow and Keras is in image recognition and classification. If you would like to learn how to use Keras for image classification or recognition, this article will teach you how to do …
Read
Qt → Qt WinAPI - Lesson 010. How to check if file writing is prohibited by another process.
Surprisingly, in the course of my professional activity, I stumbled upon one interesting feature of QFile. With it, you can check whether it is possible to read or write information to a file. But at the same time, QFile ignores …
Read- Mikhael Bykov
- June 6, 2023, 5:15 p.m.
C++ - Test 001. The first program and data types
- Result:60points,
- Rating points-1
- Gulnur Kadyrbek
- June 3, 2023, 4:10 a.m.
C++ - Test 005. Structures and Classes
- Result:0points,
- Rating points-10


