Qt for Python/Tutorial: Difference between revisions
Jump to navigation
Jump to search
AutoSpider (talk | contribs) (Move Category:QtForPython -> Category:Qt for Python) |
(Add a tutorial) |
||
Line 1: | Line 1: | ||
[[Category:Qt for Python]] | [[Category:Qt for Python]] | ||
'''(Page under construction)''' | '''(Page under construction)''' | ||
== Tutorials == | |||
* [https://build-system.fman.io/python-qt-tutorial Create a simple chat client with Qt for Python] | |||
== Examples == | == Examples == |
Revision as of 18:00, 13 November 2018
(Page under construction)
Tutorials
Examples
The best way to start learning about Qt for Python is to start coding examples. Here we try to provide a set of simple examples that will help you understand all the main topics behind every Qt for Python application.
- Hello World (QLabel)
- Hello World (QML)
- Hello World (QMessageBox)
- Simple clickable button
- Simple Dialog