ImportDialog

Incomplete documentation - sorry!

Note

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

methods and attributes

class lib_openmolar.admin.data_import.import_dialog.ImportDialog(parent=None)[source]

Bases: lib_openmolar.common.qt4.dialogs.extendable_dialog.ExtendableDialog

__init__(parent=None)[source]
exec_()[source]
importer = None
no_importer_message()
set_importer(importer)

Set the importer (of type ..doc`Importer` )

sizeHint()[source]
start_()[source]

raise a progress dialog, and start the thread.

start_import()[source]

creates a thread for the database population enabling user to remain informed of progress

Table Of Contents

Previous topic

DropPGUserDialog

Next topic

ImportProgressDialog