|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.E5Gui.E5ComboBox</title> |
|
6 <style> |
|
7 body { |
|
8 background: #EDECE6; |
|
9 margin: 0em 1em 10em 1em; |
|
10 color: black; |
|
11 } |
|
12 |
|
13 h1 { color: white; background: #85774A; } |
|
14 h2 { color: white; background: #85774A; } |
|
15 h3 { color: white; background: #9D936E; } |
|
16 h4 { color: white; background: #9D936E; } |
|
17 |
|
18 a { color: #BA6D36; } |
|
19 |
|
20 </style> |
|
21 </head> |
|
22 <body><a NAME="top" ID="top"></a> |
|
23 <h1>eric5.E5Gui.E5ComboBox</h1> |
|
24 <p> |
|
25 Module implementing combobox classes using the eric5 line edits. |
|
26 </p> |
|
27 <h3>Global Attributes</h3> |
|
28 <table> |
|
29 <tr><td>None</td></tr> |
|
30 </table> |
|
31 <h3>Classes</h3> |
|
32 <table> |
|
33 <tr> |
|
34 <td><a href="#E5ClearableComboBox">E5ClearableComboBox</a></td> |
|
35 <td>Class implementing a combobox using the eric5 line edit.</td> |
|
36 </tr><tr> |
|
37 <td><a href="#E5ComboBox">E5ComboBox</a></td> |
|
38 <td>Class implementing a combobox using the eric5 line edit.</td> |
|
39 </tr> |
|
40 </table> |
|
41 <h3>Functions</h3> |
|
42 <table> |
|
43 <tr><td>None</td></tr> |
|
44 </table> |
|
45 <hr /><hr /> |
|
46 <a NAME="E5ClearableComboBox" ID="E5ClearableComboBox"></a> |
|
47 <h2>E5ClearableComboBox</h2> |
|
48 <p> |
|
49 Class implementing a combobox using the eric5 line edit. |
|
50 </p> |
|
51 <h3>Derived from</h3> |
|
52 E5ComboBox |
|
53 <h3>Class Attributes</h3> |
|
54 <table> |
|
55 <tr><td>None</td></tr> |
|
56 </table> |
|
57 <h3>Class Methods</h3> |
|
58 <table> |
|
59 <tr><td>None</td></tr> |
|
60 </table> |
|
61 <h3>Methods</h3> |
|
62 <table> |
|
63 <tr> |
|
64 <td><a href="#E5ClearableComboBox.__init__">E5ClearableComboBox</a></td> |
|
65 <td>Constructor</td> |
|
66 </tr> |
|
67 </table> |
|
68 <h3>Static Methods</h3> |
|
69 <table> |
|
70 <tr><td>None</td></tr> |
|
71 </table> |
|
72 <a NAME="E5ClearableComboBox.__init__" ID="E5ClearableComboBox.__init__"></a> |
|
73 <h4>E5ClearableComboBox (Constructor)</h4> |
|
74 <b>E5ClearableComboBox</b>(<i>parent=None, inactiveText=""</i>) |
|
75 <p> |
|
76 Constructor |
|
77 </p><dl> |
|
78 <dt><i>parent</i></dt> |
|
79 <dd> |
|
80 reference to the parent widget (QWidget) |
|
81 </dd><dt><i>inactiveText</i></dt> |
|
82 <dd> |
|
83 text to be shown on inactivity (string) |
|
84 </dd> |
|
85 </dl> |
|
86 <div align="right"><a href="#top">Up</a></div> |
|
87 <hr /><hr /> |
|
88 <a NAME="E5ComboBox" ID="E5ComboBox"></a> |
|
89 <h2>E5ComboBox</h2> |
|
90 <p> |
|
91 Class implementing a combobox using the eric5 line edit. |
|
92 </p> |
|
93 <h3>Derived from</h3> |
|
94 QComboBox |
|
95 <h3>Class Attributes</h3> |
|
96 <table> |
|
97 <tr><td>None</td></tr> |
|
98 </table> |
|
99 <h3>Class Methods</h3> |
|
100 <table> |
|
101 <tr><td>None</td></tr> |
|
102 </table> |
|
103 <h3>Methods</h3> |
|
104 <table> |
|
105 <tr> |
|
106 <td><a href="#E5ComboBox.__init__">E5ComboBox</a></td> |
|
107 <td>Constructor</td> |
|
108 </tr><tr> |
|
109 <td><a href="#E5ComboBox.inactiveText">inactiveText</a></td> |
|
110 <td>Public method to get the inactive text.</td> |
|
111 </tr><tr> |
|
112 <td><a href="#E5ComboBox.setInactiveText">setInactiveText</a></td> |
|
113 <td>Public method to set the inactive text.</td> |
|
114 </tr> |
|
115 </table> |
|
116 <h3>Static Methods</h3> |
|
117 <table> |
|
118 <tr><td>None</td></tr> |
|
119 </table> |
|
120 <a NAME="E5ComboBox.__init__" ID="E5ComboBox.__init__"></a> |
|
121 <h4>E5ComboBox (Constructor)</h4> |
|
122 <b>E5ComboBox</b>(<i>parent=None, inactiveText=""</i>) |
|
123 <p> |
|
124 Constructor |
|
125 </p><dl> |
|
126 <dt><i>parent</i></dt> |
|
127 <dd> |
|
128 reference to the parent widget (QWidget) |
|
129 </dd><dt><i>inactiveText</i></dt> |
|
130 <dd> |
|
131 text to be shown on inactivity (string) |
|
132 </dd> |
|
133 </dl><a NAME="E5ComboBox.inactiveText" ID="E5ComboBox.inactiveText"></a> |
|
134 <h4>E5ComboBox.inactiveText</h4> |
|
135 <b>inactiveText</b>(<i></i>) |
|
136 <p> |
|
137 Public method to get the inactive text. |
|
138 </p><p> |
|
139 return inactive text (string) |
|
140 </p><a NAME="E5ComboBox.setInactiveText" ID="E5ComboBox.setInactiveText"></a> |
|
141 <h4>E5ComboBox.setInactiveText</h4> |
|
142 <b>setInactiveText</b>(<i>inactiveText</i>) |
|
143 <p> |
|
144 Public method to set the inactive text. |
|
145 </p><dl> |
|
146 <dt><i>inactiveText</i></dt> |
|
147 <dd> |
|
148 text to be shown on inactivity (string) |
|
149 </dd> |
|
150 </dl> |
|
151 <div align="right"><a href="#top">Up</a></div> |
|
152 <hr /> |
|
153 </body></html> |