eric6.Plugins.VcsPlugins.vcsPySvn.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(recursive, parent=None)
Constructor
- recursive
-
flag indicating a recursive set is requested
- parent
-
parent widget (QWidget)
SvnPropSetDialog.getData
getData()
Public slot used to retrieve the data entered into the dialog.
- Returns:
-
tuple of three values giving the property name, the text
of the property and a flag indicating, that this property
should be applied recursively. (string, string, boolean)