1. 문제점 - QT를 Desinger 를 실행시 에러가 발생 - designer.exe 실행 경로 --> "anaconda3\pkgs\qt-5.9.7-vc14h73c81de_0\Library\bin" - 에러 Message "this application failed to start because no qt platform plugin windows" 2. 해결 방법 - designer.exe 실행파일 경로에 "platforms" 폴더 생성 - 생성한 "platforms" 폴더에 "qwindows.dll" 복사 (qwindows.dll 파일 경로 \anaconda3\pkgs\qt-5.9.7-vc14h73c81de_0\Library\plugins\platforms) --> \anaconda3\pkgs\q..