Qt WebView 예제 - 미니 브라우저
미니 브라우저 예제는 Qt Quick 과 함께 Qt WebView 모듈을 사용하는 방법을 보여줍니다.
미니 브라우저는 Qt Quick Controls 와 Qt WebView 를 사용하여 기본적인 브라우징 경험을 제공합니다. URL 주소 표시줄 외에도 검색 기록을 탐색할 수 있는 몇 가지 컨트롤이 있습니다.
참고: Qt WebView 모듈을 사용할 때는 QGuiApplication 인스턴스를 생성하기 직전에 QtWebView::initialize()을 호출해야 합니다. QtWebView::initialize ()를 호출하면 필요한 사전 설정 단계가 실행됩니다.
QtWebView::initialize(); QGuiApplication app(argc, argv);
예제 실행하기
에서 예제를 실행하려면 Qt Creator에서 Welcome 모드를 열고 Examples 에서 예제를 선택합니다. 자세한 내용은 예제 빌드 및 실행하기를 참조하세요.
© 2025 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.