--- a/eric7/UI/FindFileWidget.py Fri Sep 24 17:37:38 2021 +0200 +++ b/eric7/UI/FindFileWidget.py Fri Sep 24 20:09:58 2021 +0200 @@ -43,6 +43,7 @@ at a specificline @signal designerFile(str) emitted to open a Qt-Designer file """ + # TODO: add more signals sourceFile = pyqtSignal(str, int, str, int, int) designerFile = pyqtSignal(str) @@ -63,7 +64,6 @@ """ super().__init__(parent) self.setupUi(self) - self.setWindowFlags(Qt.WindowType.Window) self.layout().setContentsMargins(0, 3, 0, 0) @@ -373,7 +373,7 @@ @rtype str """ return txt.replace("\r", "").replace("\n", "") - + @pyqtSlot() def __stopSearch(self): """