Creating PySide2 UI without .ui / Qt Designer

Heads up! You've already completed this tutorial.

jza | 2020-05-11 08:48:39 UTC | #1

I want to know if its possible to have a PySide2 code with no ui needed. How can I write the widgets into the window without the qtcreator file.


martin | 2020-05-20 21:29:47 UTC | #3

The beginner tutorial here also now has both PyQt5 & PySide2 code. I'm adding PySide2 code to the other tutorials as I update them.


Create GUI Applications with Python & Qt5 by Martin Fitzpatrick — (PySide2 Edition) The hands-on guide to making apps with Python — Over 10,000 copies sold!

More info Get the book

Well done, you've finished this tutorial! Mark As Complete
[[ user.completed.length ]] completed [[ user.streak+1 ]] day streak

Creating PySide2 UI without .ui / Qt Designer was written by Martin Fitzpatrick .

Martin Fitzpatrick has been developing Python/Qt apps for 8 years. Building desktop applications to make data-analysis tools more user-friendly, Python was the obvious choice. Starting with Tk, later moving to wxWidgets and finally adopting PyQt.