|
|
|
|
LEADER |
00000cam a2200000 4500 |
001 |
EBOOKCENTRAL_ocn951674763 |
003 |
OCoLC |
005 |
20240329122006.0 |
006 |
m o d |
007 |
cr |n||||||||| |
008 |
160130e20160128enk o 000 0 eng d |
040 |
|
|
|a COO
|b eng
|e pn
|c COO
|d EBLCP
|d CHVBK
|d OCLCO
|d DEBBG
|d IDB
|d OCLCQ
|d MERUC
|d OCLCQ
|d VT2
|d OCLCF
|d UOK
|d WYU
|d OCLCQ
|d LVT
|d UKAHL
|d NLW
|d OCLCQ
|d OCLCO
|d K6U
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 1076763381
|
020 |
|
|
|a 9781785282454
|
020 |
|
|
|a 178528245X
|q (Trade Paper)
|
020 |
|
|
|a 9781785280368
|q (ebk)
|
020 |
|
|
|a 1785280368
|
024 |
3 |
|
|a 9781785282454
|
029 |
1 |
|
|a CHNEW
|b 000884561
|
029 |
1 |
|
|a CHVBK
|b 374432619
|
029 |
1 |
|
|a DEBBG
|b BV043893485
|
035 |
|
|
|a (OCoLC)951674763
|z (OCoLC)1076763381
|
037 |
|
|
|b 01201872
|
050 |
|
4 |
|a QA76.9.U83
|b J34 2016
|
082 |
1 |
4 |
|a [E]
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Jaganmohan, Gopinath,
|e author.
|
245 |
1 |
0 |
|a PySide GUI Application Development - Second Edition.
|
250 |
|
|
|a 2nd ed.
|
260 |
|
|
|a Birmingham :
|b Packt Publishing, Limited
|c Jan. 2016.
|
300 |
|
|
|a 1 online resource
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
520 |
8 |
|
|a Develop more dynamic and robust GUI applications using PySide, an open source cross-platform UI frameworkAbout This Book 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 componentsWho This Book Is ForThis book is written for Python programmers who want to learn about GUI programming. It is also suitable for those who are new to Python but are familiar with object-oriented programming. 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 databasesIn DetailElegantly-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. Style and approachThis is an accessible and practical guide to developing GUIs for Python applications.
|
505 |
0 |
|
|a Cover -- Copyright -- Credits -- About the Authors -- About the Reviewer -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: Getting Started with PySide -- Introducing PySide -- Hello, GUI -- Setting up PySide -- Installing PySide using Windows -- Installing PySide using Mac OS X -- Installing PySide using Linux -- Building PySide on Windows -- Building PySide on Linux -- Prerequisites -- Building PySide -- Mac OS X -- Importing PySide objects -- First PySide application -- Exception handling as a practice -- Summary -- Chapter 2: Entering through Windows -- Creating a simple window -- Creating the application icon -- Showing a tooltip -- Adding a button -- Centering the window on the screen -- About box -- Tracking time using timers -- Windows style -- Summary -- Chapter 3: Main Windows and Layout Management -- Creating the main window -- Status bar -- Menu bar -- The central widget -- Adding a menu bar -- Adding menus -- Toolbar -- Layout management -- Absolute positioning -- Layout containers -- QBoxLayout -- QHBoxLayout -- QVBoxLayout -- QGridLayout -- QFormLayout -- QStackedLayout -- SDI and MDI -- A simple text editor -- Summary -- Chapter 4: Events and Signals -- Event management -- Event loop -- Event processing -- Reimplementing event handlers -- Installing event filters -- Reimplementing the notify() function -- Signals and slots -- Drag and drop technique -- Drawing shapes -- Graphics and effects -- Summary -- Chapter 5: Dialogs and Widgets -- Built-in dialogs -- QFileDialog -- QInputDialog -- QColorDialog -- QPrintDialog -- Custom dialogs -- Widgets at a glance -- Custom widget -- Implementation of MDI -- Summary -- Chapter 6: Database Handling -- Connecting to the database -- Executing SQL queries -- Executing a query -- Inserting, updating and deleting records -- Navigating records -- Database transactions.
|
505 |
8 |
|
|a Table and form views -- QSqlQueryModel -- QSqlTableModel -- QSqlRelationalTableModel -- Table view -- Form view -- Viewing relations in table views -- Summary -- Index.
|
590 |
|
|
|a ProQuest Ebook Central
|b Ebook Central Academic Complete
|
650 |
|
0 |
|a Python.
|
650 |
|
0 |
|a User interfaces.
|
650 |
|
0 |
|a Graphical user interfaces.
|
650 |
|
0 |
|a Computer software.
|
650 |
|
2 |
|a Software
|
650 |
|
6 |
|a Logiciels.
|
650 |
|
7 |
|a software.
|2 aat
|
650 |
|
7 |
|a COMPUTERS
|x User Interfaces.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Programming
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Computer software
|2 fast
|
700 |
1 |
|
|a Loganathan, Venkateshwaran,
|e author.
|
776 |
0 |
8 |
|i Erscheint auch als:
|n Druck-Ausgabe
|t Jaganmohan, Gopinath. PySide GUI Application Development
|
856 |
4 |
0 |
|u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=4520731
|z Texto completo
|
936 |
|
|
|a BATCHLOAD
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH30053543
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL4520731
|
994 |
|
|
|a 92
|b IZTAP
|