Setting https://github.com/KhamisiKibet/QT-PyQt-PySide-Custom-Widgets 참조 1) pip install QT-PyQt-PySide-Custom-Widgets 2) https://feathericons.com/ ## interface.ui 디자인 >  > - #### 콤보박스 --> signal(event/콤보박스 항목 변경) 발생 시 slot 함수(개발자가 만든 onActivated함수)를 호출하여 해당 이벤트를 처리함 --> self.Label=QLabel('option1',self)와 같이 self.~ 형태로 변수 선언 시 내가 생성한 class(MyApp) 내부에서 Label1이라는 변수를 자유롭게 사용하겠다는 의미 > - #### LineEdit > - #### Pixmap ![](https://velog.velcdn.co