IscanderChe
June 15, 2020, 4:51 p.m.

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
mafulechka
June 8, 2020, 1:58 p.m.

QtQt for Python 5.15.0 has been released!

Qt, Python, PySide

Qt is happy to announce Qt for Python 5.15.0! 🎊🐍

You can get the latest version with: pip install pyside2 or simply upgrade your current installation: pip install -U pyside2.

At the same time, the Qt developers wanted to release …

Read
Ruslan Polupan
June 7, 2020, 10:38 p.m.

QtUI files stopped opening in QtCreator

QtCreator, UI, QtDesigner

Another sclerosis....

When opening forms, QtCreator crashed qualitatively.

Solved by deleting the folder C:\Users\'username'\ .designer

Read
Evgenii Legotckoi
June 4, 2020, 3:30 a.m.

QtQt/C++ - Tutorial 091. How to write a custom delegate controlling the highlighting of a row in a table

Qt, QTableView, Delegate

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 …

Read
mafulechka
June 3, 2020, 3:07 p.m.

QtQt Design Studio 1.5 released

UX, Qt, UI, Design

Qt is pleased to announce that Qt Design Studio 1.5 is now available through online and offline installers.

Qt Design Studio 1.5 comes with a fully supported 3D editor that allows you to create fully integrated 2D and 3D user …

Read
Said Py
June 3, 2020, 11:25 a.m.

DjangoHow to install and setting up Django JET

admin, Django

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 …

Read
mafulechka
May 28, 2020, 2:43 p.m.

QtWhat's new in Qt for Android?

Native, Qt, 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
mafulechka
May 26, 2020, 3:48 p.m.

Unreal Engine 4Learn 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
Evgenii Legotckoi
May 13, 2020, 3:42 p.m.

PythonPython 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
Evgenii Legotckoi
May 11, 2020, 3:38 p.m.

QtQt WinAPI - Lesson 010. How to check if file writing is prohibited by another process.

Qt, QFile, WinAPI

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
Evgenii Legotckoi
May 9, 2020, 4:09 p.m.

DjangoDjango - Tutorial 054. How to create a polymorphic system of dynamic widgets

dynamic, django

The other day, I solved the problem of adding dynamic widgets on the site with the ability to add different types of widgets, as well as with the possibility of further unlimited expansion of the widget set by adding models …

Read
mafulechka
May 6, 2020, 2:36 p.m.

QtBuilding Docker from QtCreator

Docker, Qt, QtCreator, build, cmake

On your development machine, press Ctrl+R (Run) in QtCreator to create and run your Qt application. If you want to run an application on an embedded system, then you must complete four tasks:

• Create a Qt cross-application for the …

Read
  • Last comments
  • Evgenii Legotckoi
    April 16, 2025, 5:08 p.m.
    Благодарю за отзыв. И вам желаю всяческих успехов!
  • IscanderChe
    April 12, 2025, 5:12 p.m.
    Добрый день. Спасибо Вам за этот проект и отдельно за ответы на форуме, которые мне очень помогли в некоммерческих пет-проектах. Профессиональным программистом я так и не стал, но узнал мно…
  • AK
    April 1, 2025, 11:41 a.m.
    Добрый день. В данный момент работаю над проектом, где необходимо выводить звук из программы в определенное аудиоустройство (колонки, наушники, виртуальный кабель и т.д). Пишу на Qt5.12.12 поско…
  • Evgenii Legotckoi
    March 9, 2025, 9:02 p.m.
    К сожалению, я этого подсказать не могу, поскольку у меня нет необходимости в обходе блокировок и т.д. Поэтому я и не задавался решением этой проблемы. Ну выглядит так, что вам действитель…
  • VP
    March 9, 2025, 4:14 p.m.
    Здравствуйте! Я устанавливал Qt6 из исходников а также Qt Creator по отдельности. Все компоненты, связанные с разработкой для Android, установлены. Кроме одного... Когда пытаюсь скомпилиров…