42 <hr /><hr /> |
42 <hr /><hr /> |
43 <a NAME="HgCommitDialog" ID="HgCommitDialog"></a> |
43 <a NAME="HgCommitDialog" ID="HgCommitDialog"></a> |
44 <h2>HgCommitDialog</h2> |
44 <h2>HgCommitDialog</h2> |
45 <p> |
45 <p> |
46 Class implementing a dialog to enter the commit message. |
46 Class implementing a dialog to enter the commit message. |
47 </p><h4>Signals</h4> |
47 </p><h3>Signals</h3> |
48 <dl> |
48 <dl> |
49 <dt>accepted()</dt> |
49 <dt>accepted()</dt> |
50 <dd> |
50 <dd> |
51 emitted, if the dialog was accepted |
51 emitted, if the dialog was accepted |
52 </dd><dt>rejected()</dt> |
52 </dd><dt>rejected()</dt> |
58 QWidget, Ui_HgCommitDialog |
58 QWidget, Ui_HgCommitDialog |
59 <h3>Class Attributes</h3> |
59 <h3>Class Attributes</h3> |
60 <table> |
60 <table> |
61 <tr><td>None</td></tr> |
61 <tr><td>None</td></tr> |
62 </table> |
62 </table> |
|
63 <h3>Class Methods</h3> |
|
64 <table> |
|
65 <tr><td>None</td></tr> |
|
66 </table> |
63 <h3>Methods</h3> |
67 <h3>Methods</h3> |
64 <table> |
68 <table> |
65 <tr> |
69 <tr> |
66 <td><a href="#HgCommitDialog.__init__">HgCommitDialog</a></td> |
|
67 <td>Constructor</td> |
|
68 </tr><tr> |
|
69 <td><a href="#HgCommitDialog.logMessage">logMessage</a></td> |
70 <td><a href="#HgCommitDialog.logMessage">logMessage</a></td> |
70 <td>Public method to retrieve the log message.</td> |
71 <td>Public method to retrieve the log message.</td> |
71 </tr><tr> |
72 </tr><tr> |
72 <td><a href="#HgCommitDialog.on_buttonBox_accepted">on_buttonBox_accepted</a></td> |
73 <td><a href="#HgCommitDialog.on_buttonBox_accepted">on_buttonBox_accepted</a></td> |
73 <td>Private slot called by the buttonBox accepted signal.</td> |
74 <td>Private slot called by the buttonBox accepted signal.</td> |
82 <td>Private slot to select a commit message from recent ones.</td> |
83 <td>Private slot to select a commit message from recent ones.</td> |
83 </tr><tr> |
84 </tr><tr> |
84 <td><a href="#HgCommitDialog.showEvent">showEvent</a></td> |
85 <td><a href="#HgCommitDialog.showEvent">showEvent</a></td> |
85 <td>Public method called when the dialog is about to be shown.</td> |
86 <td>Public method called when the dialog is about to be shown.</td> |
86 </tr> |
87 </tr> |
|
88 </table> |
|
89 <h3>Static Methods</h3> |
|
90 <table> |
|
91 <tr><td>None</td></tr> |
87 </table> |
92 </table> |
88 <a NAME="HgCommitDialog.__init__" ID="HgCommitDialog.__init__"></a> |
93 <a NAME="HgCommitDialog.__init__" ID="HgCommitDialog.__init__"></a> |
89 <h4>HgCommitDialog (Constructor)</h4> |
94 <h4>HgCommitDialog (Constructor)</h4> |
90 <b>HgCommitDialog</b>(<i>vcs, parent=None</i>) |
95 <b>HgCommitDialog</b>(<i>vcs, parent=None</i>) |
91 <p> |
96 <p> |