eric4.VCS.vcsPySvn.SvnCommitDialog

Module implementing a dialog to enter the commit message.

Classes

SvnCommitDialog Class implementing a dialog to enter the commit message.

Functions

None


SvnCommitDialog

Class implementing a dialog to enter the commit message.

Signals

accepted()
emitted, if the dialog was accepted
rejected()
emitted, if the dialog was rejected

Derived from

QWidget, Ui_SvnCommitDialog

Methods

SvnCommitDialog Constructor
logMessage Public method to retrieve the log message.
on_buttonBox_accepted Private slot called by the buttonBox accepted signal.
on_buttonBox_clicked Private slot called by a button of the button box clicked.
on_buttonBox_rejected Private slot called by the buttonBox rejected signal.

SvnCommitDialog (Constructor)

SvnCommitDialog(parent = None)

Constructor

parent
parent widget (QWidget)

SvnCommitDialog.logMessage

logMessage()

Public method to retrieve the log message.

Returns:
the log message (QString)

SvnCommitDialog.on_buttonBox_accepted

on_buttonBox_accepted()

Private slot called by the buttonBox accepted signal.

SvnCommitDialog.on_buttonBox_clicked

on_buttonBox_clicked(button)

Private slot called by a button of the button box clicked.

button
button that was clicked (QAbstractButton)

SvnCommitDialog.on_buttonBox_rejected

on_buttonBox_rejected()

Private slot called by the buttonBox rejected signal.

Up