eric6/Project/ProjectOthersBrowser.py

changeset 7229
53054eb5b15a
parent 6942
2602857055c5
child 7265
0665c4d509c9
equal deleted inserted replaced
7228:6037ddba57aa 7229:53054eb5b15a
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 10
11 from __future__ import unicode_literals
12 11
13 from PyQt5.QtCore import QModelIndex, pyqtSignal, QUrl 12 from PyQt5.QtCore import QModelIndex, pyqtSignal, QUrl
14 from PyQt5.QtGui import QDesktopServices 13 from PyQt5.QtGui import QDesktopServices
15 from PyQt5.QtWidgets import QDialog, QMenu 14 from PyQt5.QtWidgets import QDialog, QMenu
16 15

eric ide

mercurial