45 """ |
45 """ |
46 Public method to set the inactive text. |
46 Public method to set the inactive text. |
47 |
47 |
48 @param inactiveText text to be shown on inactivity (string) |
48 @param inactiveText text to be shown on inactivity (string) |
49 """ |
49 """ |
50 self.__lineedit.setInactiveText() |
50 self.__lineedit.setInactiveText(inactiveText) |
51 |
51 |
52 |
52 |
53 class E5ClearableComboBox(E5ComboBox): |
53 class E5ClearableComboBox(E5ComboBox): |
54 """ |
54 """ |
55 Class implementing a combobox using the eric6 line edit. |
55 Class implementing a combobox using the eric6 line edit. |