eric6/Documentation/Source/eric6.E5Gui.E5ComboBox.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7960
e8fc383322f7
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>eric6.E5Gui.E5ComboBox</h1> 23 <h1>eric6.E5Gui.E5ComboBox</h1>
24
23 <p> 25 <p>
24 Module implementing combobox classes using the eric6 line edits. 26 Module implementing combobox classes using the eric6 line edits.
25 </p> 27 </p>
26 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29
27 <table> 30 <table>
28 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
29 </table> 32 </table>
30 <h3>Classes</h3> 33 <h3>Classes</h3>
34
31 <table> 35 <table>
36
32 <tr> 37 <tr>
33 <td><a href="#E5ClearableComboBox">E5ClearableComboBox</a></td> 38 <td><a href="#E5ClearableComboBox">E5ClearableComboBox</a></td>
34 <td>Class implementing a combobox using the eric6 line edit.</td> 39 <td>Class implementing a combobox using the eric6 line edit.</td>
35 </tr><tr> 40 </tr>
41 <tr>
36 <td><a href="#E5ComboBox">E5ComboBox</a></td> 42 <td><a href="#E5ComboBox">E5ComboBox</a></td>
37 <td>Class implementing a combobox using the eric6 line edit.</td> 43 <td>Class implementing a combobox using the eric6 line edit.</td>
38 </tr> 44 </tr>
39 </table> 45 </table>
40 <h3>Functions</h3> 46 <h3>Functions</h3>
47
41 <table> 48 <table>
42 <tr><td>None</td></tr> 49 <tr><td>None</td></tr>
43 </table> 50 </table>
44 <hr /><hr /> 51 <hr />
52 <hr />
45 <a NAME="E5ClearableComboBox" ID="E5ClearableComboBox"></a> 53 <a NAME="E5ClearableComboBox" ID="E5ClearableComboBox"></a>
46 <h2>E5ClearableComboBox</h2> 54 <h2>E5ClearableComboBox</h2>
55
47 <p> 56 <p>
48 Class implementing a combobox using the eric6 line edit. 57 Class implementing a combobox using the eric6 line edit.
49 </p> 58 </p>
50 <h3>Derived from</h3> 59 <h3>Derived from</h3>
51 E5ComboBox 60 E5ComboBox
52 <h3>Class Attributes</h3> 61 <h3>Class Attributes</h3>
62
53 <table> 63 <table>
54 <tr><td>None</td></tr> 64 <tr><td>None</td></tr>
55 </table> 65 </table>
56 <h3>Class Methods</h3> 66 <h3>Class Methods</h3>
67
57 <table> 68 <table>
58 <tr><td>None</td></tr> 69 <tr><td>None</td></tr>
59 </table> 70 </table>
60 <h3>Methods</h3> 71 <h3>Methods</h3>
72
61 <table> 73 <table>
74
62 <tr> 75 <tr>
63 <td><a href="#E5ClearableComboBox.__init__">E5ClearableComboBox</a></td> 76 <td><a href="#E5ClearableComboBox.__init__">E5ClearableComboBox</a></td>
64 <td>Constructor</td> 77 <td>Constructor</td>
65 </tr> 78 </tr>
66 </table> 79 </table>
67 <h3>Static Methods</h3> 80 <h3>Static Methods</h3>
81
68 <table> 82 <table>
69 <tr><td>None</td></tr> 83 <tr><td>None</td></tr>
70 </table> 84 </table>
85
71 <a NAME="E5ClearableComboBox.__init__" ID="E5ClearableComboBox.__init__"></a> 86 <a NAME="E5ClearableComboBox.__init__" ID="E5ClearableComboBox.__init__"></a>
72 <h4>E5ClearableComboBox (Constructor)</h4> 87 <h4>E5ClearableComboBox (Constructor)</h4>
73 <b>E5ClearableComboBox</b>(<i>parent=None, inactiveText=""</i>) 88 <b>E5ClearableComboBox</b>(<i>parent=None, inactiveText=""</i>)
89
74 <p> 90 <p>
75 Constructor 91 Constructor
76 </p><dl> 92 </p>
93 <dl>
94
77 <dt><i>parent</i></dt> 95 <dt><i>parent</i></dt>
78 <dd> 96 <dd>
79 reference to the parent widget (QWidget) 97 reference to the parent widget (QWidget)
80 </dd><dt><i>inactiveText</i></dt> 98 </dd>
99 <dt><i>inactiveText</i></dt>
81 <dd> 100 <dd>
82 text to be shown on inactivity (string) 101 text to be shown on inactivity (string)
83 </dd> 102 </dd>
84 </dl> 103 </dl>
85 <div align="right"><a href="#top">Up</a></div> 104 <div align="right"><a href="#top">Up</a></div>
86 <hr /><hr /> 105 <hr />
106 <hr />
87 <a NAME="E5ComboBox" ID="E5ComboBox"></a> 107 <a NAME="E5ComboBox" ID="E5ComboBox"></a>
88 <h2>E5ComboBox</h2> 108 <h2>E5ComboBox</h2>
109
89 <p> 110 <p>
90 Class implementing a combobox using the eric6 line edit. 111 Class implementing a combobox using the eric6 line edit.
91 </p> 112 </p>
92 <h3>Derived from</h3> 113 <h3>Derived from</h3>
93 QComboBox 114 QComboBox
94 <h3>Class Attributes</h3> 115 <h3>Class Attributes</h3>
116
95 <table> 117 <table>
96 <tr><td>None</td></tr> 118 <tr><td>None</td></tr>
97 </table> 119 </table>
98 <h3>Class Methods</h3> 120 <h3>Class Methods</h3>
121
99 <table> 122 <table>
100 <tr><td>None</td></tr> 123 <tr><td>None</td></tr>
101 </table> 124 </table>
102 <h3>Methods</h3> 125 <h3>Methods</h3>
126
103 <table> 127 <table>
128
104 <tr> 129 <tr>
105 <td><a href="#E5ComboBox.__init__">E5ComboBox</a></td> 130 <td><a href="#E5ComboBox.__init__">E5ComboBox</a></td>
106 <td>Constructor</td> 131 <td>Constructor</td>
107 </tr><tr> 132 </tr>
133 <tr>
108 <td><a href="#E5ComboBox.inactiveText">inactiveText</a></td> 134 <td><a href="#E5ComboBox.inactiveText">inactiveText</a></td>
109 <td>Public method to get the inactive text.</td> 135 <td>Public method to get the inactive text.</td>
110 </tr><tr> 136 </tr>
137 <tr>
111 <td><a href="#E5ComboBox.setInactiveText">setInactiveText</a></td> 138 <td><a href="#E5ComboBox.setInactiveText">setInactiveText</a></td>
112 <td>Public method to set the inactive text.</td> 139 <td>Public method to set the inactive text.</td>
113 </tr> 140 </tr>
114 </table> 141 </table>
115 <h3>Static Methods</h3> 142 <h3>Static Methods</h3>
143
116 <table> 144 <table>
117 <tr><td>None</td></tr> 145 <tr><td>None</td></tr>
118 </table> 146 </table>
147
119 <a NAME="E5ComboBox.__init__" ID="E5ComboBox.__init__"></a> 148 <a NAME="E5ComboBox.__init__" ID="E5ComboBox.__init__"></a>
120 <h4>E5ComboBox (Constructor)</h4> 149 <h4>E5ComboBox (Constructor)</h4>
121 <b>E5ComboBox</b>(<i>parent=None, inactiveText=""</i>) 150 <b>E5ComboBox</b>(<i>parent=None, inactiveText=""</i>)
151
122 <p> 152 <p>
123 Constructor 153 Constructor
124 </p><dl> 154 </p>
155 <dl>
156
125 <dt><i>parent</i></dt> 157 <dt><i>parent</i></dt>
126 <dd> 158 <dd>
127 reference to the parent widget (QWidget) 159 reference to the parent widget (QWidget)
128 </dd><dt><i>inactiveText</i></dt> 160 </dd>
161 <dt><i>inactiveText</i></dt>
129 <dd> 162 <dd>
130 text to be shown on inactivity (string) 163 text to be shown on inactivity (string)
131 </dd> 164 </dd>
132 </dl><a NAME="E5ComboBox.inactiveText" ID="E5ComboBox.inactiveText"></a> 165 </dl>
166 <a NAME="E5ComboBox.inactiveText" ID="E5ComboBox.inactiveText"></a>
133 <h4>E5ComboBox.inactiveText</h4> 167 <h4>E5ComboBox.inactiveText</h4>
134 <b>inactiveText</b>(<i></i>) 168 <b>inactiveText</b>(<i></i>)
169
135 <p> 170 <p>
136 Public method to get the inactive text. 171 Public method to get the inactive text.
137 </p><dl> 172 </p>
173 <dl>
138 <dt>Returns:</dt> 174 <dt>Returns:</dt>
139 <dd> 175 <dd>
140 inactive text (string) 176 inactive text (string)
141 </dd> 177 </dd>
142 </dl><a NAME="E5ComboBox.setInactiveText" ID="E5ComboBox.setInactiveText"></a> 178 </dl>
179 <a NAME="E5ComboBox.setInactiveText" ID="E5ComboBox.setInactiveText"></a>
143 <h4>E5ComboBox.setInactiveText</h4> 180 <h4>E5ComboBox.setInactiveText</h4>
144 <b>setInactiveText</b>(<i>inactiveText</i>) 181 <b>setInactiveText</b>(<i>inactiveText</i>)
182
145 <p> 183 <p>
146 Public method to set the inactive text. 184 Public method to set the inactive text.
147 </p><dl> 185 </p>
186 <dl>
187
148 <dt><i>inactiveText</i></dt> 188 <dt><i>inactiveText</i></dt>
149 <dd> 189 <dd>
150 text to be shown on inactivity (string) 190 text to be shown on inactivity (string)
151 </dd> 191 </dd>
152 </dl> 192 </dl>

eric ide

mercurial