Qt Sciter
A ready to use example to embed sciter 6.x as Qt6 Widget.
Please consider this project an example, not a complete library
Notes:
- Works with Qt6 + Visual Studio 2026/22 x64 + CMake
- The main reference class is QSciter.h/QSciter.cpp, the other code is just a usage example.
- sciter usage is private, so no sciter dependencies are exposed in the public header
- Uses raster skia offline rendering, bridged to Qt using QImage+QPainter
- QCursor and keyboard support
- HiDPI per-screen support
Instructions
- Extract sciter SDK (versions 6.x) into the "sdk" folder (so that the sdk/include and sdk/bin exist).
- Edit the setup.bat file to match your Qt folder and MSCV version
- run setup.bat
- find your build environment in build/QtSciter.sln
- build & run
Alternatively, just use CMake in your preferred way :)