Setuav Studio Developer Documentation 1.0
SDK and plugin development reference for Setuav Studio
Loading...
Searching...
No Matches
setuav_studio_sdk.contributions.SettingsPageContribution Class Reference

Page displayed in the application Settings dialog. More...

Collaboration diagram for setuav_studio_sdk.contributions.SettingsPageContribution:

Detailed Description

Page displayed in the application Settings dialog.

The factory is called when Settings opens. The optional apply callback runs with the created page after the user accepts the dialog.

Parameters
idGlobally unique, stable page identifier.
titleUser-visible page title.
factoryZero-argument page factory.
iconOptional icon name, file path, or QIcon.
orderSort priority; lower values appear first.
applyOptional callback used to persist page values.
groupOptional heading shared by related settings pages.
group_iconOptional icon for the shared heading.