cut  1.2.1-pre1
Public Member Functions | Public Attributes | List of all members
manywidgets.applicationwindow.ApplicationWindow Class Reference

Implementation of the mainwindow.ui file. More...

Inheritance diagram for manywidgets.applicationwindow.ApplicationWindow:

Public Member Functions

def __init__ (self, options)
 
def paintEvent (self, event)
 
def closeEvent (self, event)
 

Public Attributes

 options
 
 centralWidget
 
 main_layout
 
 widgets
 
 fpsList
 
 timer
 
 statusbar
 
 fps
 

Detailed Description

Implementation of the mainwindow.ui file.

Since the UI file indicates that its root is a QMainWindow, then this class should also inherit from it. We should also call explicitly its parent constructors.

The implementation for this class also includes slots for actions, and management of the closeEvent.

Constructor & Destructor Documentation

◆ __init__()

def manywidgets.applicationwindow.ApplicationWindow.__init__ (   self,
  options 
)

Member Function Documentation

◆ closeEvent()

def manywidgets.applicationwindow.ApplicationWindow.closeEvent (   self,
  event 
)

◆ paintEvent()

def manywidgets.applicationwindow.ApplicationWindow.paintEvent (   self,
  event 
)

Member Data Documentation

◆ centralWidget

manywidgets.applicationwindow.ApplicationWindow.centralWidget

◆ fps

manywidgets.applicationwindow.ApplicationWindow.fps

◆ fpsList

manywidgets.applicationwindow.ApplicationWindow.fpsList

◆ main_layout

manywidgets.applicationwindow.ApplicationWindow.main_layout

◆ options

manywidgets.applicationwindow.ApplicationWindow.options

◆ statusbar

manywidgets.applicationwindow.ApplicationWindow.statusbar

◆ timer

manywidgets.applicationwindow.ApplicationWindow.timer

◆ widgets

manywidgets.applicationwindow.ApplicationWindow.widgets

The documentation for this class was generated from the following file: