Module implementing a dialog to enter the data for a branching operation.
| None | 
| GitBranchDialog | Class implementing a dialog to enter the data for a branching operation. | 
| None | 
Class implementing a dialog to enter the data for a branching operation.
| CreateBranch | 
| CreateSwitchBranch | 
| CreateTrackingBranch | 
| DeleteBranch | 
| RenameBranch | 
| SetTrackingBranch | 
| UnsetTrackingBranch | 
| None | 
| GitBranchDialog | Constructor | 
| __updateOK | Private method used to enable/disable the OK-button. | 
| getParameters | Public method to retrieve the branch data. | 
| on_branchCombo_editTextChanged | Private slot to handle a change of the branch. | 
| on_createTrackingButton_toggled | Private slot to handle the selection of creating a tracking branch. | 
| on_newBranchNameEdit_textChanged | Private slot to handle a change of the new branch. | 
| on_setTrackingButton_toggled | Private slot to handle the selection of setting a tracking branch. | 
| on_unsetTrackingButton_toggled | Private slot to handle the selection of unsetting a tracking branch. | 
| None | 
Constructor
Private method used to enable/disable the OK-button.
Public method to retrieve the branch data.
Private slot to handle a change of the branch.
Private slot to handle the selection of creating a tracking branch.
Private slot to handle a change of the new branch.
Private slot to handle the selection of setting a tracking branch.
Private slot to handle the selection of unsetting a tracking branch.