116 and so on.</td></tr> |
116 and so on.</td></tr> |
117 <tr><td><code>+</code></td> |
117 <tr><td><code>+</code></td> |
118 <td>This matches 1 or more times. For example, <code>Sa+m</code> matches |
118 <td>This matches 1 or more times. For example, <code>Sa+m</code> matches |
119 <code>Sam</code>, <code>Saam</code>, <code>Saaam</code> and so on.</td></tr> |
119 <code>Sam</code>, <code>Saam</code>, <code>Saaam</code> and so on.</td></tr> |
120 </table> |
120 </table> |
121 """) # __IGNORE_WARNING__ |
121 """ |
|
122 ) |
122 self.setWhatsThis(whatsThis) |
123 self.setWhatsThis(whatsThis) |
123 |
124 |
124 self.ui.closeButton.setIcon(UI.PixmapCache.getIcon("close.png")) |
125 self.ui.closeButton.setIcon(UI.PixmapCache.getIcon("close.png")) |
125 self.ui.findPrevButton.setIcon( |
126 self.ui.findPrevButton.setIcon( |
126 UI.PixmapCache.getIcon("1leftarrow.png")) |
127 UI.PixmapCache.getIcon("1leftarrow.png")) |