Using Qt Designer files in PySide6 or PyQt6

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

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

  • @SyncEdgeHandle
    @SyncEdgeHandle 10 месяцев назад +6

    The perfect video for Python and QT designer. Highly recommended.

  • @JimiDerek
    @JimiDerek 10 месяцев назад +3

    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  10 месяцев назад +1

      I’ll have to do a video on that.

  • @bluesdog88
    @bluesdog88 11 месяцев назад +3

    Thanks Jason, some great coverage of some of the basics I have been wondering about, cheers!

  • @MiguelVergara-d3j
    @MiguelVergara-d3j 7 месяцев назад +1

    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 4 месяца назад

    I started using Visual Assist with Visual Studio 6 back in 2005. lovely tutorial.

  • @AlfredoMartinez-td7im
    @AlfredoMartinez-td7im 3 месяца назад

    Great basic tutorial.. the best I´ve seen about the right way to apply QT Designer.
    Thanks a lot!

  • @cornevanzyl5880
    @cornevanzyl5880 Год назад +1

    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

  • @connorwertz4387
    @connorwertz4387 11 месяцев назад +3

    This was so informative, thank you!

  • @warwickrigby6894
    @warwickrigby6894 11 месяцев назад +2

    Brilliant, I agree with all you said.

  • @raufali4660
    @raufali4660 7 месяцев назад +3

    Thank you so much. You are the best! Really!!!

  • @ffprobe
    @ffprobe Год назад +1

    Thank you for sharing, best PyQt tutorial I've come across on RUclips.
    Do you happen to have a Discord community server?

    • @josys363
      @josys363  Год назад +1

      I don't actually. I'm far too busy to maintain a Discord at this point. Although, maybe in the future.

  • @OhioValleyEV
    @OhioValleyEV Год назад +2

    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  Год назад +1

      Yes I can do a video on that.

    • @OhioValleyEV
      @OhioValleyEV Год назад +1

      @@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 6 месяцев назад

    Great video. What IDE or theme is that? I like the aesthetic

    • @josys363
      @josys363  6 месяцев назад

      It’s PyCharm Professional with the high contrast theme.

  • @tylorwashere8434
    @tylorwashere8434 9 месяцев назад

    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  9 месяцев назад

      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 9 месяцев назад +2

      @@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

  • @marsma18
    @marsma18 Год назад +1

    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  Год назад +1

      No you should not program everything into one class. In my fuller tutorial video I go over more separation of classes.

  • @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  Год назад +1

      @@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.