--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitPushDialog.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitPushDialog.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,53 +7,53 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Plugins.VcsPlugins.vcsGit.GitPushDialog</h1> - <p> Module implementing a dialog to enter data for a Push operation. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#GitPushDialog">GitPushDialog</a></td> <td>Class implementing a dialog to enter data for a Push operation.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="GitPushDialog" ID="GitPushDialog"></a> <h2>GitPushDialog</h2> - <p> Class implementing a dialog to enter data for a Push operation. </p> + <h3>Derived from</h3> QDialog, Ui_GitPushDialog <h3>Class Attributes</h3> +<table> +<tr><td>ForceColumn</td></tr> +<tr><td>LocalBranchColumn</td></tr> +<tr><td>PushColumn</td></tr> +<tr><td>RemoteBranchColumn</td></tr> +</table> -<table> -<tr><td>ForceColumn</td></tr><tr><td>LocalBranchColumn</td></tr><tr><td>PushColumn</td></tr><tr><td>RemoteBranchColumn</td></tr> -</table> <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#GitPushDialog.__init__">GitPushDialog</a></td> <td>Constructor</td> @@ -79,19 +79,20 @@ <td>Private slot to select/deselect all branch items.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="GitPushDialog.__init__" ID="GitPushDialog.__init__"></a> <h4>GitPushDialog (Constructor)</h4> <b>GitPushDialog</b>(<i>vcs, repodir, parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>vcs</i> (Git)</dt> @@ -110,17 +111,17 @@ <a NAME="GitPushDialog.__resizeColumns" ID="GitPushDialog.__resizeColumns"></a> <h4>GitPushDialog.__resizeColumns</h4> <b>__resizeColumns</b>(<i></i>) - <p> Private slot to adjust the column sizes. </p> + <a NAME="GitPushDialog.getData" ID="GitPushDialog.getData"></a> <h4>GitPushDialog.getData</h4> <b>getData</b>(<i></i>) - <p> Public method to get the entered data. </p> + <dl> <dt>Return:</dt> <dd> @@ -138,10 +139,10 @@ <a NAME="GitPushDialog.on_branchesTree_itemChanged" ID="GitPushDialog.on_branchesTree_itemChanged"></a> <h4>GitPushDialog.on_branchesTree_itemChanged</h4> <b>on_branchesTree_itemChanged</b>(<i>item, column</i>) - <p> Private slot handling changes of a branch item. </p> + <dl> <dt><i>item</i> (QTreeWidgetItem)</dt> @@ -156,10 +157,10 @@ <a NAME="GitPushDialog.on_remotesComboBox_currentTextChanged" ID="GitPushDialog.on_remotesComboBox_currentTextChanged"></a> <h4>GitPushDialog.on_remotesComboBox_currentTextChanged</h4> <b>on_remotesComboBox_currentTextChanged</b>(<i>txt</i>) - <p> Private slot to handle changes of the selected repository. </p> + <dl> <dt><i>txt</i> (str)</dt> @@ -170,10 +171,10 @@ <a NAME="GitPushDialog.on_selectAllCheckBox_stateChanged" ID="GitPushDialog.on_selectAllCheckBox_stateChanged"></a> <h4>GitPushDialog.on_selectAllCheckBox_stateChanged</h4> <b>on_selectAllCheckBox_stateChanged</b>(<i>state</i>) - <p> Private slot to select/deselect all branch items. </p> + <dl> <dt><i>state</i> (Qt.CheckState)</dt> @@ -183,4 +184,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>