Python: PyQT: Unterschied zwischen den Versionen
Flinh1 (Diskussion | Beiträge) (→Quellen) |
Flinh1 (Diskussion | Beiträge) (→Quellen) |
||
Zeile 20: | Zeile 20: | ||
== Quellen == | == Quellen == | ||
+ | |||
+ | * http://openbook.rheinwerk-verlag.de/python/39_003.html | ||
* https://realpython.com/python-menus-toolbars/ | * 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 23. November 2020, 16:51 Uhr
Allgemeines
>>> import sys >>> from PyQt4 import QtGui
Quellen
- https://www.tutorialspoint.com/pyqt/pyqt_hello_world
| |