eric7.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog
Module implementing a dialog to enter the data for a new property.
Global Attributes
Classes
SvnPropSetDialog |
Class implementing a dialog to enter the data for a new property. |
Functions
SvnPropSetDialog
Class implementing a dialog to enter the data for a new property.
Derived from
QDialog, Ui_SvnPropSetDialog
Class Attributes
Class Methods
Methods
Static Methods
SvnPropSetDialog (Constructor)
SvnPropSetDialog(parent=None)
Constructor
- parent (QWidget)
-
parent widget
SvnPropSetDialog.getData
getData()
Public slot used to retrieve the data entered into the dialog.
- Return:
-
tuple containing the property name, a flag indicating a file was
selected and the text of the property or the selected filename
- Return Type:
-
tuple of (str, bool, str)