eric4.VCS.vcsSubversion.SvnOptionsDialog

Module implementing a dialog to enter options used to start a project in the VCS.

Classes

SvnOptionsDialog Class implementing a dialog to enter options used to start a project in the repository.

Functions

None


SvnOptionsDialog

Class implementing a dialog to enter options used to start a project in the repository.

Derived from

QDialog, Ui_SvnOptionsDialog

Methods

SvnOptionsDialog Constructor
getData Public slot to retrieve the data entered into the dialog.
on_protocolCombo_activated Private slot to switch the status of the directory selection button.
on_vcsDirButton_clicked Private slot to display a directory selection dialog.

SvnOptionsDialog (Constructor)

SvnOptionsDialog(project, parent = None)

Constructor

project
reference to the project object
parent
parent widget (QWidget)

SvnOptionsDialog.getData

getData()

Public slot to retrieve the data entered into the dialog.

Returns:
a dictionary containing the data entered

SvnOptionsDialog.on_protocolCombo_activated

on_protocolCombo_activated(protocol)

Private slot to switch the status of the directory selection button.

SvnOptionsDialog.on_vcsDirButton_clicked

on_vcsDirButton_clicked()

Private slot to display a directory selection dialog.

Up