파이썬 UI 클래스 관련 질문입니다.
글쓴이: nasescobar1 / 작성시간: 월, 2020/04/13 - 9:06오후
class WindowClass(QMainWindow, form_class) : def __init__(self) : ... def btn_clicked(self): inputID = self.lineEdit_inputID.text() class WindowClass2(QDialog, form_class2) : def __init__(self) :
위 코드에서 WindowClass 클래스에 있는 inputID를 WindowClass2에 가져오려면 어떻게 해야하나요?
WindowClass 객체 생성해주고 inputID에 아무리 접근해봐도 아무 내용도 안뜨네요.. 도와주세요!! ㅠㅠ
코드가 너무 길어서 간략화 시켜서 생략되어있는데 inputID에 라인에딧 텍스트가 저장되는 시점은 버튼클릭 이벤트 발생시이고, WindowClass2가 호출되는 것도 버튼클릭 이벤트 발생시 입니다.
Forums:
댓글 달기