Skip to content

fasthill/pyqt_study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyqt_study

.venv에 환경변수 설정 (아래 그림과 같이, 변수이름과 변수값은 설치된 디렉토리를 찾아서 지정)

image

  • self.event_loop = QEventLoop() 선언 후
  • self.event_loop.exec_() 이 호출될 때마다 신규 이벤트 발생
  • self.event_loop.exit() --> .exec_()가 호출되고 난 후에 .exit()로 이벤트 종료
  • .exec_() 이 발생하지 않으면 .exec()는 의미없이 pass됨.
  • 주의: .exit()미 포함되어 있는 def()이 마지막 명령어까지 수행된 후에 .exec() 이후 명령어가 수행됨.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages