Submodule: application

ClickableLabel

class flika.app.application.ClickableLabel

A QtGui.QLabel you can click on to generate events

XStream

Logger

class flika.app.application.Logger(parent=None)

A window to display error messages

flush(self)

Interface for sys.excepthook

keyPressEvent(self, event)

Hide window on escape key

status_light

Returns – The icon representing the status of the log

write(self, message)

Interface for sys.excepthook

FlikaApplication

class flika.app.application.FlikaApplication

The main window of flika, stored as g.m

clear(self)

Close all dialogs, trace windows, and windows

closeEvent(self, event)

Close all widgets and exit flika

dragEnterEvent(self, QDragEnterEvent)
dropEvent(self, QDropEvent)