Using Qt Designer files in PySide6 or PyQt6

preview_player
Показать описание
This video will show you the correct way to use Qt Designer UI files in either PySide6 or PyQt6.
Рекомендации по теме
Комментарии
Автор

Great basic tutorial.. the best I´ve seen about the right way to apply QT Designer.
Thanks a lot!

AlfredoMartinez-tdim
Автор

I started using Visual Assist with Visual Studio 6 back in 2005. lovely tutorial.

afzalwalinaushahi
Автор

The perfect video for Python and QT designer. Highly recommended.

SyncEdgeHandle
Автор

you are right. There are many people teaching badly. I wasted a lot of time and sometimes the code they are writing doesn't work well. This video was really inspiring, it helped me understand which is the correct path.

xnkcigf
Автор

This is the first resource I've come across that is useful to a professional developer. GREAT. A vid showing your PyQt / PyCjarm integration setup would be *much* appreciated.

JimiDerek
Автор

Thanks Jason, some great coverage of some of the basics I have been wondering about, cheers!

bluesdog
Автор

Definetely got me interested in the "proppper" way of creating guis in python with qt

ichbrauchmehrkaffee
Автор

Thank you so much. You are the best! Really!!!

raufali
Автор

Thank you for sharing your experience and expertise.

cornevanzyl
Автор

Brilliant, I agree with all you said.

warwickrigby
Автор

Thank you for sharing, best PyQt tutorial I've come across on YouTube.
Do you happen to have a Discord community server?

ffprobe
Автор

have you done a video on how to setup Pycharm to use the Qt code generator. if not, can you do a video on how you have your Pycharm set up? I'm not able to get the right click options you have to generate they .pt for the .ui

OhioValleyEV
Автор

Great video. What IDE or theme is that? I like the aesthetic

NBful
Автор

This is literally the exact video I have been searching for.

Previously I had been trying to load the xml files using QUiLoader, and it just wasn't working the way I expected it to. This is perfect.

I do have a question and I am really hoping you can help me out. I am trying to develop a program that mainly uses a tab widget for navigation. From a "welcome" tab, you can press buttons that will open their functions in a new tab. Ideally i would like to create a widget for each tab, and then load that widget as the new tab when the corresponding button is pressed. I am having some trouble getting widgets to open as a new tab.

Do you have a video that explains this? Your video style is very easy to understand and I would love if you had some content that could help me out with this.

tylorwashere
Автор

Your example is really small and one class is sufficient but how about gui that have lot of functionalities and lots of dependencies. Do you program that in one class? How you can divide this into smaller pieces.

marsma
Автор

I don't care if that's the wrong way to pronounce it, it sounds cooler.

DrewTNaylor
Автор

Really good video, I wonder if there is a way for PySide6/PyQt6 to compile ui file to QML?

urax