forked from openlp/openlp
Pep fixes
This commit is contained in:
parent
8f9cb4a090
commit
0e01ef29d4
@ -47,7 +47,8 @@ class PathEdit(QtWidgets.QWidget):
|
|||||||
|
|
||||||
:param QtWidget.QWidget | None: The parent of the widget. This is just passed to the super method.
|
:param QtWidget.QWidget | None: The parent of the widget. This is just passed to the super method.
|
||||||
:param str dialog_caption: Used to customise the caption in the QFileDialog.
|
:param str dialog_caption: Used to customise the caption in the QFileDialog.
|
||||||
:param openlp.core.common.path.Path default_path: The default path. This is set as the path when the revert button is clicked
|
:param openlp.core.common.path.Path default_path: The default path. This is set as the path when the revert
|
||||||
|
button is clicked
|
||||||
:param bool show_revert: Used to determine if the 'revert button' should be visible.
|
:param bool show_revert: Used to determine if the 'revert button' should be visible.
|
||||||
:rtype: None
|
:rtype: None
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user