Notice
Recent Posts
Recent Comments
Link
목록qcombobox (1)
투케이2K
147. (python/파이썬) [Mac Os] : [PyQt5] : QComboBox 콤보 박스 생성 및 activated 아이템 선택 활성 상태 확인
[개발 환경 설정]개발 툴 : VsCode개발 언어 : python [소스 코드] # --------------------------------------------------------------# [import]# --------------------------------------------------------------import sysfrom PyQt5.QtWidgets import *from PyQt5.QtGui import *# --------------------------------------------------------------# --------------------------------------------------------------# [요약 설명]# ---------..
Python
2024. 5. 24. 08:08