이 페이지에서

위젯 기반 UI 디자인하기

위젯 기반 UI를 디자인하려면 Qt Widgets Designer:

  1. Explorer 으로 이동하여 .ui 파일을 선택합니다.
  2. 파일에서 Open this file with Qt Widgets Designer.

    {탐색기에서 .ui 파일 열기}

  3. 를 사용하여 Qt Widgets Designer 를 사용하여 UI를 디자인합니다.

Qt Widgets Designer 위치 설정

VS 코드에서 Qt Widgets Designer 을 찾을 수 없는 경우

  1. Command Palette 로 이동하여 Qt: Open Qt Extension settings 을 선택합니다.
  2. Custom Widgets Designer Exe Path 에서 설치한 폴더의 경로를 Qt Widgets Designer 으로 설정합니다.

    {Qt UI 설정}

텍스트 편집기에서 UI 파일 열기

텍스트 편집기에서 UI 파일을 열려면 다음과 같이 하세요:

  1. Explorer 으로 이동하여 .ui 파일을 선택합니다.
  2. Open this file with Text Editor 을 선택합니다.
  3. 텍스트 편집기를 사용하여 UI 파일을 변경합니다.

튜토리얼: Qt Widgets 애플리케이션Qt 설정을참조하세요 .

© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.