NewUserPasswordDialog

Incomplete documentation - sorry!

Note

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

methods and attributes

class lib_openmolar.common.qt4.dialogs.new_user_dialog.NewUserPasswordDialog(parent=None)[source]

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

gets a user / password by asking them their name followed by asking their password twice

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

will return (True, username, password) if dialog accepted or (False, “”, “” if not

set_label_text(txt)

set the label text. default is _(“Add a user”)

Table Of Contents

Previous topic

MultipleDatabaseWidget

Next topic

NullDateEdit