Working with signals and slots in PySide or PyQt.

Поделиться
HTML-код
  • Опубликовано: 14 окт 2024
  • In this video I demonstrate how to work with signals and slots in PySide or PyQt programming.

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

  • @greghumphris174
    @greghumphris174 2 месяца назад +1

    I'm new to PySide. Signals and Slots was all new to me. Thank you for a great tutorial!

  • @dhprs0218
    @dhprs0218 Месяц назад +1

    great explanation thank you

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

    Thank you so much. None explains like you. You are a real teacher!!!

  • @alghanimaa
    @alghanimaa 2 месяца назад

    Thank you very much.. best explanation I saw yet!

  • @MWILSON-g5j
    @MWILSON-g5j 6 месяцев назад

    Thank you for a very interesting and well presented video.

  • @0anant0
    @0anant0 7 месяцев назад

    Good explanation!
    I have a case where some other thread updates UI element (text box). In that case, how is the connection made (from some worker thread) and the text data passed (to be shown in the text box widget)? The UI starts the worker thread and the worker thread periodically updates the UI with changing data.
    Every example I have seen seems to use the type: some_UI_widget.some_action.connect() rather some function in another non-UI thread to connect back to a widget in UI. Also, an example of 'bound signal' (signal bounded to an instance, rather than signals declared as class variables would be appreaciated. Thanks!

  • @joyztik
    @joyztik 11 месяцев назад

    Thank you. That was very informative.

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

    Great video. Thank you!

  • @davia.sampaio8633
    @davia.sampaio8633 Год назад

    What an amazing video!

  • @MrDigileee
    @MrDigileee Год назад

    These videos are great, Jason, thank you! The one thing that could make them ideal is to include a link to the source code (zip) in the video. I like to go back over the code to follow connections, etc., and it is hard to do when the code scrolls out of view in your video.

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

      I may do something like that in the future.