FormIt Plugin API
v23.0.0 (2023.0.0)
|
FormIt.UI namespace.
Functions | |
json | LoadLangPack (filename) |
json | Getbcp47NameCode () |
Get FormIt Locale name code Parameters: In: Out: QT Locale name string code. More... | |
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. More... | |
json | AddorReplaceTranslation (Component, EnglishString, TranslatedString) |
Add or replace an English string to Translate lookup with its corresponding translation. More... | |
json | CreatePanel (title, url) |
CreatePanel creates a dockable panel with the given name and displays the given URL. More... | |
json | CreateToolbar (tbJSON, URL) |
CreateToolbar creates a toolbar with the structure given by the passed in JSON. More... | |
json | ShowNotification (message, notificationType, nTimeout) |
ShowNotification displays a notification message to the user. More... | |
json | CloseNotification (notificationHandle) |
CloseNotification closes notification message being displayed related to the notificationHandle passed as input parameter. More... | |