Rename files - first window

This commit is contained in:
Leodanis Pozo Ramos 2024-10-09 19:14:36 +02:00
parent 5dd2a30c89
commit 65e980e64c
9 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# Creating your first app with PyQt5
This folder contains the code examples for the PythonGUIs tutorial [Creating your first app with PyQt5](https://www.pythonguis.com/tutorials/creating-your-first-pyqt-window/).

View File

@ -0,0 +1,3 @@
# Creating your first app with PyQt6
This folder contains the code examples for the PythonGUIs tutorial [Creating your first app with PyQt6](https://www.pythonguis.com/tutorials/pyqt6-creating-your-first-window/).

View File

@ -0,0 +1,3 @@
# Creating your first app with PySide6
This folder contains the code examples for the PythonGUIs tutorial [Creating your first app with PySide6](https://www.pythonguis.com/tutorials/pyside6-creating-your-first-window/).