orangecontrib.tomwer.widgets.other.PythonScriptOW#

This is almost the original orange3 PythonScript widget except that the icon change (to difference them) and here the input is not a Table but a TomwerScanBase (use silx.gui.qt instead of AnyQt too)

Functions

interleave(seq1, seq2)

Interleave elements of seq2 between consecutive elements of seq1.

select_row(view, row)

Select a row in an item view

text_format([foreground, weight])

Classes

OWPythonScript(*args[, captionTitle])

PrepareSavingSettingsHandler()

Calls storeSpecificSettings, which is currently not called from non-context handlers.

PythonConsole([locals, parent])

PythonScriptEditor(widget)

PythonSyntaxHighlighter([parent])

Script(name, script[, flags, filename])

ScriptItemDelegate(parent)