Python GUI - Pyside2 QGraphicsView & QGraphicsScene

Описание к видео Python GUI - Pyside2 QGraphicsView & QGraphicsScene

Join My Udemy Courses

Python GUI Development with PyQt6
https://www.udemy.com/course/python-g...

Amazon Web Services (AWS) with Python & Boto3
https://www.udemy.com/course/amazon-w...

Amazon Web Services (AWS) with JavaScript & NodeJS
https://www.udemy.com/course/amazon-w...

Python Firebase with Firebase Admin SDK
https://www.udemy.com/course/python-f...

How to Build Chatbot with Google DialogFlow
https://www.udemy.com/course/how-to-b...

Django & Django REST Framework with React Frontend
https://www.udemy.com/course/django-d...


In this Python GUI article we are going to learn Pyside2 QGraphicsView & QGraphicsScene, so the QGraphicsScene class provides a surface for managing a large number of 2D graphical items.


What is QGraphicsScene ? 

According to Qt For Python Documentation , the QGraphicsScene class serves as a container
for QGraphicsItems. It is used together with QGraphicsView for visualizing graphical items, such as lines, rectangles, text, or even custom items, on a 2D surface. QGraphicsScene also provides functionality that lets you efficiently determine both the location of items, and for determining what items are visible within an arbitrary area on the scene. With the QGraphicsView widget, you can either visualize the whole scene, or zoom in and view only parts of the scene.


Join my Skillshare Classes for 1 Month Free Access
https://www.skillshare.com/r/user/par...


Join Python GUI Development Free Courses
https://geekscoders.com/

My Affiliate Books

Python Crash Course, 2nd Edition
https://amzn.to/35jvHw5

Learn Python, 5th Edition
https://amzn.to/2TvLMt3


Get the source code:
https://codeloop.org/python-gui-pysid...




#Python#GUI#Pyside2

Комментарии

Информация по комментариям в разработке