eric6.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog
Module implementing a dialog to enter the data for a new property.
Global Attributes
Classes
| SvnPropDelDialog | Class implementing a dialog to enter the data for a new property. | 
Functions
SvnPropDelDialog
    Class implementing a dialog to enter the data for a new property.
Derived from
QDialog, Ui_SvnPropDelDialog
Class Attributes
Class Methods
Methods
Static Methods
SvnPropDelDialog (Constructor)
SvnPropDelDialog(recursive, parent=None)
        Constructor
- recursive
- 
flag indicating a recursive set is requested
- parent
- 
parent widget (QWidget)
SvnPropDelDialog.getData
getData()
        Public slot used to retrieve the data entered into the dialog.
- Returns:
- 
tuple of two values giving the property name and a flag
            indicating, that this property should be applied recursively.
            (string, boolean)
SvnPropDelDialog.on_propNameEdit_textChanged
on_propNameEdit_textChanged(text)
        Private method used to enable/disable the OK-button.
- text
- 
ignored