eric4.VCS.vcsSubversion.SvnRevisionSelectionDialog

Module implementing a dialog to enter the revisions for the svn diff command.

Classes

SvnRevisionSelectionDialog Class implementing a dialog to enter the revisions for the svn diff command.

Functions

None


SvnRevisionSelectionDialog

Class implementing a dialog to enter the revisions for the svn diff command.

Derived from

QDialog, Ui_SvnRevisionSelectionDialog

Methods

SvnRevisionSelectionDialog Constructor
getRevisions Public method to get the revisions.
on_oldSpinBox_valueChanged Privat slot to handle the valueChanged(int) signal of the first spinbox.

SvnRevisionSelectionDialog (Constructor)

SvnRevisionSelectionDialog(parent = None)

Constructor

parent
parent widget of the dialog (QWidget)

SvnRevisionSelectionDialog.getRevisions

getRevisions()

Public method to get the revisions.

Returns:
list of one or two integers or None

SvnRevisionSelectionDialog.on_oldSpinBox_valueChanged

on_oldSpinBox_valueChanged(val)

Privat slot to handle the valueChanged(int) signal of the first spinbox.

val
value of the spinbox (integer)

Up