88 <p> |
88 <p> |
89 Constructor |
89 Constructor |
90 </p> |
90 </p> |
91 <dl> |
91 <dl> |
92 |
92 |
93 <dt><i>bookmarksList</i></dt> |
93 <dt><i>bookmarksList</i> (list of str)</dt> |
94 <dd> |
94 <dd> |
95 list of bookmarks (list of strings) |
95 list of bookmarks |
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="HgBookmarkRenameDialog.__updateUI" ID="HgBookmarkRenameDialog.__updateUI"></a> |
102 <a NAME="HgBookmarkRenameDialog.__updateUI" ID="HgBookmarkRenameDialog.__updateUI"></a> |
103 <h4>HgBookmarkRenameDialog.__updateUI</h4> |
103 <h4>HgBookmarkRenameDialog.__updateUI</h4> |
104 <b>__updateUI</b>(<i></i>) |
104 <b>__updateUI</b>(<i></i>) |
115 </p> |
115 </p> |
116 <dl> |
116 <dl> |
117 <dt>Return:</dt> |
117 <dt>Return:</dt> |
118 <dd> |
118 <dd> |
119 tuple naming the old and new bookmark names |
119 tuple naming the old and new bookmark names |
120 (string, string) |
120 </dd> |
|
121 </dl> |
|
122 <dl> |
|
123 <dt>Return Type:</dt> |
|
124 <dd> |
|
125 tuple of (str, str) |
121 </dd> |
126 </dd> |
122 </dl> |
127 </dl> |
123 <a NAME="HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged" ID="HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged"></a> |
128 <a NAME="HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged" ID="HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged"></a> |
124 <h4>HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged</h4> |
129 <h4>HgBookmarkRenameDialog.on_bookmarkCombo_editTextChanged</h4> |
125 <b>on_bookmarkCombo_editTextChanged</b>(<i>txt</i>) |
130 <b>on_bookmarkCombo_editTextChanged</b>(<i>txt</i>) |
127 <p> |
132 <p> |
128 Private slot to handle changes of the selected bookmark. |
133 Private slot to handle changes of the selected bookmark. |
129 </p> |
134 </p> |
130 <dl> |
135 <dl> |
131 |
136 |
132 <dt><i>txt</i></dt> |
137 <dt><i>txt</i> (str)</dt> |
133 <dd> |
138 <dd> |
134 name of the selected bookmark (string) |
139 name of the selected bookmark |
135 </dd> |
140 </dd> |
136 </dl> |
141 </dl> |
137 <a NAME="HgBookmarkRenameDialog.on_nameEdit_textChanged" ID="HgBookmarkRenameDialog.on_nameEdit_textChanged"></a> |
142 <a NAME="HgBookmarkRenameDialog.on_nameEdit_textChanged" ID="HgBookmarkRenameDialog.on_nameEdit_textChanged"></a> |
138 <h4>HgBookmarkRenameDialog.on_nameEdit_textChanged</h4> |
143 <h4>HgBookmarkRenameDialog.on_nameEdit_textChanged</h4> |
139 <b>on_nameEdit_textChanged</b>(<i>txt</i>) |
144 <b>on_nameEdit_textChanged</b>(<i>txt</i>) |