8 interrupting the user. |
8 interrupting the user. |
9 """ |
9 """ |
10 |
10 |
11 import enum |
11 import enum |
12 |
12 |
13 from PyQt6.QtCore import pyqtSignal, Qt, QTimer, QPoint, QRect |
13 from PyQt6.QtCore import QPoint, QRect, Qt, QTimer, pyqtSignal |
14 from PyQt6.QtWidgets import QFrame, QVBoxLayout, QApplication |
14 from PyQt6.QtWidgets import QApplication, QFrame, QVBoxLayout |
15 |
15 |
16 |
16 |
17 class EricPassivePopupStyle(enum.Enum): |
17 class EricPassivePopupStyle(enum.Enum): |
18 """ |
18 """ |
19 Class defining the popup styles. |
19 Class defining the popup styles. |