iCUE Widget Specification
Widget API Version 1.4.0
QtWebEngine: 6.9.3
Chromium: 130.0.6723.192
Minimum iCUE: 5.47
This document provides the technical specification for the iCUE Widgets, including the HTML widget structure, manifest schema, and iCUE communication protocol.
Widget File Structure
Required Files
index.html– Main HTML entry pointmanifest.json– Widget manifest and metadataicon.svgoricon.png– Widget icon
Directory Structure
mywidget/
├── index.html
├── manifest.json
├── translation.json
├── modules/
│ └── CitySearch.mjs
├── scripts/
│ └── widget.js
├── styles/
│ └── style.css