obci.gui.frontend package

Submodules

obci.gui.frontend.main_gui module

This is main file for whole GUI part of OpenBCI - main window of whole application, along with loading all needed modules GUIs

class obci.gui.frontend.main_gui.BCIMainWindow(parent=None)[source]

Bases: PyQt4.QtGui.QMainWindow

Main window of the BCI application - shows list of available plugins and enables configuration of them

itemChanged(p_newItem)[source]

Called, when selection on lists of plugins changes. Then it displays configuration window for newly selected plugin, and closes old one, unless it’s floating. p_newItem (QTreeWidgetItem) - contains newly selected plugin p_oldItem (QTreeWidgetItem) - contains plugin that was selected before

Module contents