src/eric7/WebBrowser/Download/DownloadManager.py

branch
eric7
changeset 10069
435cc5875135
parent 9786
f94b530722af
child 10436
f6881d10e995
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
9 9
10 from PyQt6.QtCore import ( 10 from PyQt6.QtCore import (
11 QBasicTimer, 11 QBasicTimer,
12 QFileInfo, 12 QFileInfo,
13 QModelIndex, 13 QModelIndex,
14 QPoint,
14 Qt, 15 Qt,
15 QUrl, 16 QUrl,
16 pyqtSignal, 17 pyqtSignal,
17 pyqtSlot, 18 pyqtSlot,
18 ) 19 )
90 91
91 self.__load() 92 self.__load()
92 93
93 self.__updateTimer = QBasicTimer() 94 self.__updateTimer = QBasicTimer()
94 95
96 @pyqtSlot(QPoint)
95 def __customContextMenuRequested(self, pos): 97 def __customContextMenuRequested(self, pos):
96 """ 98 """
97 Private slot to handle the context menu request for the bookmarks tree. 99 Private slot to handle the context menu request for the bookmarks tree.
98 100
99 @param pos position the context menu was requested (QPoint) 101 @param pos position the context menu was requested (QPoint)

eric ide

mercurial