Python: PyQT: Unterschied zwischen den Versionen
Flinh1 (Diskussion | Beiträge) (→Quellen) |
Flinh1 (Diskussion | Beiträge) (→Quellen) |
||
Zeile 21: | Zeile 21: | ||
== Quellen == | == Quellen == | ||
+ | * https://realpython.com/python-menus-toolbars/ | ||
* <nowiki>https://www.tutorialspoint.com/pyqt/pyqt_hello_world</nowiki> | * <nowiki>https://www.tutorialspoint.com/pyqt/pyqt_hello_world</nowiki> | ||
* [https://www.youtube.com/watch?v=JBME1ZyHiP8&list=PLQVvvaa0QuDdVpDFNq4FwY9APZPGSUyR4 Einführung in GUIs mit Python - PyQT Programmier Tutorial] | * [https://www.youtube.com/watch?v=JBME1ZyHiP8&list=PLQVvvaa0QuDdVpDFNq4FwY9APZPGSUyR4 Einführung in GUIs mit Python - PyQT Programmier Tutorial] |
Version vom 19. November 2020, 06:08 Uhr
Allgemeines
>>> import sys >>> from PyQt4 import QtGui
Quellen
- https://realpython.com/python-menus-toolbars/
- https://www.tutorialspoint.com/pyqt/pyqt_hello_world
- Einführung in GUIs mit Python - PyQT Programmier Tutorial
| |