Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
PyQt and PySide for newbies: Difference between revisions
No edit summary |
mNo edit summary |
||
(7 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:PySide]] | |||
{{Delete | reason=The Wiki is not for advertising 3rd party projects or blogs.}} | |||
Dear community, | |||
Currently I am working on a tutorial series on Cross Platfom Application Development using Qt, PyQt and PySide. I plan it to span into 7 articles, which will cover starting from the very basic aspect of Qt application development (installation, compiling, project management, unit testing, etc). I will work it on the way to top until it cover a useful Android Tutorial development using Qt (or, well, that maybe separated into another series..) | |||
All my articles were stored in http://pythonthusiast.pythonblogs.com/, and due to the not-so-pretty <span class="caps">URL</span> it generate, hereby I listed its shortened link. Hope you enjoyed it, and will be great that you leave comment so I know what things to be focused and what what things to be left out <span class="smiley">:)</span> | |||
# [http://pythonthusiast.pythonblogs.com/230_pythonthusiast/archive/1348_developing_cross_platform_application_using_qt_pyqt_and_pyside__introduction-part_1_of_7.html Part 1 : Introduction] ''[pythonthusiast.pythonblogs.com]'' | |||
# [http://pythonthusiast.pythonblogs.com/230_pythonthusiast/archive/1351_developing_cross_platform_application_using_qt_pyqt_and_pyside__first_iteration_of_the_overall_application_design_and_hello_world-part_2_of_7.html Part 2 : First Iteration of The Overall Application Design and Hello World!] ''[pythonthusiast.pythonblogs.com]'' | |||
# [http://pythonthusiast.pythonblogs.com/230_pythonthusiast/archive/1351_developing_cross_platform_application_using_qt_pyqt_and_pyside__first_iteration_of_the_overall_application_design_and_hello_world-part_2_of_7.html Part 3 : Test Driven Development and Unit Testing in C++ and Python] ''[pythonthusiast.pythonblogs.com]'' | |||
# [http://pythonthusiast.pythonblogs.com/230_pythonthusiast/archive/1355_developing_cross_platform_application_using_qt_pyqt_and_pyside__database_support-part_4_of_7.html Part 4 : Database Support in C++ Qt, PyQt and PySide] ''[pythonthusiast.pythonblogs.com]'' | |||
(To be continued) | |||
Hope it help somebody out there! | |||
Thanks,<br /> Eko | |||
PS : As I already registered myself as contributor in http://planet.python.org, these articles can also be enjoyed there! |
Latest revision as of 00:26, 19 October 2017
This article is nominated for deletion. Reason: The Wiki is not for advertising 3rd party projects or blogs. Please raise your support/opposition to this nomination in the article's discussion page. |
Dear community,
Currently I am working on a tutorial series on Cross Platfom Application Development using Qt, PyQt and PySide. I plan it to span into 7 articles, which will cover starting from the very basic aspect of Qt application development (installation, compiling, project management, unit testing, etc). I will work it on the way to top until it cover a useful Android Tutorial development using Qt (or, well, that maybe separated into another series..)
All my articles were stored in http://pythonthusiast.pythonblogs.com/, and due to the not-so-pretty URL it generate, hereby I listed its shortened link. Hope you enjoyed it, and will be great that you leave comment so I know what things to be focused and what what things to be left out :)
- Part 1 : Introduction [pythonthusiast.pythonblogs.com]
- Part 2 : First Iteration of The Overall Application Design and Hello World! [pythonthusiast.pythonblogs.com]
- Part 3 : Test Driven Development and Unit Testing in C++ and Python [pythonthusiast.pythonblogs.com]
- Part 4 : Database Support in C++ Qt, PyQt and PySide [pythonthusiast.pythonblogs.com]
(To be continued)
Hope it help somebody out there!
Thanks,
Eko
PS : As I already registered myself as contributor in http://planet.python.org, these articles can also be enjoyed there!