FormIt Plugin API v25.0.0 (2025.0.0)
Loading...
Searching...
No Matches
FormIt.UI Namespace Reference

Description

FormIt.UI namespace.

Functions

json LoadLangPack (filename)
 LoadLangPack loads the JSON with file name filename and populates the component in the dictionary named component.
 
json Getbcp47NameCode ()
 Get FormIt Locale name code Parameters: In: Out: QT Locale name string code
 
json TranslationLookup (value)
 Translate lookup a English string Looks up an English string through all of the components from the current loaded language string files.
 
json AddorReplaceTranslation (Component, EnglishString, TranslatedString)
 Add or replace an English string to Translate lookup with its corresponding translation
 
json CreatePanel (title, url)
 CreatePanel creates a dockable panel with the given name and displays the given URL.
 
json CreateToolbar (tbJSON, URL)
 CreateToolbar creates a toolbar with the structure given by the passed in JSON.
 
json ShowNotification (message, notificationType, nTimeout)
 ShowNotification displays a notification message to the user.
 
json CloseNotification (notificationHandle)
 CloseNotification closes notification message being displayed related to the notificationHandle passed as input parameter.
 
json HandleConfirmationResult (dialogId, isConfirming)
 HandleConfirmationResult reports the result of a confirmation dialog box.