docs: qt6,frontends (1 files)

This commit is contained in:
2025-12-26 06:45:47 +00:00
parent 77f8d56c39
commit 4e08f35b2f

View File

@@ -28,3 +28,4 @@ You can also embed `main.qml` into a Qt Quick Application project and expose C++
- Material badges live in `Material.MaterialBadge` for lightweight status chips (accented, dense, or outlined).
- `Material.MaterialBadge` also accepts `iconSource` so you can anchor a micro icon beside the label.
- Preview the Material view with `qmlscene frontends/qt6/MaterialLanding.qml` or embed it into your Qt Quick application to reuse the tokens and components across other screens.
- Consult `frontends/qt6/MaterialMapping.md` for a 1:1 mapping between the Material UI components used in `frontends/nextjs` and their QML counterparts (including notes on planned wrappers).