10068:7febcdccb2a1 | 10069:435cc5875135 |
---|---|
162 evt.setAccepted(True) | 162 evt.setAccepted(True) |
163 return True | 163 return True |
164 | 164 |
165 return super().event(evt) | 165 return super().event(evt) |
166 | 166 |
167 def tabRemoved(self, index): | 167 def tabRemoved(self, index): # noqa: U100 |
168 """ | 168 """ |
169 Public slot to handle the removal of a tab. | 169 Public slot to handle the removal of a tab. |
170 | 170 |
171 @param index index of the removed tab (integer) | 171 @param index index of the removed tab (integer) |
172 """ | 172 """ |