Logo FluentUI

R QML Type

Singleton providing access to system resources. More...

Import Statement: import FluentUI.impl 1.0

Properties

Methods

Detailed Description

The R singleton provides a centralized way to access system-level resources such as window icons and resolved file paths. It is used throughout the FluentUI framework to load bundled assets and retrieve environment-specific resource locations.

Property Documentation

systemDark : bool

This read-only property indicates whether the system is currently using a dark color theme.

windowIcon : url

The URL of the window icon to use for application windows.

Method Documentation

url resolvedUrl(string path)

Resolves the given path to a full URL. This is useful for converting relative resource paths into absolute URLs that can be used throughout the application.