MENU

Fun & Interesting

Making Desktop Application with Python & QT Designer EASILY (Along side PyQt6)

Younes Lab 3,545 5 months ago
Video Not Working? Fix It Now

Welcome everyone! In this video I aim to show you how you can Qt Designer to make desktop application easily ^^ 🖥️ Useful Links: 🔗 How to install Qt Designer: https://www.pythonguis.com/installation/install-qt-designer-standalone/ 🔗 Installing Pytohn 3.10.10: https://www.python.org/downloads/release/python-31010/ 🔗 Link to my python course: https://www.udemy.com/course/python-for-science-engineering-the-bootcamp/?referralCode=24D9604B8C46B65E9E7E 🔗 Source code: https://github.com/Younes-Toumi/Youtube-Channel/tree/main/How%20to's/PyQt%20Designer%20Tutorial 🖥️ Useful Commands • To install packages in python version 3.X: py -3.X -m pip install replace_name_package • To convert a .ui file to a .py file: pyuic6 -x file.ui -o output_file.py Enjoy ~ 🐍 🖥️ GitHub Link: https://github.com/Younes-Toumi 💼 LinkedIn Link: https://www.linkedin.com/in/younes-abdeldjalil-toumi-334b29207/ 🕒 Timestamps: 00:00 - Introduction 00:49 - Installing Qt Designer 05:45 - Micro Tutorial on Qt Designer 7:32 - How to create a window with PyQt6 11:22 - Loading a UI from QT Designer 18:00 - Must Watch!

Comment