Using Qt Designer files in PySide6 or PyQt6

  Рет қаралды 13,636

Jason Codes Qt

Jason Codes Qt

Күн бұрын

Пікірлер: 32
@SyncEdgeHandle
@SyncEdgeHandle 11 ай бұрын
The perfect video for Python and QT designer. Highly recommended.
@JimiDerek
@JimiDerek Жыл бұрын
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.
@josys363
@josys363 Жыл бұрын
I’ll have to do a video on that.
@bluesdog88
@bluesdog88 Жыл бұрын
Thanks Jason, some great coverage of some of the basics I have been wondering about, cheers!
@AlfredoMartinez-td7im
@AlfredoMartinez-td7im 5 ай бұрын
Great basic tutorial.. the best I´ve seen about the right way to apply QT Designer. Thanks a lot!
@MiguelVergara-d3j
@MiguelVergara-d3j 8 ай бұрын
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.
@afzalwalinaushahi
@afzalwalinaushahi 5 ай бұрын
I started using Visual Assist with Visual Studio 6 back in 2005. lovely tutorial.
@connorwertz4387
@connorwertz4387 Жыл бұрын
This was so informative, thank you!
@cornevanzyl5880
@cornevanzyl5880 Жыл бұрын
Thank you for sharing your experience and expertise.
@ichbrauchmehrkaffee5785
@ichbrauchmehrkaffee5785 2 жыл бұрын
Definetely got me interested in the "proppper" way of creating guis in python with qt
@raufali4660
@raufali4660 9 ай бұрын
Thank you so much. You are the best! Really!!!
@warwickrigby6894
@warwickrigby6894 Жыл бұрын
Brilliant, I agree with all you said.
@ffprobe
@ffprobe Жыл бұрын
Thank you for sharing, best PyQt tutorial I've come across on KZbin. Do you happen to have a Discord community server?
@josys363
@josys363 Жыл бұрын
I don't actually. I'm far too busy to maintain a Discord at this point. Although, maybe in the future.
@OhioValleyEV
@OhioValleyEV Жыл бұрын
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
@josys363
@josys363 Жыл бұрын
Yes I can do a video on that.
@OhioValleyEV
@OhioValleyEV Жыл бұрын
@@josys363 perhaps show your complete setup. I started with pycharm about 6 months ago and my setup is a mess. your layout looks clean and i like your workflow. so maybe even a video on your workflow
@SeneshNagodaVithana
@SeneshNagodaVithana Жыл бұрын
@@josys363 how to do that --> right click options you have to generate they .pt for the .ui
@NB001ful
@NB001ful 8 ай бұрын
Great video. What IDE or theme is that? I like the aesthetic
@josys363
@josys363 8 ай бұрын
It’s PyCharm Professional with the high contrast theme.
@marsma18
@marsma18 Жыл бұрын
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.
@josys363
@josys363 Жыл бұрын
No you should not program everything into one class. In my fuller tutorial video I go over more separation of classes.
@tylorwashere8434
@tylorwashere8434 10 ай бұрын
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.
@josys363
@josys363 10 ай бұрын
I really don't see many people doing what you are trying to do. You could add widgets to a tab and then hide that tab. Then from tab one you could show different tabs depending on what button is pressed.
@tylorwashere8434
@tylorwashere8434 10 ай бұрын
@@josys363 so you don't see a way to dynamically generate a tab? I was hoping there was a way to set up a widget class then use it as a layout for a tab
@urax5341
@urax5341 Жыл бұрын
Really good video, I wonder if there is a way for PySide6/PyQt6 to compile ui file to QML?
@josys363
@josys363 Жыл бұрын
Not that I am aware of. But I don't work with QML at all, so I can't say for sure.
@urax5341
@urax5341 Жыл бұрын
​@@josys363 I've found it, there is a Qt Quick Designer plugin for Qt Creator that probably does what I want 😀
@josys363
@josys363 Жыл бұрын
@@urax5341 It looks too that you can use Qt Design Studio too. Although I think that's a product that you would have to pay for.
@urax5341
@urax5341 Жыл бұрын
​@@josys363 Thanks for the suggestion, if I got more rich I would surely opt for that !
@sennlich
@sennlich Жыл бұрын
Top Top Top !!
@DrewTNaylor
@DrewTNaylor Жыл бұрын
I don't care if that's the wrong way to pronounce it, it sounds cooler.
A basic PySide6 and Qt Designer tutorial.
1:33:05
Jason Codes Qt
Рет қаралды 48 М.
5 deadly Rust anti-patterns to avoid
13:25
Let's Get Rusty
Рет қаралды 40 М.
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
Working with signals and slots in PySide or PyQt.
29:02
Jason Codes Qt
Рет қаралды 6 М.
Premature Optimization
12:39
CodeAesthetic
Рет қаралды 853 М.
Using Qt Resources for icons in PySide6 or PyQt6
12:11
Jason Codes Qt
Рет қаралды 4,9 М.
Rant: Entity systems and the Rust borrow checker ... or something.
1:01:51
QtDesigner and PyQt5:  The right and wrong way to use them together
37:16
Alan D Moore Codes
Рет қаралды 109 М.
Qt Designer. Good or Bad for a Beginner?
20:26
Jason Codes Qt
Рет қаралды 364
How to use Qt Layouts
19:18
Velcode
Рет қаралды 100 М.
PyQt5 vs. PyQt6: Syntax Changes, Licenses, and Should you upgrade? [2022]
8:19