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 |