AI Assistant: Settings UI

Change-Id: Icb98ac9869d01295d9e64737766d37e51ba86a76
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
Lukasz Papierkowski
2024-07-30 18:33:31 +02:00
committed by lie
parent 4f976ee9b6
commit bad36c744d
3 changed files with 76 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ settings.BaseAspect = {}
function settings.BaseAspect:apply() end
---@class AspectCreate
---@field settingsKey? string The settings key of the aspect.
---@field settingsKey? string The settings key of the aspect. If not set, the aspect will not be saved to the settings persistently.
---@field displayName? string The display name of the aspect.
---@field labelText? string The label text of the aspect.
---@field toolTip? string The tool tip of the aspect.