In this episode of the Notepad App w/ Python & Qt series, I implemented the file dialog for opening and saving a file. The toolbar buttons are now capable of triggering the file dialog, yet the actual file operations will be handled in the next episode.
The video also demonstrated the use of properties. Properties are variables which can be used within a QML element.
This series is created as an example of building a GUI application using Python, as well as building a desktop application which will work on Linux and Windows. Follow this series and you will learn how to make a GUI using Python and the Qt framework.