• Post category:StudyBullet-10
  • Reading time:6 mins read


Learn to develop the graphical user interface of the application using PySide

What you will learn

Learn working with Pyside and achieve expertise in developing the cross-platform GUI by following the Qt standard

This course will also help the trainees to dig into some of the advanced level concepts of Python which revolve around GUI development.

It is intended to make the trainees expert on Pyside and Qt libraries.

Trainees will learn every single topic that falls under the court of Pyside.

After completing this course, the trainees will be able to support the project on python that requires cross-platform GUI development.

Description

To work with PySide, there are some concepts that one must master. In this course, we have ensured to cover all such concepts that we want our trainees to become expert in so that they can work effectively with Pyside. At the beginning of this PySide training, the trainees will get to learn about how PySide helps in solving the business problems and will also learn how to determine if the solution could be drafted using it. Later in the course, they will be covering the advanced level concepts which will help them to dive deep into the core concepts that are used when there is an urge to bring some complex level functionalities in the application. We have also added two projects in this course where the projectโ€™s topics have been decided in a way so that it covers all the topics that they would have walked through in this course. Trainees will also learn about error handling in this course which will help them while they will need to implement things while developing the critical application


Get Instant Notification of New Courses on our Telegram channel.


Pyside can be defined as the python extension that facilitates application development by allowing access to Qt libraries. It can also be defined as the module of python that helps the developers to develop the cross-platform GUI that follows the Qt standard. It is one of the most important topics in python which is leveraged when there is an urge to develop the applicationโ€™s UI which could work fine in any of the platforms. The sole purpose of PySide is to endorse the application UI development where the application is intended to serve a large set of audience and its platform that could be used by the user is unknown to the organization. It doesnโ€™t take too much effort to get implemented. Its primary objective is to help one in accessing the Qt libraries that work as the base while developing the cross-platform applications.

English
language

Content

Pyside2

Introduction to PySide2 Course
Difference Between PySide and PySide2
Installation of PySide2 in PyCharm
Creating Simple Frame in PySide2
Creating Label in PySide2
Single Line Text Box in PySide2
Button in PySide2
Radio Buttons in PySide2
Check Box in PySide2
Combo Box in PySide2
Text Edit in PySide2
Table in PySide2
Slider in PySide2
QDial in PySide2 Part 1
QDial in PySide2 Part 2
QDial in PySide2 Part 3
ProgressBar in PySide2
MenuBar in PySide2
Tabs in PySide2
TreeView in PySide2
TreeView in PySide2 Continue
Message Box in PySide2
Adding layouts in Frame

PySide2 Project – Data Fetching Application

Introduction to Project
Installation of PySide2
Creating a CSV File
Creating GUI
Counting No of Rows From CSV File
Reading CSV File
Output of the Project

Creating a Employee Management Application using PySide2

Introduction to Project
Installation PySide2
Creating Main Page
Creating Add Employee Page
Creating Display Employee Page
Writing a CSV File to Add Employee
Reading a CSV File to Display Employees
Output of the Project