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 |