Some examples from the PySide6 Tutorials page augmented with some scaling based on a percentage of available device screen size.
- Creating Dialogs with Qt Designer
- QInputDialog
- Windows and Dialog Widgets
- Creating a Dialog Application
- PySide6 WiKi
- PySide6 Tutorial
- other tutorials
- PySide6 Tutorial - layouts
- QColorConstants
Date | Description |
---|---|
2024-06-19 | Initial creation |
2024-07-03 | Added Dialog tutorial example |
2024-07-04 | Added PyAutoGUI to scale examples |
2024-10-07 | Upgraded to Python 3.13.0 |
2025-01-10 | Upgraded to Python 3.13.1 |
2025-02-03 | Verify code runs with latest packages |
2025-02-10 | Upgrade to Python 3.13.2 |
2025-03-30 | Switch from GitLab to GitHub |
2025-04-02 | Upgrade to PySide6 6.9.0 and Qt 6.9.0 |
Tool | Version |
---|---|
Python | 3.13.2 |
PySide6 | 6.9.0 |
Qt | 6.9.0 |
PyAutoGUI | 0.9.54 |
VSCode | 1.98.2 |
PyCharm | 2024.3.5 |
Python version: 3.13.0
PySide6 version: 6.8.2.1
Qt version: 6.8.2
PyAutoGUI version: 0.9.54
ratios: height: 2.22, width: 2.00
scaled width: 1100, height: 700
Process finished with exit code 0