From c705c5b038462e3d564502d2b7acfa4e225ee059 Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Fri, 26 Dec 2025 06:56:57 +0000 Subject: [PATCH] docs: qt6,materialmapping,frontends (1 files) --- frontends/qt6/MaterialMapping.md | 1 - 1 file changed, 1 deletion(-) diff --git a/frontends/qt6/MaterialMapping.md b/frontends/qt6/MaterialMapping.md index 09413e8d6..dbd79ea61 100644 --- a/frontends/qt6/MaterialMapping.md +++ b/frontends/qt6/MaterialMapping.md @@ -54,7 +54,6 @@ This reference ties every Material UI component that the Next.js frontend curren | Tooltip / TooltipProps | `Material.MaterialTooltip` | Floating `Rectangle` with arrow and text, anchored to host. | | Typography | `Material.MaterialTypography` | `Text` wrapper providing Material font weights/sizes (h1–h4, button, body). | | Breadcrumbs (2nd mention) | `Material.MaterialBreadcrumbs` | See above for horizontal nav. | -| DividerProps / MenuProps / PopoverProps etc. | Prop-driven wrappers that forward to QML `Rectangle`/`Menu` etc. | We expose `property alias` to match MUI API surface. | | useMediaQuery / useScrollTrigger / useTheme | Signals exposed via `Material.MaterialResponsive` helpers | Provide screen width bindings and scroll watchers for `AppBar`. | Additional Qt Quick Controls (Tabs, Dialog, Menu, Drawer, Slider, Switch, RadioButton, ComboBox, TableView, ProgressBar, MenuBar, etc.) can be composed directly when the Material-specific wrapper doesn’t exist yet. File a follow-up when you need a dedicated component and we’ll implement it inside `qmllib/Material`.