pyporegui.gui module

This program is for finding events in files and displaying the results.

class pyporegui.gui.MyMainWindow(app, parent=None)[source]

Bases: PySide.QtGui.QMainWindow

__init__(app, parent=None)[source]
static add_actions(target, actions)[source]
clean_threads()[source]
create_action(text, slot=None, shortcut=None, icon=None, tip=None, checkable=False, signal='triggered()')[source]

Create a QtGui.QAction. :param text: Text to show in the file menu

open_data_files()[source]

Opens file dialog box, adds names of files to open to list

open_event_databases()[source]

Opens file dialog box, add names of event database files to open list

set_status(text)[source]

Sets the status text.

Parameters:text (StringType) – Text to display in the status bar.
staticMetaObject = <PySide.QtCore.QMetaObject object at 0x4b598c0>
pyporegui.gui.start()[source]