All parameters example

../../../../_images/example.svg

This node includes all available configuration options for initialising parameters. The configuration GUI is automatically generated by the platform.

Configuration:All types of configuration options
Ref. nodes:Hello world example, Output example
Configuration:
Float in a line edit (stringfloat)
A float
Float in a spinbox (spinfloat)
A float
Float with static options (combo_float1)
Float parameter with predefined options.
Float with editable static options (combo_float2)
Float parameter with predefined options.
Integer in a line edit (stringinteger)
An integer
Integer in a spinbox (spininteger)
An integer
Integer with static options (combo_integer1)
Integer parameter with predefined options.
Integer with editable static options (combo_integer2)
Integer parameter with predefined options.
Integer with dynamic options (combo_integer3)
Integer parameter with dynamic options.
String in a line edit (lineedit)
Text on a single line
String in a text edit (textedit)
(no description)
String with static options (combo_string1)
String parameter with predefined options.
String with dynamic options and filter (combo_string2)
String parameter with dynamic options. The case arises naturally when selecting column names from some input. Filter is enabled and suited to deal with a large number of choices
String with key-value options (combo_string3)
String parameter with predefined options.
String with editable selection (combo_string4)
String parameter with predefined options. Selected option can be edited (press return to confirm edit).
Filename (filename)
A filename including path if needed
Save filename (save_filename)
A filename including path if needed
Directory (directory)
A directory including path if needed
Boolean (boolflag)
A boolean flag indicating true or false
Date Time (datetime)
A date time parameter
Combo box (combo)
A combo box
Editable combo box (editcombo)
An editable combo box. Selected option can be edited (press return to confirm edit).
List view (alist)
A list
Editable list view (editlist)
An editable lists (use double-click, right-click). Only checked elements are saved.
List view with multiselect (multilist)
A list with multiselect
Editable list view with multiselect (editmultilist)
An editable multiselect list (use double-click, right-click). Only checked elements are saved.

A collection of examples that illustrates a number of details that are important in order to create nodes for Sympathy of Data. The usage of content in this file should be combined with the Node Writing Tutorial.

class node_examples.AllParametersExample[source]