schrodinger.application.jaguar.update_pka_settings module

class schrodinger.application.jaguar.update_pka_settings.UpdatePKASettingsDlg(parent: PyQt6.QtWidgets.QWidget)

Bases: PyQt6.QtWidgets.QDialog

Class to show dialog to update pKa settings for structure present at charges_directory location.

Variables

showHTMLResult (QtCore.pyqtSignal) – Used to notify client to show HTML result in browser.

showHTMLResult

A pyqtSignal emitted by instances of the class.

__init__(parent: PyQt6.QtWidgets.QWidget)
Parameters

parent – is parent widget

exec(charges_directory: str)

Method overriden to update charges_directory before showing dialog.

Parameters

charges_directory – is location where charge files are present