7780:41420f82c0ac | 7781:607a6098cb44 |
---|---|
5 | 5 |
6 """ | 6 """ |
7 Module implementing a personal information manager used to complete form | 7 Module implementing a personal information manager used to complete form |
8 fields. | 8 fields. |
9 """ | 9 """ |
10 | |
11 | 10 |
12 from PyQt5.QtCore import Qt, QObject, QPoint | 11 from PyQt5.QtCore import Qt, QObject, QPoint |
13 from PyQt5.QtWidgets import QDialog, QMenu | 12 from PyQt5.QtWidgets import QDialog, QMenu |
14 | 13 |
15 import Preferences | 14 import Preferences |