반응형
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
< 실행결과 >
< 소스 >
--
반응형
'PyQt5' 카테고리의 다른 글
PyQt5 -- 마우스 event 사용 예제 (1) | 2017.05.02 |
---|---|
PyQt5 -- 마우스 event & 마우스 현재 위치 출력하기 (0) | 2017.05.01 |
PyQt5 -- signal & slot 예제 (0) | 2017.05.01 |
PyQt5 -- layout 관리 주의사항 (6) | 2017.04.28 |
PyQt5 기초 -- QLabel, QLineEdit, QTextEdit (0) | 2017.04.28 |