E5Gui/E5ComboBox.py

branch
6_1_x
changeset 4583
f633fdfa7783
parent 4021
195a471c327b
child 4585
dbedc2e21bbd
equal deleted inserted replaced
4580:f8aa20644a16 4583:f633fdfa7783
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.

eric ide

mercurial