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

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

Inheritance diagram for realishapp.applicationwindow.ApplicationWindow:

Public Member Functions

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

Public Attributes

 options
 
 centralWidget
 
 main_layout
 
 widgets
 
 labels
 
 fpsList
 
 timer_high
 
 timer_low
 
 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 realishapp.applicationwindow.ApplicationWindow.__init__ (   self,
  options 
)

Member Function Documentation

◆ closeEvent()

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

◆ paintEvent()

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

Member Data Documentation

◆ centralWidget

realishapp.applicationwindow.ApplicationWindow.centralWidget

◆ fps

realishapp.applicationwindow.ApplicationWindow.fps

◆ fpsList

realishapp.applicationwindow.ApplicationWindow.fpsList

◆ labels

realishapp.applicationwindow.ApplicationWindow.labels

◆ main_layout

realishapp.applicationwindow.ApplicationWindow.main_layout

◆ options

realishapp.applicationwindow.ApplicationWindow.options

◆ statusbar

realishapp.applicationwindow.ApplicationWindow.statusbar

◆ timer_high

realishapp.applicationwindow.ApplicationWindow.timer_high

◆ timer_low

realishapp.applicationwindow.ApplicationWindow.timer_low

◆ widgets

realishapp.applicationwindow.ApplicationWindow.widgets

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