21 import Preferences |
21 import Preferences |
22 |
22 |
23 import UI.PixmapCache |
23 import UI.PixmapCache |
24 |
24 |
25 |
25 |
26 # TODO: add support for more POSIX like regexp support of QScintilla |
|
27 class SearchReplaceWidget(QWidget): |
26 class SearchReplaceWidget(QWidget): |
28 """ |
27 """ |
29 Class implementing the search and replace widget. |
28 Class implementing the search and replace widget. |
30 |
29 |
31 @signal searchListChanged() emitted to indicate a change of the search list |
30 @signal searchListChanged() emitted to indicate a change of the search list |