forked from qt-creator/qt-creator
AI Assistant: Settings UI
Change-Id: Icb98ac9869d01295d9e64737766d37e51ba86a76 Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user