src/eric7/EricWidgets/EricPassivePopup.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9221
bf71ee032bb4
child 9653
e67609152c5e
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
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.

eric ide

mercurial