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
B

C++ - Test 002. Constants

  • Result:16points,
  • Rating points-10
B

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

  • Result:46points,
  • Rating points-6
FL

C++ - Test 006. Enumerations

  • Result:80points,
  • Rating points4
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
AC
Alexandru CodreanuJan. 19, 2024, 8:57 a.m.
QML Обнулить значения SpinBox Доброго времени суток, не могу разобраться с обнулением значение SpinBox находящего в делегате. import QtQuickimport QtQuick.ControlsWindow { width: 640 height: 480 visible: tr…
BlinCT
BlinCTDec. 27, 2023, 5:57 a.m.
Растягивать Image на парент по высоте Ну и само собою дял включения scrollbar надо чтобы был Flickable. Так что выходит как то так Flickable{ id: root anchors.fill: parent clip: true property url linkFile p…
Дмитрий
ДмитрийJan. 10, 2024, 1:18 a.m.
Qt Creator загружает всю оперативную память Проблема решена. Удалось разобраться с помощью утилиты strace. Запустил ее: strace ./qtcreator Начал выводиться весь лог работы креатора. В один момент он начал считывать фай…
Evgenii Legotckoi
Evgenii LegotckoiDec. 12, 2023, 3:48 a.m.
Побуквенное сравнение двух строк Добрый день. Там случайно не высылается этот сигнал textChanged ещё и при форматировани текста? Если решиать в лоб, то можно просто отключать сигнал/слотовое соединение внутри слота и …

Follow us in social networks