schrodinger.ui.qt.appframework2.debugwidgets module

class schrodinger.ui.qt.appframework2.debugwidgets.BaseTable(parent=None)

Bases: PyQt6.QtWidgets.QTableWidget

__init__(parent=None)
reset(self)
removeAllRows()
setup()
keyPressEvent(self, e: QKeyEvent)
getSelectedText()
class schrodinger.ui.qt.appframework2.debugwidgets.LogTable(parent=None)

Bases: schrodinger.ui.qt.appframework2.debugwidgets.BaseTable

Super

alias of schrodinger.ui.qt.appframework2.debugwidgets.BaseTable

header_titles = ['Time', 'Tag', 'Caller', 'Text']
__init__(parent=None)
setup()
addEntry(entry)
class schrodinger.ui.qt.appframework2.debugwidgets.LogTagTable(parent=None)

Bases: schrodinger.ui.qt.appframework2.debugwidgets.BaseTable

Super

alias of schrodinger.ui.qt.appframework2.debugwidgets.BaseTable

header_titles = ['Enable', 'Tag']
__init__(parent=None)
schrodinger.ui.qt.appframework2.debugwidgets.find_signals(obj_name, obj)
schrodinger.ui.qt.appframework2.debugwidgets.deep_find_signals(obj_name, obj, done_list=None, depth=0)
class schrodinger.ui.qt.appframework2.debugwidgets.SignalTable(parent=None)

Bases: schrodinger.ui.qt.appframework2.debugwidgets.BaseTable

Super

alias of schrodinger.ui.qt.appframework2.debugwidgets.BaseTable

header_titles = ['Enable', 'Object', 'Signal']
__init__(parent=None)
setup()
addEntry(obj_name, obj, signal_name, signal)
onCellChanged(row, column)
deepFindSignals(obj_name, obj, done_list=None)
scan(obj, exclude_objs)
registerSignals(slot_factory)
deregisterSignals()
connectSignals()
disconnectSignals()
connectSignal(signal)
disconnectSignal(signal)
applyFilter(filter_string)
class schrodinger.ui.qt.appframework2.debugwidgets.ExecWidget(*args, **kwargs)

Bases: schrodinger.ui.qt.appframework2.debugwidgets._HistoryLineEdit

statementExecuted

pyqtSignal(*types, name: str = …, revision: int = …, arguments: Sequence = …) -> PYQT_SIGNAL

types is normally a sequence of individual types. Each type is either a type object or a string that is the name of a C++ type. Alternatively each type could itself be a sequence of types each describing a different overloaded signal. name is the optional C++ name of the signal. If it is not specified then the name of the class attribute that is bound to the signal is used. revision is the optional revision of the signal that is exported to QML. If it is not specified then 0 is used. arguments is the optional sequence of the names of the signal’s arguments.

__init__(*args, **kwargs)
keyPressEvent(self, a0: QKeyEvent)
setNamespace(globals=None, locals=None)
execText()