4 # |
4 # |
5 |
5 |
6 """ |
6 """ |
7 Module implementing a window for showing the QtHelp index. |
7 Module implementing a window for showing the QtHelp index. |
8 """ |
8 """ |
9 |
|
10 |
9 |
11 from PyQt5.QtCore import pyqtSignal, pyqtSlot, Qt, QUrl, QEvent |
10 from PyQt5.QtCore import pyqtSignal, pyqtSlot, Qt, QUrl, QEvent |
12 from PyQt5.QtWidgets import ( |
11 from PyQt5.QtWidgets import ( |
13 QWidget, QVBoxLayout, QLabel, QLineEdit, QMenu, QDialog, QApplication |
12 QWidget, QVBoxLayout, QLabel, QLineEdit, QMenu, QDialog, QApplication |
14 ) |
13 ) |