QScintilla/SearchReplaceWidget.py

changeset 4435
9f6555d3c3c0
parent 4304
f85965649066
child 4631
5c1a96925da4
equal deleted inserted replaced
4434:8ba11cf46483 4435:9f6555d3c3c0
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"))

eric ide

mercurial