NewAddressDialog

Incomplete documentation - sorry!

Note

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

methods and attributes

class lib_openmolar.client.qt4.dialogs.address_dialogs.new_address_dialog.NewAddressDialog(parent=None)[source]

Bases: lib_openmolar.common.qt4.dialogs.base_dialog.BaseDialog

TODO - fix this dialog, it is broken

__init__(parent=None)[source]

2 arguments 1. the database into which the new address will go. 2. parent widget(optional)

Advise(*args)[source]
address_record = None

A pointer to the dialog’s AddressRecord

apply()[source]

applies the entered data to the new object

check_is_duplicate()[source]

is the new address already on the books?

exec_()[source]

overwrite the dialog’s exec call

sizeHint()[source]

Table Of Contents

Previous topic

NavigateFrame

Next topic

NewAddressWidget