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 |