eric6/Project/ProjectOthersBrowser.py

changeset 7780
41420f82c0ac
parent 7759
51aa6c6b66f7
child 7923
91e843545d9a
equal deleted inserted replaced
7779:757334671130 7780:41420f82c0ac
5 5
6 """ 6 """
7 Module implementing a class used to display the parts of the project, that 7 Module implementing a class used to display the parts of the project, that
8 don't fit the other categories. 8 don't fit the other categories.
9 """ 9 """
10
11 10
12 from PyQt5.QtCore import QModelIndex, pyqtSignal, QUrl 11 from PyQt5.QtCore import QModelIndex, pyqtSignal, QUrl
13 from PyQt5.QtGui import QDesktopServices 12 from PyQt5.QtGui import QDesktopServices
14 from PyQt5.QtWidgets import QDialog, QMenu 13 from PyQt5.QtWidgets import QDialog, QMenu
15 14

eric ide

mercurial