Learn Python GUI Development for Desktop – PySide6 and Qt Tutorial

Learn Python GUI Development for Desktop – PySide6 and Qt Tutorial

freeCodeCamp.org

1 год назад

405,322 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@PaulHidalgo-w7y
@PaulHidalgo-w7y - 08.09.2024 04:27

Taylor Christopher Lewis Susan Thomas Mary

Ответить
@GibbonBlake-p9w
@GibbonBlake-p9w - 08.09.2024 02:24

Jones Carol Wilson Angela Williams William

Ответить
@DavyEden-t3x
@DavyEden-t3x - 07.09.2024 03:19

Taylor Anna Rodriguez Dorothy Walker Barbara

Ответить
@ONeilConrad-m2s
@ONeilConrad-m2s - 03.09.2024 13:55

White Matthew Martinez Sharon Brown Amy

Ответить
@KcodesGh
@KcodesGh - 25.08.2024 00:54

the fact that you from Rwanda and speak good English is amazing

Ответить
@phat80
@phat80 - 11.08.2024 11:57

Prfffff, 5 hours and only some very basic concepts 👎🏻 You could tell all this in an hour.

Ответить
@MedEighty
@MedEighty - 10.08.2024 19:22

This is a good beginner course for PySide6, so far as the contents in the video are concerned. Oddly, it does not seem to cover everything that is available in its associated GitHub repository, including things to do with Qt Creator, which is mentioned a number of times in the video but skipped, and more advanced things, which are mentioned at the end of the video for you to look into yourself.

Ответить
@user-fu7nl9si2q
@user-fu7nl9si2q - 06.08.2024 22:54

Knowledgeable content 🤑

Ответить
@carl2488
@carl2488 - 01.08.2024 19:45

TLDR: Qt for Python allows you to do "all kinds of kerrazy things"

Ответить
@D-trino
@D-trino - 26.07.2024 18:07

Can you creat course on Qt with c++

Ответить
@mshojaei77
@mshojaei77 - 27.06.2024 03:57

awesome tutorial

Ответить
@CristhianDalmazzo
@CristhianDalmazzo - 22.06.2024 19:50

I learned a lot with this video and this is really cool!

Ответить
@NitinSingh-webdev
@NitinSingh-webdev - 19.06.2024 09:11

hey i need help with this i am creating a project i need to make a box wich contain dynamically box which are clickable and on each button call a function to show card list something like a filter functioning with box card which show cards and i need to place my filter cards and to selecttion card which are clickable in differrent widget for better ui any one with a slightly idea how to achieve this i sincerly need help with this plz plz

Ответить
@sparklee6994
@sparklee6994 - 15.06.2024 19:04

How to use Asyncio with pyside6? I have a GUI designed by pyside6 (and Qt), behind the GUI I have intensive serial communication done by Pyserial and asyncio....can I share the same event loop required by GUI and asyncio?

Ответить
@hel1festerfelt180
@hel1festerfelt180 - 13.06.2024 17:41

В требованиях к пониманию курса были указаны знания языка и понятий ООП, но при этом автор некоторые моменты крайне часто объясняет как будто абсолютным новичкам в программировании. На протяжении всего видео подбешивало такое отношение

Ответить
@ahmedmokhtar4860
@ahmedmokhtar4860 - 08.06.2024 18:04

Awesome Course

Ответить
@leonstone3443
@leonstone3443 - 04.06.2024 00:16

lol im stuck at the importing part. Visual Code is saying i dont have PySide installed when i do

Ответить
@tehseenbaig3198
@tehseenbaig3198 - 29.05.2024 11:07

but sir i have run into many courses but no one tells us to how to connect the interface with backend, means to put functions or to firebase. also I have another query that how to us a single GUI for the multiple data Pyside6, example: if you see the healthcare monitoring app there are multiple patient data shown in the single window, insuch a way when the patient 1 button is pressed then its data is shown in the GUI, but when the patient 2 button is pressed the data of patient 2 is shown, but the pervious patient1 data still there streaming in those components. please I have the screenshot of an interface please guide me how to make is

Ответить
@slonbeskonechen8310
@slonbeskonechen8310 - 20.05.2024 14:40

Класс! Давно хотел перейти с tkinter на что-нибудь, где есть designer, надоело элементы кодом прорисовывать, PySide в связке с QT designer - просто прекрасно!

Ответить
@sparklee6994
@sparklee6994 - 12.05.2024 20:27

good tutorial,... demonstrated every pieces of GUI design, but manipulating with sub-window under the main window. how to create it work on it and delete it while remain the main window.

Ответить
@Broughtvulture
@Broughtvulture - 12.05.2024 14:07

How do you deploy a program? Sorry looked at the end of the video and i dont see that part

Ответить
@merzakrezgui1215
@merzakrezgui1215 - 30.04.2024 14:10

