appbase.mainWindowRessources package

Submodules

appbase.mainWindowRessources.menuShortcuts module

class appbase.mainWindowRessources.menuShortcuts.MenuShortcuts[source]

Bases: PyQt4.QtGui.QWidget

Window showing the application shortcuts

addShortcut(key, description)[source]

appbase.mainWindowRessources.menuabout module

class appbase.mainWindowRessources.menuabout.MenuAbout(parent=None)[source]

Bases: PyQt4.QtGui.QWidget

Create a simple about window, showing a logo

and general information defined in the main modules __init__.py file

setModule(mod)[source]

fill the about about label txt with the module attributes of the module

appbase.mainWindowRessources.menubar module

class appbase.mainWindowRessources.menubar.MenuBar[source]

Bases: fancywidgets.pyQtBased.MenuBar.MenuBar

MenuBar including * File (Save, Load, New...) * State (Next, Previous...) * View (Fullscreen) * Help (Shortcuts, About)

setFullscreen(fullscreen)[source]

toggle between fullscreen and normal window

appbase.mainWindowRessources.menupreferences module

class appbase.mainWindowRessources.menupreferences.MenuPreferences(win, parent=None)[source]

Bases: PyQt4.QtGui.QWidget

The mainWindow preferences shown using fingerTabs

show()[source]