We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 447efee commit a2b16a8Copy full SHA for a2b16a8
1 file changed
README.md
@@ -26,6 +26,7 @@ For alternative installation methods, see [the wiki](https://github.com/pyqt/pyt
26
>>> button = QtWidgets.QPushButton("Hello")
27
>>> button.setFixedSize(400, 400)
28
>>> button.show()
29
+>>> app.exec_()
30
```
31
32
- More information in the [Wiki](https://github.com/pyqt/python-qt5/wiki)
0 commit comments