BPEWidget

Author:Neil Wallace (neil@openmolar.com)
Release:2.0.906~hg207
Date:April 18, 2013

This Widget, which displays the result of a basic periodontal exam is a component of SummaryPage

../../../_images/BPEWidget.png

it emits 2 signals QtCore.SIGNAL(“NewBPE”) and QtCore.SIGNAL(“ShowBPE”)

methods and attributes

class lib_openmolar.client.qt4.widgets.bpe_widget.BPEWidget(parent=None)[source]

Bases: PyQt4.QtGui.QGroupBox

this class provides a widget which displays the BPE information, also fires a signal when a new BPE is to be added.

__init__(parent=None)[source]
clear()[source]

restores the widget to it’s initial state

emit_new_bpe()[source]

A signal is emmitted if user clicks on the new button

>>> self.emit(QtCore.SIGNAL("New BPE"))
emit_show_all()[source]

A signal is emmitted if user clicks on the show button

>>>self.emit(QtCore.SIGNAL(“Show BPE”))

set_label_text(values)[source]
set_values(arg)[source]
sizeHint()[source]

Table Of Contents

Previous topic

AvatarWidget

Next topic

BPE_ComboBox