ChartLineEdit

Incomplete documentation - sorry!

Note

Neil - please put some data in technical/class_headings/ChartLineEdit.rst

methods and attributes

class lib_openmolar.client.qt4.widgets.chart_editor.chart_line_edit.ChartLineEdit(parent=None)[source]

Bases: PyQt4.QtGui.QLineEdit

A custom line edit that accepts only BLOCK LETTERS and is self aware when verification is needed override the keypress event for up and down arrow keys.

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

clears the text

edit_finished

this is a signal emitted when user has finished entering an item. argument will be (“next”, “prev” or “stay”)

keyPressEvent(event)[source]

overrides QWidget’s keypressEvent

trimmed_text[source]

Table Of Contents

Previous topic

ChartDataModel

Next topic

ChartOptionsWidget