E5Gui/E5TextEditSearchWidget.py

changeset 5967
da72832f7c22
parent 5959
4c716b02e10d
child 6004
548a9ba8c970
child 6048
82ad8ec9548c
equal deleted inserted replaced
5966:3325ecd87c7c 5967:da72832f7c22
9 9
10 from __future__ import unicode_literals 10 from __future__ import unicode_literals
11 11
12 from PyQt5.QtCore import pyqtSlot, Qt, QMetaObject, QSize 12 from PyQt5.QtCore import pyqtSlot, Qt, QMetaObject, QSize
13 from PyQt5.QtGui import QPalette, QBrush, QColor, QTextDocument, QTextCursor 13 from PyQt5.QtGui import QPalette, QBrush, QColor, QTextDocument, QTextCursor
14 from PyQt5.QtWidgets import QWidget, QVBoxLayout, QHBoxLayout, QLabel, \ 14 from PyQt5.QtWidgets import QWidget, QVBoxLayout, QHBoxLayout, QLabel, \
15 QComboBox, QCheckBox, QToolButton, QSizePolicy 15 QComboBox, QCheckBox, QToolButton, QSizePolicy
16 16
17 from E5Gui.E5ComboBox import E5ClearableComboBox 17 from E5Gui.E5ComboBox import E5ClearableComboBox
18 18
19 import UI.PixmapCache 19 import UI.PixmapCache

eric ide

mercurial