WATCH PART 2: • Everything About PyQt6 Layouts! | PyQ...
Source code & Image In GitHub: https://github.com/RoyChng/pyqt6-tuto...
Link to PyQt6 Documentation: https://www.riverbankcomputing.com/st...
This video is part of the PyQt6 Tutorial Series on my channel. I go over what is PyQt6, how to install it, how to create a basic window, and how to customize the window.
I also introduce the 2 most basic widgets of PyQt6: QLabel and QPushButton.
Chapters:
00:00 | What is PyQt6
00:35 | Installing PyQt6
00:55 | Making a window
02:15 | Customizing our window (size, title & icon)
05:13 | Adding widgets in PyQt6 (QLabel)
10:23 | Adding widgets in PyQt6 (QPushButton)
12:20 | Extras