mafulechka
mafulechkaJune 8, 2020, 3:58 a.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
Ruslan PolupanJune 7, 2020, 12: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
Evgenii LegotckoiJune 3, 2020, 5:30 p.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
mafulechkaJune 3, 2020, 5:07 a.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
Said PyJune 3, 2020, 1: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
mafulechkaMay 28, 2020, 4:43 a.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
mafulechkaMay 26, 2020, 5:48 a.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
Evgenii LegotckoiMay 13, 2020, 5:42 a.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
Evgenii LegotckoiMay 11, 2020, 5:38 a.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
Evgenii LegotckoiMay 9, 2020, 6:09 a.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
mafulechkaMay 6, 2020, 4:36 a.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
Said Py
Said PyMay 6, 2020, 3:37 a.m.

PythonHow to Hide Firefox [selenium] in python

selenium, python

In this tutorial, we’ll learn how to Hide selenium firefox in python.


Code:

#headless option
options.headless = True

Example:

from selenium import webdriver
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.firefox.options import Options

options = Options()
options.headless = True
driver = webdriver.Firefox(executable_path='/path/to/geckodriver', …
Read
d
  • dsfs
  • April 26, 2024, 1:56 a.m.

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

  • Result:80points,
  • Rating points4
d
  • dsfs
  • April 26, 2024, 1:45 a.m.

C++ - Test 002. Constants

  • Result:50points,
  • Rating points-4
d
  • dsfs
  • April 26, 2024, 1:35 a.m.

C++ - Test 001. The first program and data types

  • Result:73points,
  • Rating points1
Last comments
k
kmssrFeb. 8, 2024, 3:43 p.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, 7:30 a.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, 5:38 a.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. 18, 2023, 6:01 p.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
GarApril 22, 2024, 2:46 a.m.
Clipboard Как скопировать окно целиком в clipb?
DA
Dr Gangil AcademicsApril 20, 2024, 4:45 a.m.
Unlock Your Aesthetic Potential: Explore MSC in Facial Aesthetics and Cosmetology in India Embark on a transformative journey with an msc in facial aesthetics and cosmetology in india . Delve into the intricate world of beauty and rejuvenation, guided by expert faculty and …
a
a_vlasovApril 14, 2024, 3:41 a.m.
Мобильное приложение на C++Qt и бэкенд к нему на Django Rest Framework Евгений, добрый день! Такой вопрос. Верно ли следующее утверждение: Любое Android-приложение, написанное на Java/Kotlin чисто теоретически (пусть и с большими трудностями) можно написать и на C+…
Павел Дорофеев
Павел ДорофеевApril 13, 2024, 11:35 p.m.
QTableWidget с 2 заголовками Вот тут есть кастомный QTableView с многорядностью проект поддерживается, обращайтесь
f
fastrexApril 4, 2024, 1:47 a.m.
Вернуть старое поведение QComboBox, не менять индекс при resetModel Добрый день! У нас много проектов в которых используется QComboBox, в версии 5.5.1, когда модель испускает сигнал resetModel, currentIndex не менялся. В версии 5.15 при resetModel происходит try…

Follow us in social networks