Dependent Comboboxes - PyQt5 GUI Thursdays #28

Поделиться
HTML-код
  • Опубликовано: 30 ноя 2024

Комментарии • 29

  • @Codemycom
    @Codemycom  3 года назад +2

    ▶️ Watch Entire PyQt5 GUI Thursdays Playlist ✅ Subscribe To My RUclips Channel:
    bit.ly/3sHT8dc bit.ly/2IGzvOR
    ▶️ See More At: ✅ Join My Facebook Group:
    Codemy.com bit.ly/2GFmOBz
    ▶️ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt!
    Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN
    ▶️ Get The Code:
    bit.ly/394NQ3R

  • @yaokouadioalexis6876
    @yaokouadioalexis6876 3 года назад +1

    Thank you very much John Elder for all your videos. They allow me to improve for a year in computer programming with Python.

  • @wagnerandre4855
    @wagnerandre4855 2 года назад

    I'm a brasilian guy, but I'm so grateful. Thank you, thank you, thank you. =)

  • @fabioPatroni
    @fabioPatroni 3 года назад +3

    Thank you very much for your videos! I've watched every 189 Tkinter videos, and I've learned a lot. I'm now starting a small project, should I use Tkinter or should I try Qt5?

    • @aditya_asundi
      @aditya_asundi 3 года назад +1

      depends on what you like.

    • @fabioPatroni
      @fabioPatroni 3 года назад

      @@aditya_asundi I like Tkinter, and I know how to create the GUI for my small project using it. However, I don't know if I should forget the existence of Qt5 and wxPython. Is there anything Qt5 and wxPython can do, but Tkinter can't?

    • @sanskargr9347
      @sanskargr9347 3 года назад +1

      tkinter or pyQt5 you can do

    • @fabioPatroni
      @fabioPatroni 3 года назад

      @@sanskargr9347 tks for your reply!

    • @sanskargr9347
      @sanskargr9347 3 года назад

      IT DEPENDS ON WHAT YOU KNOW MUCH

  • @johnbauer8564
    @johnbauer8564 2 года назад

    I love your videos. I'm learning a lot. I got a question tho. Is it possible to make a searchable combobox that the end user can't insert to the list in the combobox but what they type in the combobox narrows down what the combobox will display.

    • @Codemycom
      @Codemycom  2 года назад

      Sure

    • @johnbauer8564
      @johnbauer8564 2 года назад

      If you haven't already, and I just haven't seen it yet, I'd love to see you make a video about that. 😀

  • @donationx9317
    @donationx9317 2 года назад +2

    Your videos are great, I improved my codes a lot because of your videos.
    is it possible with 3 combobox? I can do it with just two
    If possible, could you give me some tips on how to do it?
    Thanks for your videos 👍

    • @kostaskiritsis6558
      @kostaskiritsis6558 5 месяцев назад

      you just follow the steps for the second and the third combobox like you did for the first and the second. you have to act like the second combobox is the first and the third is the second.

  • @panchajanyanaralasetty7370
    @panchajanyanaralasetty7370 2 года назад

    Is it possible to make male names or female names appear by default as soon as we open, rather than through signal..i.e activated?
    Thank you in advance

    • @Codemycom
      @Codemycom  2 года назад

      Sure, pretty sure I did that in some video on the playlist

  • @aryashesham5729
    @aryashesham5729 3 года назад

    What about the dependencies if we have more than 2 say 4 combo boxes each having dependencies on the previous one?

  • @embeddedsystem7012
    @embeddedsystem7012 2 года назад

    When the program is run for the first time, the default text appears even though nothing is selected in the combobox. This can be misleading. How can we solve this? The first solution could be to not show "female" or "male" at the beginning, or it could be to show the values with "male" selected at the beginning.

  • @aryanpnd
    @aryanpnd 3 года назад +3

    third ;)

  • @riteshrobotics9713
    @riteshrobotics9713 3 года назад +2

    First

  • @amirmohammadk745
    @amirmohammadk745 3 года назад +2

    second : (

  • @panchajanyanaralasetty7370
    @panchajanyanaralasetty7370 2 года назад

    Is it possible to make male names or female names appear by default as soon as we open, rather than through signal..i.e activated?
    Thank you in advance

  • @panchajanyanaralasetty7370
    @panchajanyanaralasetty7370 2 года назад

    Is it possible to make male names or female names appear by default as soon as we open, rather than through signal..i.e activated?
    Thank you in advance