80 <p> |
80 <p> |
81 Constructor |
81 Constructor |
82 </p> |
82 </p> |
83 <dl> |
83 <dl> |
84 |
84 |
85 <dt><i>branches</i></dt> |
85 <dt><i>branches</i> (list of str)</dt> |
86 <dd> |
86 <dd> |
87 list of branch names (list of string) |
87 list of branch names |
88 </dd> |
88 </dd> |
89 <dt><i>remotes</i></dt> |
89 <dt><i>remotes</i> (list of str)</dt> |
90 <dd> |
90 <dd> |
91 list of remote names (list of string) |
91 list of remote names |
92 </dd> |
92 </dd> |
93 <dt><i>delete</i></dt> |
93 <dt><i>delete</i> (bool)</dt> |
94 <dd> |
94 <dd> |
95 flag indicating a delete branch action (boolean) |
95 flag indicating a delete branch action |
96 </dd> |
96 </dd> |
97 <dt><i>parent</i></dt> |
97 <dt><i>parent</i> (QWidget)</dt> |
98 <dd> |
98 <dd> |
99 reference to the parent widget (QWidget) |
99 reference to the parent widget |
100 </dd> |
100 </dd> |
101 </dl> |
101 </dl> |
102 <a NAME="GitBranchPushDialog.getData" ID="GitBranchPushDialog.getData"></a> |
102 <a NAME="GitBranchPushDialog.getData" ID="GitBranchPushDialog.getData"></a> |
103 <h4>GitBranchPushDialog.getData</h4> |
103 <h4>GitBranchPushDialog.getData</h4> |
104 <b>getData</b>(<i></i>) |
104 <b>getData</b>(<i></i>) |
108 </p> |
108 </p> |
109 <dl> |
109 <dl> |
110 <dt>Return:</dt> |
110 <dt>Return:</dt> |
111 <dd> |
111 <dd> |
112 tuple of selected branch name, remote name and a flag |
112 tuple of selected branch name, remote name and a flag |
113 indicating all branches (tuple of two strings and a boolean) |
113 indicating all branches |
|
114 </dd> |
|
115 </dl> |
|
116 <dl> |
|
117 <dt>Return Type:</dt> |
|
118 <dd> |
|
119 tuple of (str, str, bool) |
114 </dd> |
120 </dd> |
115 </dl> |
121 </dl> |
116 <a NAME="GitBranchPushDialog.on_branchComboBox_editTextChanged" ID="GitBranchPushDialog.on_branchComboBox_editTextChanged"></a> |
122 <a NAME="GitBranchPushDialog.on_branchComboBox_editTextChanged" ID="GitBranchPushDialog.on_branchComboBox_editTextChanged"></a> |
117 <h4>GitBranchPushDialog.on_branchComboBox_editTextChanged</h4> |
123 <h4>GitBranchPushDialog.on_branchComboBox_editTextChanged</h4> |
118 <b>on_branchComboBox_editTextChanged</b>(<i>txt</i>) |
124 <b>on_branchComboBox_editTextChanged</b>(<i>txt</i>) |