Learn PySide

Learn PySide

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 1.5 Hours | 400 MB

Master all concepts of PySide and become a better Python programmer

This is an introductory PySide courae. The purpose of this course is to get you started with the PySide toolkit.

PySide is Python library to create cross-platform graphical user interfaces. It is a Python binding to the Qt framework. Qt library is one of the most powerful GUI libraries.

PySide is implemented as a set of Python modules. Currently it has 15 modules. These modules provide powerful tools to work with GUI, multimedia, XML documents, network or databases. In our tutorial, we will work with two of these modules. The QtGui and the QtCore modules.

The QtCore module contains the core non GUI functionality. This module is used for working with time, files and directories, various data types, streams, URLs, mime types, threads or processes. The QtGui module contains the graphical components and related classes. These include for example buttons, windows, status bars, toolbars, sliders, bitmaps, colours, fonts etc.

PySide has been released after Nokia, the owner of the Qt toolkit, failed to reach an agreement with Riverbank Computing to include the LGPL as an alternative license. PySide has a high API compatibility wit PyQt4, so migrating to PySide is not difficult.

What Will I Learn?

  • Master all concepts of PySide
  • Manage Applications using PySide
  • Perform Operations using PySide
  • Become a better Python Programmer
Table of Contents

Learn PySide
1 PySide Python Create GUI Window
2 PySide Tab Widget QTabWidget
3 PySide Startus Bar Widget QStatusBar
4 PySide Scroll Bar Widget QScrollBar
5 PySide Radio Button Widget QRadioButton
6 PySide Push Button Widget QPushButton
7 PySide Progress Bar Widget QProgressBar
8 PySide Message Box Widget QMessageBox
9 PySide List Widget QListWidget
10 PySide Label Widget QLabel
11 PySide Input Dialog Widget QInputDialog
12 PySide Python Set Application Icon
13 PySide Font Dialog Widget QFontDialog
14 PySide Combo box Widget QComboBox
15 PySide Color Dialog Widget QColorDialog
16 PySide Checkbox Widget QCheckBox
17 PySide QPixmap Image Viewer
18 PySide Tooltip Widget QToolTip
19 Create Notepad using PySide Python
20 PySide OpenGL Graphics using QtOpenGL
21 PySide PDF Viewer QWebView
22 PySide Python Close Window Button Action
23 PySide Python Set Window Title
24 PySide Python Resize Window
25 PySide Calendar Widget QCalendarWidget
26 PySide Text Edit Widget QTextEdit
27 PySide Text box Widget QLineEdit
28 PySide Slider Widget QSlider