124 <td>Local function to calculate a x-position for a column.</td> |
124 <td>Local function to calculate a x-position for a column.</td> |
125 </tr><tr> |
125 </tr><tr> |
126 <td><a href="#HgLogBrowserDialog.keyPressEvent">keyPressEvent</a></td> |
126 <td><a href="#HgLogBrowserDialog.keyPressEvent">keyPressEvent</a></td> |
127 <td>Protected slot to handle a key press event.</td> |
127 <td>Protected slot to handle a key press event.</td> |
128 </tr><tr> |
128 </tr><tr> |
|
129 <td><a href="#HgLogBrowserDialog.on_branchCombo_activated">on_branchCombo_activated</a></td> |
|
130 <td>Private slot called, when a new branch is selected.</td> |
|
131 </tr><tr> |
129 <td><a href="#HgLogBrowserDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
132 <td><a href="#HgLogBrowserDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
130 <td>Private slot called by a button of the button box clicked.</td> |
133 <td>Private slot called by a button of the button box clicked.</td> |
131 </tr><tr> |
134 </tr><tr> |
132 <td><a href="#HgLogBrowserDialog.on_clearRxEditButton_clicked">on_clearRxEditButton_clicked</a></td> |
135 <td><a href="#HgLogBrowserDialog.on_clearRxEditButton_clicked">on_clearRxEditButton_clicked</a></td> |
133 <td>Private slot called by a click of the clear RX edit button.</td> |
136 <td>Private slot called by a click of the clear RX edit button.</td> |
477 </p><dl> |
480 </p><dl> |
478 <dt><i>evt</i></dt> |
481 <dt><i>evt</i></dt> |
479 <dd> |
482 <dd> |
480 the key press event (QKeyEvent) |
483 the key press event (QKeyEvent) |
481 </dd> |
484 </dd> |
|
485 </dl><a NAME="HgLogBrowserDialog.on_branchCombo_activated" ID="HgLogBrowserDialog.on_branchCombo_activated"></a> |
|
486 <h4>HgLogBrowserDialog.on_branchCombo_activated</h4> |
|
487 <b>on_branchCombo_activated</b>(<i>txt</i>) |
|
488 <p> |
|
489 Private slot called, when a new branch is selected. |
|
490 </p><dl> |
|
491 <dt><i>txt</i></dt> |
|
492 <dd> |
|
493 text of the selected branch (string) |
|
494 </dd> |
482 </dl><a NAME="HgLogBrowserDialog.on_buttonBox_clicked" ID="HgLogBrowserDialog.on_buttonBox_clicked"></a> |
495 </dl><a NAME="HgLogBrowserDialog.on_buttonBox_clicked" ID="HgLogBrowserDialog.on_buttonBox_clicked"></a> |
483 <h4>HgLogBrowserDialog.on_buttonBox_clicked</h4> |
496 <h4>HgLogBrowserDialog.on_buttonBox_clicked</h4> |
484 <b>on_buttonBox_clicked</b>(<i>button</i>) |
497 <b>on_buttonBox_clicked</b>(<i>button</i>) |
485 <p> |
498 <p> |
486 Private slot called by a button of the button box clicked. |
499 Private slot called by a button of the button box clicked. |