eric6/E5Gui/E5TextEditSearchWidget.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
child 8257
28146736bbfc
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
32 @param widthForHeight flag indicating to prefer width for height. 32 @param widthForHeight flag indicating to prefer width for height.
33 If this parameter is False, some widgets are shown in a third 33 If this parameter is False, some widgets are shown in a third
34 line. 34 line.
35 @type bool 35 @type bool
36 """ 36 """
37 super(E5TextEditSearchWidget, self).__init__(parent) 37 super().__init__(parent)
38 self.__setupUi(widthForHeight) 38 self.__setupUi(widthForHeight)
39 39
40 self.__textedit = None 40 self.__textedit = None
41 self.__texteditType = "" 41 self.__texteditType = ""
42 self.__findBackwards = True 42 self.__findBackwards = True

eric ide

mercurial