Package sysmon :: Module gui
[hide private]
[frames] | no frames]

Module gui

source code

Provides a framework for a graphical user interface to YASMon, using Qt4.

Classes [hide private]
  AboutYasmon
YASMon's about dialog box.
  ScaleView
A widget to view information on a scale, with details below.
  CPUView
A widget to view cpu usage information et al.
  ProcessorView
A widget to view processor information for multiple processors.
  MemoryView
A widget to display the current memory usage in a memory bank (RAM).
  UptimeView
A widget to display the current system uptime.
  SystemView
Displays current information for the most general (and critical) parts of a single system.
  HistoryView
Displays most of OverviewView's content, as a history.
  TopView
Displays a top-like view of a system.
  DetailedSystemView
Displays a detailed system view, consisting of a HistoryView and a TopView.
  MainView
Functions [hide private]
 
yasmon_error(error)
Displays the appropriate error message, based on the given error object.
source code
 
about_yasmon(parent)
Displays an "About YASMon" dialog box.
source code
 
yasmon_icon()
Returns a scalable version of YASMon's icon.
source code
 
yasmon_image()
Returns an QSvgWidget with YASMon's logo
source code
 
qt_icon()
Returns a scalable version of QT's logo.
source code
QTextStream
bin(QTextStream) source code
QTextStream
hex(QTextStream) source code
QTextStream
oct(QTextStream) source code
Variables [hide private]
  PYQT_VERSION = 263938
  PYQT_VERSION_STR = '4.7.2'
  QT_VERSION = 263682
  QT_VERSION_STR = '4.6.2'
  QtCriticalMsg = 2
  QtDebugMsg = 0
  QtFatalMsg = 3
  QtSystemMsg = 2
  QtWarningMsg = 1
  __package__ = 'sysmon'
  qApp = <PyQt4.QtGui.QApplication object at 0x27b48d0>