pyporegui.widgets.event_analysis_tab module

class pyporegui.widgets.event_analysis_tab.EventAnalysisTab(parent=None)[source]

Bases: pyporegui._thread_manager._ThreadManager, PySide.QtGui.QSplitter

__init__(parent=None)[source]
Parameters:parent (PySide.QtGui.QMainWindow) – Parent window of this tab (optional).
add_filter_clicked()[source]
color_picker_btn_clicked()[source]
open_event_databases(file_names=None)[source]

Adds the files to the list widget.

Parameters:file_names (ListType<StringType>) – (Optional) List of file names to be added to the list widget. If not included, then a QtGui.QFileDialog will be opened to select files.
remove_filter_clicked()[source]
staticMetaObject = <PySide.QtCore.QMetaObject object at 0x59cc518>