From 4e08f35b2fbcf7acc34cbaf3f57ee631a86f9307 Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Fri, 26 Dec 2025 06:45:47 +0000 Subject: [PATCH] docs: qt6,frontends (1 files) --- frontends/qt6/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/frontends/qt6/README.md b/frontends/qt6/README.md index cf4acac84..2b7833a72 100644 --- a/frontends/qt6/README.md +++ b/frontends/qt6/README.md @@ -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).