eric6/E5Gui/E5LineEdit.py

changeset 7252
c5e3705073eb
parent 7229
53054eb5b15a
child 7360
9190402e4505
equal deleted inserted replaced
7251:bc5b1b00560a 7252:c5e3705073eb
7 Module implementing specialized line edits. 7 Module implementing specialized line edits.
8 """ 8 """
9 9
10 10
11 from PyQt5.QtCore import pyqtSignal, Qt, QEvent 11 from PyQt5.QtCore import pyqtSignal, Qt, QEvent
12 from PyQt5.QtWidgets import QLineEdit, QWidget, QHBoxLayout, QBoxLayout, \ 12 from PyQt5.QtWidgets import (
13 QLayout, QApplication, QSpacerItem, QSizePolicy 13 QLineEdit, QWidget, QHBoxLayout, QBoxLayout, QLayout, QApplication,
14 QSpacerItem, QSizePolicy
15 )
14 16
15 import UI.PixmapCache 17 import UI.PixmapCache
16 18
17 19
18 class E5LineEditSideWidget(QWidget): 20 class E5LineEditSideWidget(QWidget):

eric ide

mercurial