Name: widgetText
Form: @widgetText
Description: For widgets that contain text that might be useful in a text association, this identifier will expand to that text. Examples of these kinds of widgets are LineEdits, TextEdits etc. Widgets such as CheckBoxes and don't contain text, and '@widgetText' inside a text association of these widgets will expand to nothing.
Expansion: The text contained by the widget, if any.
Name: exec
Form: @exec(“program to execute”)
Description: Runs the program in the string specified as a single argument between the two braces as shell process, and monitors the output of the program.
Expansion: The standard output of the program executed.
Name: dcop
Form: @dcop(“appId”, “object/name”, “function”, “arguments”)
Description: Performs a DCOP query to application with application identifier specified by the first argument, located in the object specified by the second argument, function to call specified by the third argument, and data to pass as arguments in the fourth argument; all as double quoted strings.
Expansion: The result of the DCOP query.
Name: widgetName
Form: @widgetName (eg @myTextEdit)
Description: Evaluates the text association of another widget in the dialog, specified by widgetName.
Expansion: The evaluated text association of the widget specified.