𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Create GUI Applications with Python & Qt6 (PyQt6 Edition): The hands-on guide to making apps with Python

✍ Scribed by Martin Fitzpatrick


Tongue
English
Leaves
797
Edition
5
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


Building desktop applications doesn't have to be difficult. Using Python & Qt6 you can create fully functional desktop apps in minutes. Starting from the very basics, this modern PyQt6 book takes you on a tour of the key features of PyQt6 you can use to build real-life applications.

This is the 2nd Edition of Create GUI Applications with Python & Qt6, updated for 2022 & PyQt6. Learn the fundamental building blocks of PyQt applications β€” Widgets, Layouts & Signals and learn how PyQt6 uses the event loop to handle and respond to user input. Design beautiful UIs with Qt Designer and customize the look and feel of your applications with Qt Style Sheets and custom widgets.Use Qt's MVC-like ModelViews framework to connect data sources to your widgets, including SQL databases, numpy and pandas data tables, to build-data driven application. Visualize data using matplotlib & PyQtGraph and connect with external data sources to build live dashboards. Learn how to use threads and processes to manage long-running tasks and communicate with external services. Parse data and visualize the output in logs and progress bars.The book includes usability and architectural tips to help you build maintainable and usable PyQt6 applications from the start. Finally, once your application is ready to be released, discover how to package it up into professional-quality installers, ready to ship.

Contents

  • PyQt6 Widgets
  • Signals, slots & events
  • GUI Layouts
  • Toolbars & Menus
  • PyQt6 Dialogs, including file dialogs, warning and custom dialogs
  • Windows
  • Qt Designer
  • PyQt6 Themes, Styles, Palettes & Icons
  • Model View Architecture
  • Creating custom widgets, using custom widgets in Designer
  • PyQt6 Table views with numpy & pandas
  • Database, SQL models
  • Extending PyQt6 Signals
  • Working with relative paths, resources
  • System tray & Menus
  • Threading, thread pools & processes, QThread
  • Plotting with PyQtGraph & matplotlib
  • Packaging & distribution of PyQt6 apps on Windows, macOS & Linux
  • Example PyQt6 apps

The book includes

  • 780 pages of hands-on PyQt6 exercises
  • 300+ code examples to experiment with
  • Support forum for all readers
  • Includes 4 example PyQt6 apps
  • Compatible with Python 3.4+
  • Code free to reuse in your own projects
Martin Fitzpatrick has been teaching and using PyQt for 8 years, helping thousands of developers bring their applications to life. With this book you get the benefit of that experience. & give your project the best chance of success!

✦ Table of Contents


Create GUI Applications with Python & Qt6: The hands-on guide to making apps with Python
Table of Contents
Introduction
1. A very brief history of the GUI
2. A bit about Qt
Basic PyQt6 Features
3. My first Application
4. Signals & Slots
5. Widgets
6. Layouts
7. Actions, Toolbars & Menus
8. Dialogs
9. Windows
10. Events
Qt Designer
11. Installing Qt Designer
12. Getting started with Qt Designer
Theming
13. Styles
14. Palettes
15. Icons
16. Qt Style Sheets (QSS)
Model View Architecture
17. The Model View Architecture β€” Model View Controller
18. A simple Model View β€” a Todo List
19. Tabular data in ModelViews, with numpy & pandas
20. Querying SQL databases with Qt models
Custom Widgets
21. Bitmap Graphics in Qt
22. Creating Custom Widgets
23. Using Custom Widgets in Qt Designer
Concurrent Execution
24. Introduction to Threads & Processes
25. Using the thread pool
26. QRunnable examples
27. Long-running threads
28. Running external commands & processes
Plotting
29. Plotting with PyQtGraph
30. Plotting with Matplotlib
Further PyQt6 Features
31. Timers
32. Extending Signals
33. Working with Relative Paths
34. System tray & macOS menus
35. Enums & the Qt Namespace
36. Working with command-line arguments
Packaging & Distribution
37. Packaging with PyInstaller
38. Creating a Windows installer with InstallForge
39. Creating a macOS Disk Image Installer
40. Creating a Linux Package with
Example applications
41. Mozzarella Ashbadger
42. Moonsweeper
Appendix A: Installing PyQt6
Appendix B: Translating C++ Examples to Python
Appendix C: PyQt6 and PySide6 β€” What’s the difference?
Appendix D: What next?
43. Thank you
Index


πŸ“œ SIMILAR VOLUMES


Python GUI Applications using PyQt5 : Th
✍ Verdugo, Leire πŸ“‚ Library πŸ“… 2024 πŸ› Independently Published 🌐 English

Python is one of the most popular and easiest programming languages out there. Learning it -- and mastering the craft -- is a walk in the park when you have the right guidance. Here what you'll learn after downloading this book βœ“Introduction βœ“statusbar βœ“menubar βœ“toolbar βœ“Box layout βœ“Grid

Create GUI Applications with Python & Qt
✍ Martin Fitzpatric πŸ“‚ Library πŸ“… 2021 🌐 English

750+ page ebook of hands-on PySide6 exercises 280+ code examples to experiment with Includes PDF and EPub formats. Compatible with Python 3.4+ Code free to reuse in your own projects Lifetime updates β€” last updated May 2022

Rapid GUI programming with Python and Qt
✍ Mark Summerfield πŸ“‚ Library πŸ“… 2008 πŸ› Prentice Hall 🌐 English

I bought "Rapid GUI Programming with Python and Qt" (Summerfield) and "Programming Python" (Lutz) in order to help me write my first Python software application, a program whose development would require an understanding of Python, Qt, PyQt, and relational databases. I found Summerfield's book very