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:
QDialogA
QtWidgets.QDialogto prompt the user to enter comments.Do not instantiate directly. Use
msl.qt.prompt.comments()instead.