Skip to contents

Generates a page with a gray background and a title at the top. Also applies qthemeprovider to the page.

Usage

Page(title, ...)

Arguments

title

character the title of the page.

...

a list of components to include in the page.

See also

QThemeProvider()

Other layout: Container(), HStack(), Item(), QCard(), VStack()

Examples

component_example(Page("Title", "Hello there"))