We need a tutorial about qt designer 4 and c++ gui app development.
Who agree like comment

Ответить
@gadgetboyplaysmc
@gadgetboyplaysmc - 03.04.2024 19:42

For Macbook users, I was only able to get the action to work by doing:
```py
# Create the menu bar
menubar = QMenuBar(self)
menubar.setNativeMenuBar(True)
self.setMenuBar(menubar)

# Create the Quit menu
quit_menu = QMenu("\0Options", self)
menubar.addMenu(quit_menu)

# Create the Quit action
quit_action = QAction(" &Quit", self)
quit_action.setShortcut("Ctrl+Q")
quit_action.triggered.connect(self.close)
quit_menu.addAction(quit_action)
```

Ответить
@m.ashfaqullasharif3085
@m.ashfaqullasharif3085 - 30.03.2024 08:28

Does pyqt jobs available in job market, bcz i didnt find it at any platform out there.

Ответить
@danakee
@danakee - 21.03.2024 19:45

This is awesome! I can now do "lots of crazy things!" :) Thanks!

Ответить
@nahueld9326
@nahueld9326 - 14.03.2024 00:10

I have problems with qt designer, using W11, when I open the design layout to edit grafically the window, it crashes and closes itself. I've already tried using older versions of qt creator, if anyone knows how to solve it

Ответить
@gstiwari
@gstiwari - 19.02.2024 07:59

Wonderful tutorials. Thanks for your explanation and time.

Ответить
@ArrowFixcom
@ArrowFixcom - 11.02.2024 01:45

Very nice thank you so much for your effort you put into this tutorial. At the end I found also the solution in the comments for the menu issue in MacOS

Ответить
@niquedegraaff
@niquedegraaff - 04.02.2024 18:47

This is really cool :)

Ответить
@Frostbitecgi
@Frostbitecgi - 28.01.2024 09:41

i watched the 5 hours full video but still don't know how to build a simple calculator using pyside6. i only learned how to make buttons and windows but that's not helping me create a fully functional GUI application like a calculator. so i am not sure if i should buy his course!! because in that course he might just teach how to create buttons but not show how to use them to make a fully functional app.

Ответить
@loradurkova7152
@loradurkova7152 - 24.01.2024 10:19

Can someone help me? I cannot understand what the QtCore and QtCore.Qt are used for.

Ответить
@aimanelkhedrawi2601
@aimanelkhedrawi2601 - 31.12.2023 02:20

menubar wont appear on macbook m3 chip

Ответить
@OlehPatrushev
@OlehPatrushev - 25.12.2023 17:43

Thank you very much! It's so useful.

Ответить
@dmitriynayanov6428
@dmitriynayanov6428 - 09.12.2023 19:40

timestamps are incorrect

Ответить
@faridnubaili7917
@faridnubaili7917 - 08.12.2023 06:26

i have this error when load ui file to python using quiloader
qt.pysideplugin: No python files found in '.'.
qt.pysideplugin: No instance of QPyDesignerCustomWidgetCollection was found.
any solutions for this problem?

Ответить
@nekketsu6676
@nekketsu6676 - 07.12.2023 12:48

for the Qlabel and Images part , can you explain how can we resize the image please ?

Ответить
@TheRockndot
@TheRockndot - 05.12.2023 08:52

Amazing tutorial! My only recommendation would be to put some acoustic panels on the walls to reduce the echo/resonance in the video - it makes it kind of hard to hear.

Ответить
@lisalin9375
@lisalin9375 - 03.12.2023 08:36

I really love "you can do every kind of crazy things", truly amazing teacher

Ответить
@friedmule5403
@friedmule5403 - 02.12.2023 16:33

I do really like your video, what I do not understand is why python is so extremely awful when it is about graphic user interface, it is like jumping back to 1990 and using assembler or maybe even Turbo Pascal. How do you make irregular windows shapes, gradually fade out part of the window, make the title bar look like blue glass, and lots of other things, how do you make dynamic menus, animated icons, icons in the tray?
All things you could do with a few lines of codes in other languages.

Ответить
@Drewadesign
@Drewadesign - 29.11.2023 06:14

If you're doing a tutorial for people who might be new to the language, you should consider naming your variables something that obviously distinguishes them from other components. For example, folks quite familiar with python can look at button=QPushButton and button.clicked.connect(button_clicked) and know what's a variable, what's a command, what's an argument, etc. To someone learning, it all just looks like button_clicker = buttonWhatever.button.click(button.click_whatever). If you use a naming schema that more obviously portrays what role it serves in the button's function: e.g. name your click handling function run_me_when_clicked and your variable my_button_ref, you'll save your newer users some mental overhead when untangling an unfamiliar bit of syntax.

Ответить
@adewumi8368
@adewumi8368 - 21.11.2023 14:50

Can this be used to develop webapps and phone apps too?

Ответить