92 <p> |
92 <p> |
93 Constructor |
93 Constructor |
94 </p> |
94 </p> |
95 <dl> |
95 <dl> |
96 |
96 |
97 <dt><i>currentPatch</i></dt> |
97 <dt><i>currentPatch</i> (str)</dt> |
98 <dd> |
98 <dd> |
99 name of the current patch (string) |
99 name of the current patch |
100 </dd> |
100 </dd> |
101 <dt><i>patchesList</i></dt> |
101 <dt><i>patchesList</i> (list of str)</dt> |
102 <dd> |
102 <dd> |
103 list of patches to select from (list of strings) |
103 list of patches to select from |
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="HgQueuesRenamePatchDialog.__updateUI" ID="HgQueuesRenamePatchDialog.__updateUI"></a> |
110 <a NAME="HgQueuesRenamePatchDialog.__updateUI" ID="HgQueuesRenamePatchDialog.__updateUI"></a> |
111 <h4>HgQueuesRenamePatchDialog.__updateUI</h4> |
111 <h4>HgQueuesRenamePatchDialog.__updateUI</h4> |
112 <b>__updateUI</b>(<i></i>) |
112 <b>__updateUI</b>(<i></i>) |
122 Public method to retrieve the entered data. |
122 Public method to retrieve the entered data. |
123 </p> |
123 </p> |
124 <dl> |
124 <dl> |
125 <dt>Return:</dt> |
125 <dt>Return:</dt> |
126 <dd> |
126 <dd> |
127 tuple of new name and selected patch (string, string) |
127 tuple of new name and selected patch |
|
128 </dd> |
|
129 </dl> |
|
130 <dl> |
|
131 <dt>Return Type:</dt> |
|
132 <dd> |
|
133 tuple of (str, str) |
128 </dd> |
134 </dd> |
129 </dl> |
135 </dl> |
130 <a NAME="HgQueuesRenamePatchDialog.on_nameCombo_currentIndexChanged" ID="HgQueuesRenamePatchDialog.on_nameCombo_currentIndexChanged"></a> |
136 <a NAME="HgQueuesRenamePatchDialog.on_nameCombo_currentIndexChanged" ID="HgQueuesRenamePatchDialog.on_nameCombo_currentIndexChanged"></a> |
131 <h4>HgQueuesRenamePatchDialog.on_nameCombo_currentIndexChanged</h4> |
137 <h4>HgQueuesRenamePatchDialog.on_nameCombo_currentIndexChanged</h4> |
132 <b>on_nameCombo_currentIndexChanged</b>(<i>index</i>) |
138 <b>on_nameCombo_currentIndexChanged</b>(<i>index</i>) |
148 <p> |
154 <p> |
149 Private slot to handle changes of the new name. |
155 Private slot to handle changes of the new name. |
150 </p> |
156 </p> |
151 <dl> |
157 <dl> |
152 |
158 |
153 <dt><i>txt</i></dt> |
159 <dt><i>txt</i> (str)</dt> |
154 <dd> |
160 <dd> |
155 text of the edit (string) |
161 text of the edit |
156 </dd> |
162 </dd> |
157 </dl> |
163 </dl> |
158 <a NAME="HgQueuesRenamePatchDialog.on_namedButton_toggled" ID="HgQueuesRenamePatchDialog.on_namedButton_toggled"></a> |
164 <a NAME="HgQueuesRenamePatchDialog.on_namedButton_toggled" ID="HgQueuesRenamePatchDialog.on_namedButton_toggled"></a> |
159 <h4>HgQueuesRenamePatchDialog.on_namedButton_toggled</h4> |
165 <h4>HgQueuesRenamePatchDialog.on_namedButton_toggled</h4> |
160 <b>on_namedButton_toggled</b>(<i>checked</i>) |
166 <b>on_namedButton_toggled</b>(<i>checked</i>) |