eric3.VCS.subversionPackage.PropSetDialog

Module implementing a dialog to enter the data for a new property.

Classes

SvnPropSetDialog Module implementing a dialog to enter the data for a new property.

Functions

None


SvnPropSetDialog

Module implementing a dialog to enter the data for a new property.

Derived from

PropSetForm

Methods

SvnPropSetDialog Constructor
getData Public slot used to retrieve the data entered into the dialog.
selectPropertyFile Private slot called by pressing the file selection button.

SvnPropSetDialog (Constructor)

SvnPropSetDialog(parent = None)

Constructor

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, a flag indicating a file was selected and the text of the property or the selected filename. (QString, boolean, QString)

SvnPropSetDialog.selectPropertyFile

selectPropertyFile()

Private slot called by pressing the file selection button.

Up