src/eric7/Project/QuickFindFileDialog.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9221
bf71ee032bb4
child 9514
2b104ad132a4
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
10 interactions. 10 interactions.
11 """ 11 """
12 12
13 import os 13 import os
14 14
15 from PyQt6.QtCore import pyqtSignal, pyqtSlot, Qt, QEvent 15 from PyQt6.QtCore import QEvent, Qt, pyqtSignal, pyqtSlot
16 from PyQt6.QtWidgets import ( 16 from PyQt6.QtWidgets import (
17 QWidget,
18 QHeaderView,
19 QApplication, 17 QApplication,
20 QDialogButtonBox, 18 QDialogButtonBox,
19 QHeaderView,
21 QTreeWidgetItem, 20 QTreeWidgetItem,
21 QWidget,
22 ) 22 )
23 23
24 from .Ui_QuickFindFile import Ui_QuickFindFile 24 from .Ui_QuickFindFile import Ui_QuickFindFile
25 25
26 26

eric ide

mercurial