Last updated
Was this helpful?
Last updated
Was this helpful?
All PyQT applications have 1 instance of QApplication
.
Hand control to Qt and actually run the app after it has been created until the user closes the application
Need a window to place widgets like buttons
Examples: Fusion, Windows, Macintosh, WindowsVista (dependent on platform)
Reaction to events (like when user clicks a button)
How do you give this app to others (without the source code)?
Create binary exectuable
Note: Only for people with the same OS as you.