eric6/WebBrowser/PersonalInformationManager/PersonalInformationManager.py

changeset 7781
607a6098cb44
parent 7759
51aa6c6b66f7
child 7923
91e843545d9a
equal deleted inserted replaced
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

eric ide

mercurial