7991:866adc8c315b | 8043:0acf98cd089a |
---|---|
21 <body> | 21 <body> |
22 <a NAME="top" ID="top"></a> | 22 <a NAME="top" ID="top"></a> |
23 <h1>eric6.E5Gui.E5ComboBox</h1> | 23 <h1>eric6.E5Gui.E5ComboBox</h1> |
24 | 24 |
25 <p> | 25 <p> |
26 Module implementing combobox classes using the eric6 line edits. | 26 Module implementing combobox classes using the eric line edits. |
27 </p> | 27 </p> |
28 <h3>Global Attributes</h3> | 28 <h3>Global Attributes</h3> |
29 | 29 |
30 <table> | 30 <table> |
31 <tr><td>None</td></tr> | 31 <tr><td>None</td></tr> |
34 | 34 |
35 <table> | 35 <table> |
36 | 36 |
37 <tr> | 37 <tr> |
38 <td><a href="#E5ClearableComboBox">E5ClearableComboBox</a></td> | 38 <td><a href="#E5ClearableComboBox">E5ClearableComboBox</a></td> |
39 <td>Class implementing a combobox using the eric6 line edit.</td> | 39 <td>Class implementing a combobox using the eric line edit.</td> |
40 </tr> | 40 </tr> |
41 <tr> | 41 <tr> |
42 <td><a href="#E5ComboBox">E5ComboBox</a></td> | 42 <td><a href="#E5ComboBox">E5ComboBox</a></td> |
43 <td>Class implementing a combobox using the eric6 line edit.</td> | 43 <td>Class implementing a combobox using the eric line edit.</td> |
44 </tr> | 44 </tr> |
45 </table> | 45 </table> |
46 <h3>Functions</h3> | 46 <h3>Functions</h3> |
47 | 47 |
48 <table> | 48 <table> |
52 <hr /> | 52 <hr /> |
53 <a NAME="E5ClearableComboBox" ID="E5ClearableComboBox"></a> | 53 <a NAME="E5ClearableComboBox" ID="E5ClearableComboBox"></a> |
54 <h2>E5ClearableComboBox</h2> | 54 <h2>E5ClearableComboBox</h2> |
55 | 55 |
56 <p> | 56 <p> |
57 Class implementing a combobox using the eric6 line edit. | 57 Class implementing a combobox using the eric line edit. |
58 </p> | 58 </p> |
59 <h3>Derived from</h3> | 59 <h3>Derived from</h3> |
60 E5ComboBox | 60 E5ComboBox |
61 <h3>Class Attributes</h3> | 61 <h3>Class Attributes</h3> |
62 | 62 |
106 <hr /> | 106 <hr /> |
107 <a NAME="E5ComboBox" ID="E5ComboBox"></a> | 107 <a NAME="E5ComboBox" ID="E5ComboBox"></a> |
108 <h2>E5ComboBox</h2> | 108 <h2>E5ComboBox</h2> |
109 | 109 |
110 <p> | 110 <p> |
111 Class implementing a combobox using the eric6 line edit. | 111 Class implementing a combobox using the eric line edit. |
112 </p> | 112 </p> |
113 <h3>Derived from</h3> | 113 <h3>Derived from</h3> |
114 QComboBox | 114 QComboBox |
115 <h3>Class Attributes</h3> | 115 <h3>Class Attributes</h3> |
116 | 116 |
169 | 169 |
170 <p> | 170 <p> |
171 Public method to get the inactive text. | 171 Public method to get the inactive text. |
172 </p> | 172 </p> |
173 <dl> | 173 <dl> |
174 <dt>Returns:</dt> | 174 <dt>Return:</dt> |
175 <dd> | 175 <dd> |
176 inactive text (string) | 176 inactive text (string) |
177 </dd> | 177 </dd> |
178 </dl> | 178 </dl> |
179 <a NAME="E5ComboBox.setInactiveText" ID="E5ComboBox.setInactiveText"></a> | 179 <a NAME="E5ComboBox.setInactiveText" ID="E5ComboBox.setInactiveText"></a> |