반응형

PyQt5 -- custom data-carrying signal & slot 만들기 예제


환경 ; windows 10 64bit, anaconda 3 32bit, python 3.6, PyQt5.6.2


참고 ; http://pythoncentral.io/pysidepyqt-tutorial-creating-your-own-signals-and-slots/

        http://www.comp.leeds.ac.uk/nde/modules/2542/labs/sigslot/main.html#custom-slots-in-python

        http://pyqt.sourceforge.net/Docs/PyQt5/signals_slots.html


        https://books.martinfitzpatrick.name/create-simple-gui-applications/#_signals_slots_events



1. custom signal & custom slot 

< 실행결과 >


< 소스 >

--


2. custom data-carrying signal & custom  slot


<실행결과 >


< 소스 >

--



3. custom signal & custom slot

< 실행결과 >


< 소스 >


--







반응형
Posted by 자유프로그램
,