General and Desktop
2023.02.08 22:13

Qt 하이브리드 애플리케이션(Hybrid App) 개발

조회 수 7447 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부

Qt WebEngine 모듈은 Chromium을 기반으로하여 Qt 애플리케이션에서 웹 리소스(CSS, HTML, JavaScript, SVG 문서 등)를 표시하고 조작할 수 있게 한다. C++ 클래스 및 QML 타입이 제공된다.

Qt WebEngine 대신 다른 방법으로는 CEF(Chromium Embedded Framework) 가 있다. CEF는 타사 애플리케이션에 Chromium 기반 브라우저를 내장하기 위한 프레임워크로 웹기반 리소스를 데스크탑 애플리케션 개발에 사용할 수 있다. 광범위한 프로그래밍 언어(기본적으로는 C/C++)와 운영 체제를 지원하며 신규 및 기존 애플리케이션 모두에 통합될 수 있다.

Qt Widget(C++) 기반 애플리케이션을 위한 QCefView 는 CEF(Chromium Embedded Framework)와 통합된 Qt Widget이다. QCefView를 사용하면 CEF의 강력한 기능을 쉽게 활용하는 애플리케이션을 구축할 수 있으며 다음과 같은 이점을 얻을 수 있다.

  • 친숙한 Qt SIGNAL/SLOT 으로 애플리케이션 작성
  • Web(Javascript)과 Native(C++) 간의 직접적인 상호 운용성

 

QCefView.png

▲ Qt 애플리케이션(Widget)에 Chromium 을 임베딩한 하이브리드앱. 👉 예제 gitlab 저장소

QCefView github 저장소 및 문서 링크.
https://github.com/CefView/QCefView


  1. No Image notice

    Qt프로그래밍(QtQuick) Beginner를 위한 글 읽는 순서

    Date2019.01.05 CategoryQML and Qt Quick By운영자 Views131086
    read more
  2. Visual Studio Code용 Qt 확장팩

    Date2024.10.09 CategoryInstallation and Deployment Bymakersweb Views7919
    Read More
  3. Qt 응용프로그램에 Web 구성 요소를 표시 with Servo

    Date2024.04.27 CategoryGeneral and Desktop Bymakersweb Views11379
    Read More
  4. Qt Creator 에서 GitHub Copilot 사용하기

    Date2024.04.13 CategoryInstallation and Deployment Bymakersweb Views10482
    Read More
  5. No Image

    QtQuick 애플리케이션에 Rive 애니메이션 통합

    Date2024.03.31 CategoryQML and Qt Quick Bymakersweb Views5668
    Read More
  6. 클라우드용 Qt

    Date2024.01.16 CategoryInstallation and Deployment Bymakersweb Views6760
    Read More
  7. QRhi 에 대해서

    Date2023.12.29 CategoryQt 6 Bymakersweb Views7802
    Read More
  8. Android 애플리케이션 서명 구성

    Date2023.12.17 CategoryMobile and Embedded Bymakersweb Views7008
    Read More
  9. No Image

    QML의 사용자 정의 Image

    Date2023.09.17 CategoryC++ Class Bymakersweb Views9945
    Read More
  10. No Image

    Base64로 인코딩된 파일을 복원

    Date2023.08.06 CategoryC++ Class Bymakersweb Views11765
    Read More
  11. QML에서 D-Bus 통신

    Date2023.03.15 CategoryQML and Qt Quick Bymakersweb Views6460
    Read More
  12. Qt 하이브리드 애플리케이션(Hybrid App) 개발

    Date2023.02.08 CategoryGeneral and Desktop Bymakersweb Views7447
    Read More
  13. No Image

    Widgets(C++) 기반의 기본 스타일을 Dark 테마 및 Material 디자인 스타일로 바꾸기

    Date2023.01.28 CategoryGeneral and Desktop Bymakersweb Views11127
    Read More
  14. OpacityMask 예제

    Date2023.01.26 CategoryQML and Qt Quick Bymakersweb Views11069
    Read More
  15. QProcess 예제 (프로그램 재시작)

    Date2023.01.25 CategoryC++ Class Bymakersweb Views5979
    Read More
  16. 하드디스크 드라이브 여유 공간 계산

    Date2023.01.15 CategoryC++ Class Bymakersweb Views6912
    Read More
  17. No Image

    Qt Property(속성) 시스템

    Date2023.01.08 CategoryGeneral and Desktop Bymakersweb Views9234
    Read More
  18. VTK 를 사용해서 강력한 시각화(3D, Plotting, Chart)Qt 응용프로그램 개발하기

    Date2022.10.16 CategoryGeneral and Desktop Bymakersweb Views7974
    Read More
  19. QProcess 보안 권고 리뷰

    Date2022.09.18 CategoryGeneral and Desktop Bymakersweb Views4381
    Read More
  20. No Image

    QMake 프로젝트를 CMake 프로젝트로 변환 with qmake2cmake

    Date2022.09.17 CategoryInstallation and Deployment Bymakersweb Views5055
    Read More
  21. Qt Safe Renderer 개요

    Date2022.09.08 CategoryMobile and Embedded Bymakersweb Views7170
    Read More
Board Pagination Prev 1 2 3 4 5 9 Next
/ 9