92 <p> |
92 <p> |
93 Constructor |
93 Constructor |
94 </p> |
94 </p> |
95 <dl> |
95 <dl> |
96 |
96 |
97 <dt><i>vcs</i></dt> |
97 <dt><i>vcs</i> (Git)</dt> |
98 <dd> |
98 <dd> |
99 reference to the git object |
99 reference to the git object |
100 </dd> |
100 </dd> |
101 <dt><i>repodir</i></dt> |
101 <dt><i>repodir</i> (str)</dt> |
102 <dd> |
102 <dd> |
103 directory name of the local repository (string) |
103 directory name of the local repository |
104 </dd> |
104 </dd> |
105 <dt><i>parent</i></dt> |
105 <dt><i>parent</i> (QWidget)</dt> |
106 <dd> |
106 <dd> |
107 reference to the parent widget (QWidget) |
107 reference to the parent widget |
108 </dd> |
108 </dd> |
109 </dl> |
109 </dl> |
110 <a NAME="GitPushDialog.__resizeColumns" ID="GitPushDialog.__resizeColumns"></a> |
110 <a NAME="GitPushDialog.__resizeColumns" ID="GitPushDialog.__resizeColumns"></a> |
111 <h4>GitPushDialog.__resizeColumns</h4> |
111 <h4>GitPushDialog.__resizeColumns</h4> |
112 <b>__resizeColumns</b>(<i></i>) |
112 <b>__resizeColumns</b>(<i></i>) |
142 <p> |
142 <p> |
143 Private slot handling changes of a branch item. |
143 Private slot handling changes of a branch item. |
144 </p> |
144 </p> |
145 <dl> |
145 <dl> |
146 |
146 |
147 <dt><i>item</i></dt> |
147 <dt><i>item</i> (QTreeWidgetItem)</dt> |
148 <dd> |
148 <dd> |
149 reference to the changed item (QTreeWidgetItem) |
149 reference to the changed item |
150 </dd> |
150 </dd> |
151 <dt><i>column</i></dt> |
151 <dt><i>column</i> (int)</dt> |
152 <dd> |
152 <dd> |
153 changed column (integer) |
153 changed column |
154 </dd> |
154 </dd> |
155 </dl> |
155 </dl> |
156 <a NAME="GitPushDialog.on_remotesComboBox_currentTextChanged" ID="GitPushDialog.on_remotesComboBox_currentTextChanged"></a> |
156 <a NAME="GitPushDialog.on_remotesComboBox_currentTextChanged" ID="GitPushDialog.on_remotesComboBox_currentTextChanged"></a> |
157 <h4>GitPushDialog.on_remotesComboBox_currentTextChanged</h4> |
157 <h4>GitPushDialog.on_remotesComboBox_currentTextChanged</h4> |
158 <b>on_remotesComboBox_currentTextChanged</b>(<i>txt</i>) |
158 <b>on_remotesComboBox_currentTextChanged</b>(<i>txt</i>) |
160 <p> |
160 <p> |
161 Private slot to handle changes of the selected repository. |
161 Private slot to handle changes of the selected repository. |
162 </p> |
162 </p> |
163 <dl> |
163 <dl> |
164 |
164 |
165 <dt><i>txt</i></dt> |
165 <dt><i>txt</i> (str)</dt> |
166 <dd> |
166 <dd> |
167 current text of the combo box (string) |
167 current text of the combo box |
168 </dd> |
168 </dd> |
169 </dl> |
169 </dl> |
170 <a NAME="GitPushDialog.on_selectAllCheckBox_stateChanged" ID="GitPushDialog.on_selectAllCheckBox_stateChanged"></a> |
170 <a NAME="GitPushDialog.on_selectAllCheckBox_stateChanged" ID="GitPushDialog.on_selectAllCheckBox_stateChanged"></a> |
171 <h4>GitPushDialog.on_selectAllCheckBox_stateChanged</h4> |
171 <h4>GitPushDialog.on_selectAllCheckBox_stateChanged</h4> |
172 <b>on_selectAllCheckBox_stateChanged</b>(<i>state</i>) |
172 <b>on_selectAllCheckBox_stateChanged</b>(<i>state</i>) |