All Projects → tishion → Qcefview

tishion / Qcefview

Licence: lgpl-3.0
A QWidget encapsulating the CEF named QCefView

Labels

Projects that are alternatives of or similar to Qcefview

Pywebview
Build GUI for your Python program with JavaScript, HTML, and CSS
Stars: ✭ 2,649 (+849.46%)
Mutual labels:  cef, qt
Bas
BrowserAutomationStudio can automate everything that Chrome can.
Stars: ✭ 203 (-27.24%)
Mutual labels:  cef, qt
Qcefwidget
Provide a Qt widget to render and interact with webpage.
Stars: ✭ 115 (-58.78%)
Mutual labels:  cef, qt
qt cef poc
Proof of concept of simple browser w/ CEF and Qt
Stars: ✭ 26 (-90.68%)
Mutual labels:  qt, cef
Mirage
A fancy, customizable, keyboard-operable Qt/QML & Python Matrix chat client for encrypted and decentralized communication.
Stars: ✭ 257 (-7.89%)
Mutual labels:  qt
freeLib
freeLib - каталогизатор для библиотек LibRusEc и Flibusta
Stars: ✭ 19 (-93.19%)
Mutual labels:  qt
gnss-sdr-monitor
A graphical user interface to monitor the GNSS-SDR status in real time
Stars: ✭ 27 (-90.32%)
Mutual labels:  qt
asynqro
Futures and thread pool for C++ (with optional Qt support)
Stars: ✭ 103 (-63.08%)
Mutual labels:  qt
Johnny
GUI frontend to John the Ripper password cracker
Stars: ✭ 277 (-0.72%)
Mutual labels:  qt
Raspberry Pi Cross Compilers
Latest GCC Cross Compiler & Native (ARM & ARM64) CI generated precompiled standalone toolchains for all Raspberry Pis. 🍇
Stars: ✭ 261 (-6.45%)
Mutual labels:  qt
Project lemonlime
为了 OI 比赛而生的基于 Lemon + LemonPlus 的轻量评测系统 | 三大桌面系统支持
Stars: ✭ 255 (-8.6%)
Mutual labels:  qt
GuiasLenguajes
Guías y Códigos de C, C++, HTML, PHP, Python, Ruby, Django, JavaScript, Jquery, MySQL, PostgreSQL, Nginx, Apache, Laravel, Comandos de GNU/Linux y muchos más para practicar y aprender.
Stars: ✭ 14 (-94.98%)
Mutual labels:  qt
Klayout
KLayout Main Sources
Stars: ✭ 261 (-6.45%)
Mutual labels:  qt
QGeoView
QGeoView is a Qt / C ++ widget for visualizing geographic data.
Stars: ✭ 33 (-88.17%)
Mutual labels:  qt
Qt Json
A simple class for parsing JSON data into a QVariant hierarchy and vice versa.
Stars: ✭ 273 (-2.15%)
Mutual labels:  qt
superpixels-segmentation-gui-opencv
Superpixels segmentation algorithms with QT and OpenCV, with a nice GUI to colorize the cells
Stars: ✭ 23 (-91.76%)
Mutual labels:  qt
Sa
信号分析及数据可视化软件
Stars: ✭ 254 (-8.96%)
Mutual labels:  qt
Slicer
Multi-platform, free open source software for visualization and image computing.
Stars: ✭ 263 (-5.73%)
Mutual labels:  qt
B23Downloader
下载B站 视频(投稿视频、番剧、电影、课程)、直播、漫画。(使用 Qt C++ 开发)
Stars: ✭ 337 (+20.79%)
Mutual labels:  qt
Object-Counting
Object traking and counting with opencv.
Stars: ✭ 14 (-94.98%)
Mutual labels:  qt

Quick Start with Qt+Cef https://tishion.github.io/QCefView

This is the fresh new reforming version of QCefView, if you need to use the legacy one please checkout the legacy-archive branch.

Build instruction:

  1. Download and install CMake

  2. Download and install Qt SDK from Qt Downloads

  3. Download CEF binary distribution Chromium Embedded Framework (CEF) Automated Builds and extract it to dep directory, for example:

    root
    ├─dep
    │  └─cef_binary_76.1.13+gf19c584+chromium-76.0.3809.132_windows64
    ├─src
    └─test
    
  4. Modify the config.cmake to set the required build configurations

  5. Just use CMake to build the project, for example:

    REM create the build folder 
    mkdir build.win && cd build.win
    
    REM generate and build the project
    cmake .. && cmake --build .
    

Note: When I start the reforming I use Qt 5.12.4 and CEF cef_binary_76.1.13+gf19c584+chromium-76.0.3809.132_windows64. You need to make sure the version you are choosing is compatible with the code in this repo.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].