PyQt6 Tutorial Series - Creating a Basic GUI Application in Python

Поділитися
Вставка
  • Опубліковано 18 лис 2024

КОМЕНТАРІ • 15

  • @dcjibo
    @dcjibo 6 днів тому

    CodeLegacy has helped me a lot to really face PyQt stuff. Initially it was your accent that wasn't pleasant to me, but later on I said to myself let me look at the videos properly. But after going through the videos I became confident in PyQt especially the PtQt6 which you have made videos on. I like your approach to the topics. I want to say a thank you. What other aspect of Python have you made videos on?

  • @thebuggser2752
    @thebuggser2752 6 місяців тому

    Presented exceptionally well! Thanks!

  • @dcjibo
    @dcjibo 6 днів тому

    Have you made videos on python's web frameworks like Django or Flask? Your videos are awesome.

  • @Xardas_
    @Xardas_ Рік тому

    the QIcon Widget didn't work for me. I'm on a macbook btw, maybe it's platform dependent ?

  • @adrianacerd
    @adrianacerd 11 місяців тому

    Hello, great tutorials. Thanks a bunch. I am migrating from Qt C++ to PyQt and this has been of great gelp. Though when I try the clicked.connect() of QPushButton it says that it is not a method of clicked. It doesn't break or anything. Just does absolutely nothing. Is there a fix or a bug I may be having? This is what I am doing:
    self.button = QPushButton("The title")
    self.button.clicked.connect(myFunc)
    Any help is appreciated! Thanks!

  • @hlubradio2318
    @hlubradio2318 4 місяці тому

    Very nice and concise thanks

  • @wartem
    @wartem 2 роки тому +2

    Perfect. Just get a better microphone. Otherwise perfect.

  • @Rubbernecker
    @Rubbernecker Рік тому

    Great video! Very helpful!!

  • @Xardas_
    @Xardas_ Рік тому

    What microphone are you using ? the sound quality is really great !

  • @alanalmeida7887
    @alanalmeida7887 2 роки тому

    Thanks, informative!

  • @aaroncatolico7550
    @aaroncatolico7550 2 роки тому +3

    This is a great tutorial. My only criticism is that when teaching a new library, you shouldn't use more advanced styles of programming such as using classes since at this point PyQt5 or PyQt6 may be entirely new to people who are just beginning Python and want to learn GUI development. You should have shown demonstrations without the classes which is a lot more code to wrap your mind around when just first starting out. I would have taught them just the simple structure without the classes and explained how to create namespaces by imported specific PyQt modules, what each means, why it's being imported, then move on to specific widgets such as QLabel, QButton, QLineEdit, etc., etc., all without explaining classes first. You gotta work your way into it so you don't scare off newbies just coming into these languages.

    • @coderslegacy5661
      @coderslegacy5661  2 роки тому +4

      Appreciate the honest feedback. Will keep that in mind for future tutorials.
      I actually started the Tkinter GUI series (published before PyQt6) without the use of Classes for the very reason you mentioned. But decided to go for Classes directly with PyQt6. Each approach has its pros and cons, but I think I can try to find a compromise between both.

  • @nipcfo5893
    @nipcfo5893 Рік тому

    can you make the source code available for us to practice and use thanks

  • @alexneigh7089
    @alexneigh7089 3 місяці тому

    What is "Joo-Why"?

  • @ayayronbalakey7789
    @ayayronbalakey7789 Рік тому

    very complicated for starting a new library...