heylenz / Simple_PySide_Base

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Interface - PySide2/PyQt5(optional) (MODERN / FLAT GUI)

⚠️ Warning: PySide2 and PyQt5 in version 5.15.1 are causing problems due to several updates in process.

For this project use the stable version "5.14.2.2" or "5.15.0" (not "5.15.1") (pip install pyside2==5.14.2.2)!

Note: https://wiki.qt.io/Qt_for_Python_Development_Notes. In October they will release version 6 of Qt, we will wait for them to solve these problems or bring some solution for the same.

pip install pyside2==5.14.2.2
OR
pip install pyside2==5.15.0

image_1

Project created using Python, Qt Designer and PySide2. I hope it helps everyone who is starting now in the Python world. This project works very well with Windows, however on Linux and macOS there are some font size problems and the custom title bar does not work very well.

REQUERIMENTS:

pip install pyside2==5.14.2.2

PySide2 and PyQt5 in version 5.15.1 are causing problems due to several updates in process.

RUN FILE:

main.py

ADD MENUS

add-MENUS

Youtube Video:

https://www.youtube.com/watch?v=iaIooM9FlRI

About

License:MIT License


Languages

Language:Python 100.0%