Pyside GUI Application Development- Second Edition
| By: | Venkateshwaran Loganathan |
| Publisher: | Packt Publishing |
| Print ISBN: | 9781785282454 |
| eText ISBN: | 9781785280368 |
| Edition: | 2 |
| Copyright: | 2016 |
| Format: | Reflowable |
Lifetime - $31.19
eBook Features
Instant Access
Purchase and read your book immediately
Read Offline
Access your eTextbook anytime and anywhere
Study Tools
Built-in study tools like highlights and more
Read Aloud
Listen and follow along as Bookshelf reads to you
Details
Table of Contents
Develop more dynamic and robust GUI applications using PySide, an open source cross-platform UI framework
Key Features
- [*]Designed for beginners to help you get started with GUI application development
- [*]Develop your own applications by creating customized widgets and dialogs
- [*]Written in a simple and elegant structure so you easily understand how to program various GUI components
Book Description
Elegantly-built GUI applications are always a massive hit among users. PySide is an open source software project that provides Python bindings for the Qt cross-platform UI framework. Combining the power of Qt and Python, PySide provides easy access to the Qt framework for Python developers and also acts as an excellent rapid application development platform. This book will take you through everything you need to know to develop UI applications. You will learn about installing and building PySide in various major operating systems as well as the basics of GUI programming. The book will then move on to discuss event management, signals and slots, and the widgets and dialogs available with PySide. Database interaction and manipulation is also covered. By the end of this book, you will be able to program GUI applications efficiently and master how to develop your own applications and how to run them across platforms.What you will learn
- [*]Program GUI applications in an easy and efficient way
- [*]Download and install PySide, a cross-platform GUI development toolkit for Python
- [*]Create menus, toolbars, status bars, and child windows
- [*]Develop a text editor application on your own
- [*]Connect your GUI to a database and manage it
- [*]Execute SQL queries by handling databases