msl.qt.widgets.comments module

A QtWidgets.QDialog to prompt the user to enter comments.

class msl.qt.widgets.comments.Comments(json_path, title, even_row_color, odd_row_color)[source]

Bases: QDialog

A QtWidgets.QDialog to prompt the user to enter comments.

Do not instantiate directly. Use msl.qt.prompt.comments() instead.

text()[source]

str: The text in the comment editor.