QT프로젝트 시작 / QT Project start

※주의사항 / Caution
— 디렉토리 경로에 한글이 포함되면 오류를 발생시키므로 반드시 모든 문자를 영문으로 할 것
If the directory path contains Korean characters, an error will occur, so all characters must be in English.

— 프로젝트생성은 특별한건 없고 처음 프로젝트생성시 QT Widget을 사용할 수 있고 QML을 사용할 수 있습니다.
There is nothing special about creating a project. When you first create a project, you can use QT Widgets and QML.

— 다른건 대화상자에서는 기본값으로 하고 다음으로 넘어가시면 됩니다.
For other things, you can leave the dialog box as default and proceed to the next step.

1.QT Widget을 사용하는 경우
If you are using .QT Widget
— QT Widgets Application을 선택합니다.
Select QT Widgets Application.

2.QT QML을 사용하는 경우
If you are using .QT QML
— QT Quick Application을 선택합니다.
Select QT Quick Application.

Leave a Reply

Your email address will not be published. Required fields are marked *