cf::ui::gallery::RadiusScalePage¶
Radius Scale page - displays all 7 Material Design 3 corner radius levels.
#include <RadiusScalePage.h>
Inherits from cf::ui::gallery::ThemePageWidget, QWidget
Public Functions¶
| Name | |
|---|---|
| RadiusScalePage(QWidget * parent =nullptr) | |
| ~RadiusScalePage() override =default | |
| virtual QString | pageTitle() const override Get the display title of this page. |
| virtual void | applyTheme(constcf::ui::core::ICFTheme & theme) override Apply a new theme to this page. |
Additional inherited members¶
Public Functions inherited from cf::ui::gallery::ThemePageWidget
| Name | |
|---|---|
| ThemePageWidget(QWidget * parent =nullptr) | |
| ~ThemePageWidget() override =default |
Public Functions Documentation¶
function RadiusScalePage¶
function ~RadiusScalePage¶
function pageTitle¶
Get the display title of this page.
Return: Page title for display purposes
Reimplements: cf::ui::gallery::ThemePageWidget::pageTitle
function applyTheme¶
Apply a new theme to this page.
Parameters:
- theme The theme to apply
Reimplements: cf::ui::gallery::ThemePageWidget::applyTheme
Updated on 2026-03-09 at 10:14:00 +0000