Python, Qt Designer and PySide2 (or PyQt5) QPropertyAnimation Widgets Animation [MODERN GUI]

แชร์
ฝัง

ความคิดเห็น • 51

  • @WandersonItsMe
    @WandersonItsMe  3 ปีที่แล้ว +2

    Because some problems with copyright of music some pieces are without sound.
    Unfortunately, some people release music without copyright and right after having a lot of people using it, they apply copyright.

  • @markusr.2115
    @markusr.2115 4 ปีที่แล้ว +2

    Thank you very much ... you are the first one I found here on TH-cam who shows QT in such detail and also programmed a nice GUI ... thank you very much from Germany ... next time I'm in Brazil I invite you for a beer

    • @WandersonItsMe
      @WandersonItsMe  4 ปีที่แล้ว +1

      Thank you very much Markus 😀! Unfortunately there is very little Qt content for Python on the internet with modern GUI.

  • @avaze7
    @avaze7 4 ปีที่แล้ว +1

    You're a legend!
    I started getting into GUI Programming 3 Months ago and it was really hard for me to get the app to look how I want, but thanks to these tutorials I learned so much useful stuff, big thanks!

  • @DaniruDEV
    @DaniruDEV 3 ปีที่แล้ว

    first thing i learnt from u is not only the features make your app greate but also the colors. Your colors selection is awsome

  • @rezhg6370
    @rezhg6370 4 ปีที่แล้ว +1

    haven't watched it yet but pressed like as fast as I could

  • @antonyalen2745
    @antonyalen2745 4 ปีที่แล้ว

    More people should be aware of your channel coz you have premium content bro

    • @WandersonItsMe
      @WandersonItsMe  4 ปีที่แล้ว +1

      Thank you very much 😀😀!!!

  • @galaxymariosuper
    @galaxymariosuper 4 ปีที่แล้ว

    so good man...
    btw you dont need to setStart value() to any values. that way it can be retracted and expanded at any state

  • @FireSecret
    @FireSecret 4 ปีที่แล้ว

    9:55 How do you get all the info for the class and the methods available for each class? I really want to have this on my VS

    • @WandersonItsMe
      @WandersonItsMe  4 ปีที่แล้ว

      Hi, I get this infos reading the official website qt.io

  • @amjad88aa
    @amjad88aa 4 ปีที่แล้ว

    Real great i downloaded the repo even before this video . Couldnt wait 😊 But the video is even amazing . TYSM for your tutorials

    • @amjad88aa
      @amjad88aa 4 ปีที่แล้ว

      Just one suggestion you can combine expand and retract function and just use a function for progressbar animation(start value,end value)
      This will reduce code duplication 😊

    • @WandersonItsMe
      @WandersonItsMe  4 ปีที่แล้ว +1

      Thank you very much 😀!!! Yes, I create something like that in this project (toggle/burguer menu): th-cam.com/video/5u2805f0xFw/w-d-xo.html

    • @WandersonItsMe
      @WandersonItsMe  4 ปีที่แล้ว +1

      It was just to make the tutorial a little faster, I'm very busy in the company lately and the time to record is short. 😢

  • @marcospiotto9755
    @marcospiotto9755 2 ปีที่แล้ว

    Nice video! How did you get the View Python Code botton in Qt designer?

  • @NailujAgelliv
    @NailujAgelliv 3 ปีที่แล้ว

    Não tenho muita experiência com Python e fiquei com a seguinte duvida:
    Na linha "self.animation = QPropertyAnimation(self.ui.progressBar , b"value")" eu não sei o que o 2° parâmetro é.
    A documentação da clase QPropertyAnimation diz que o 2° parâmetro deve ser uma instânciada clase PySide6.QtCore.QByteArray , eu não entendo como b"value" retorna uma instância dessa clase, b é algum tipo de construtor?
    Desde já, muito obrigado.

  • @maumau4369
    @maumau4369 3 ปีที่แล้ว

    so my problem is when I will call the class MainWindow(QMainWindow) in the if __name__ == '__main__': thingi I get an error Because the class have an argument and yeah but when I put in an argument the int cant take it so please help me :(

  • @mrrohan6396
    @mrrohan6396 3 ปีที่แล้ว

    Hi,
    Is it possible to create an animation of elevator going up and down using pyqt?
    I got this idea after watching your content. Is it possible though?

  • @onurhanerkoc1
    @onurhanerkoc1 4 ปีที่แล้ว

    Please upload more QT content. Very successful. Thank you.

    • @WandersonItsMe
      @WandersonItsMe  4 ปีที่แล้ว

      Thank you very much! I will try 😀

  • @andersonlemos572
    @andersonlemos572 4 ปีที่แล้ว

    how can I make to output print wich letter wit different colors?
    Ex: if I put inside the input de letter "a" output print "b" RED
    if i put "c" output print "z" blue
    and, if write a text and my text have the letters "b" and "z"... b will print RED, and z will print blue like "BAZINGA"

  • @etdle7
    @etdle7 4 ปีที่แล้ว

    I saw your recent posts that You make addons for Blender, also I make addons , but I see that You can create your own UI for that, It Will be awesome if You touch that topic un your videos, I'll appreciate your content, I love it!

    • @WandersonItsMe
      @WandersonItsMe  4 ปีที่แล้ว

      Yes, I already created some addons for Blender. I am now creating C# software that interacts with Blender to automate renders, but I haven't studied the standard Blender UI yet.
      It is possible to use PySide2 with Blender in Addons, however for users without programming knowledge it is complicated to use because you need to install PySide2, to have some knowledge of Python.

  • @avaze7
    @avaze7 4 ปีที่แล้ว

    Hey I had a question: Im making an Program where I want to Pick colors, but I really dont want to use the native color picker as it totally doesn't fit the style. So after some experimenting I got a quite nice color picker, but I feel my Code is not really efficient and it lacks functionality like inputting hex colors & picking a screen color. Maybe you could do a tutorial about it? or maybe I could send you my Code and you can adapt and improve it to show case here?
    I know that's a lot im asking, but youre the only Person I know that could do this good :)

    • @WandersonItsMe
      @WandersonItsMe  4 ปีที่แล้ว +1

      Qt Widgets has several limitations, some customizations need to be done in C++. Your problem ends up being very specific, you may be able to solve it using other Python modules or writing a new Widget in C++

    • @avaze7
      @avaze7 4 ปีที่แล้ว

      @@WandersonItsMe That sound like something I'm not capable of :'(
      But thanks for the tip Anyway, I didnt even know I can customize widgets with c++ and use them in Python. That would also be a great tutorial: How to create Advanced Custom Widgets with C++

  • @ice-code4431
    @ice-code4431 3 ปีที่แล้ว

    Thank you very much, really great, please post more videos [qt]
    Are these libraries the same for pyqt5?

  • @usamasattar1139
    @usamasattar1139 4 ปีที่แล้ว

    Thank You!

  • @jandsonnava3986
    @jandsonnava3986 4 ปีที่แล้ว

    Very good
    !

  • @X7ikmet
    @X7ikmet 4 ปีที่แล้ว

    I have a problem with PySide2 in Python. If I set a loop, the program stops working.

    • @WandersonItsMe
      @WandersonItsMe  4 ปีที่แล้ว

      It is necessary to be careful to work with Loop (for / while) in any language, maybe your loop is overloading the application doing too many calculations or generating a specific error when being executed

    • @X7ikmet
      @X7ikmet 4 ปีที่แล้ว

      @@WandersonItsMe ok thank you

  • @jamesmacbeth7433
    @jamesmacbeth7433 4 ปีที่แล้ว

    What VSCode theme are you using?

  • @abdousaidi1189
    @abdousaidi1189 4 ปีที่แล้ว

    Very good

  • @josealexsandro9768
    @josealexsandro9768 4 ปีที่แล้ว

    Qual é a diferença só Qt Desing Para O Qt Design Studio? Vídeo Muito Bom.

    • @WandersonItsMe
      @WandersonItsMe  4 ปีที่แล้ว

      Qt Design Studio é a IDE grafica atual usada pela Qt, usa Qt Quick em vez de Qt Widgets como o Qt Designer.
      Qt Quick também é uma tecnologia antiga, porém foi a que a Qt escolheu como principal para suas aplicações, usa JavaScript para personalizar os controlers em vez de CSS como o Qt Designer.

    • @josealexsandro9768
      @josealexsandro9768 4 ปีที่แล้ว

      Isso melhora na performance do programa ? Ou é iqual?

  • @lassinaouattara1213
    @lassinaouattara1213 4 ปีที่แล้ว

    More vidéo on pyqt or pyside please? Why not start building a application from the bigining till the end, for example restaurant management app,school management or any other app, that will be great sir 😉, thanks a lot for all those amazing tuto

    • @WandersonItsMe
      @WandersonItsMe  4 ปีที่แล้ว +2

      Thank you! It is because unfortunately I don't have much time, I'm not a programmer and I have to reconcile with my free time. Maybe in the future I will do something simpler from beginning to end.

    • @lassinaouattara1213
      @lassinaouattara1213 4 ปีที่แล้ว

      @@WandersonItsMe i understand you're not a programmer but you're doing well sir ;),i'm learning a lot from your videos about how to make nice design with qt,many thanks :)

  • @akhilsable915
    @akhilsable915 4 ปีที่แล้ว

    Bro can you create a wave spectrum base gui that consist of microphone button

    • @WandersonItsMe
      @WandersonItsMe  4 ปีที่แล้ว +1

      Unfortunately I don't know if there is this possibility natively using Python, with C++ there is the QtMultimedia class

    • @usamasattar1139
      @usamasattar1139 4 ปีที่แล้ว

      @@WandersonItsMe In pyside2/pyqt we've Qtmultimedia.

    • @WandersonItsMe
      @WandersonItsMe  4 ปีที่แล้ว

      @@usamasattar1139 thank you so much for saying 😀! So @Akhil Sable, jjust see how this class is applied and use it just like the other widgets

    • @usamasattar1139
      @usamasattar1139 4 ปีที่แล้ว

      @@WandersonItsMe You're welcome.

  • @sportKO12
    @sportKO12 4 ปีที่แล้ว

    Yre the Best Bro.

  • @suneelpandita3499
    @suneelpandita3499 4 ปีที่แล้ว

    I subbed u!

  • @promanplayer8064
    @promanplayer8064 2 ปีที่แล้ว

    Pls plus widow size. I just watch your video with my phone

  • @ocfbnj
    @ocfbnj 4 ปีที่แล้ว

    Very good!