Documentation/Source/eric5.UI.NumbersWidget.html

changeset 1228
7afaf2fca55b
parent 945
8cd4d08fa9f6
child 1229
a8207dc73672
equal deleted inserted replaced
1227:c5db073a124f 1228:7afaf2fca55b
52 QAbstractTableModel 52 QAbstractTableModel
53 <h3>Class Attributes</h3> 53 <h3>Class Attributes</h3>
54 <table> 54 <table>
55 <tr><td>None</td></tr> 55 <tr><td>None</td></tr>
56 </table> 56 </table>
57 <h3>Class Methods</h3>
58 <table>
59 <tr><td>None</td></tr>
60 </table>
57 <h3>Methods</h3> 61 <h3>Methods</h3>
58 <table> 62 <table>
59 <tr> 63 <tr>
60 <td><a href="#BinaryModel.__init__">BinaryModel</a></td>
61 <td>Constructor</td>
62 </tr><tr>
63 <td><a href="#BinaryModel.columnCount">columnCount</a></td> 64 <td><a href="#BinaryModel.columnCount">columnCount</a></td>
64 <td>Public method to get the number of columns of the model.</td> 65 <td>Public method to get the number of columns of the model.</td>
65 </tr><tr> 66 </tr><tr>
66 <td><a href="#BinaryModel.data">data</a></td> 67 <td><a href="#BinaryModel.data">data</a></td>
67 <td>Public method to get data from the model.</td> 68 <td>Public method to get data from the model.</td>
88 <td>Public method to set the data of a node cell.</td> 89 <td>Public method to set the data of a node cell.</td>
89 </tr><tr> 90 </tr><tr>
90 <td><a href="#BinaryModel.setValue">setValue</a></td> 91 <td><a href="#BinaryModel.setValue">setValue</a></td>
91 <td>Public slot to set the value to show.</td> 92 <td>Public slot to set the value to show.</td>
92 </tr> 93 </tr>
94 </table>
95 <h3>Static Methods</h3>
96 <table>
97 <tr><td>None</td></tr>
93 </table> 98 </table>
94 <a NAME="BinaryModel.__init__" ID="BinaryModel.__init__"></a> 99 <a NAME="BinaryModel.__init__" ID="BinaryModel.__init__"></a>
95 <h4>BinaryModel (Constructor)</h4> 100 <h4>BinaryModel (Constructor)</h4>
96 <b>BinaryModel</b>(<i>parent=None</i>) 101 <b>BinaryModel</b>(<i>parent=None</i>)
97 <p> 102 <p>
254 <hr /><hr /> 259 <hr /><hr />
255 <a NAME="NumbersWidget" ID="NumbersWidget"></a> 260 <a NAME="NumbersWidget" ID="NumbersWidget"></a>
256 <h2>NumbersWidget</h2> 261 <h2>NumbersWidget</h2>
257 <p> 262 <p>
258 Class implementing a widget to show numbers in different formats. 263 Class implementing a widget to show numbers in different formats.
259 </p><h4>Signals</h4> 264 </p><h3>Signals</h3>
260 <dl> 265 <dl>
261 <dt>insertNumber(str)</dt> 266 <dt>insertNumber(str)</dt>
262 <dd> 267 <dd>
263 emitted after the user has entered a number 268 emitted after the user has entered a number
264 and selected the number format 269 and selected the number format
268 QWidget, Ui_NumbersWidget 273 QWidget, Ui_NumbersWidget
269 <h3>Class Attributes</h3> 274 <h3>Class Attributes</h3>
270 <table> 275 <table>
271 <tr><td>None</td></tr> 276 <tr><td>None</td></tr>
272 </table> 277 </table>
278 <h3>Class Methods</h3>
279 <table>
280 <tr><td>None</td></tr>
281 </table>
273 <h3>Methods</h3> 282 <h3>Methods</h3>
274 <table> 283 <table>
275 <tr> 284 <tr>
276 <td><a href="#NumbersWidget.__init__">NumbersWidget</a></td>
277 <td>Constructor</td>
278 </tr><tr>
279 <td><a href="#NumbersWidget.__binModelDataChanged">__binModelDataChanged</a></td> 285 <td><a href="#NumbersWidget.__binModelDataChanged">__binModelDataChanged</a></td>
280 <td>Private slot to handle a change of the binary model value by the user.</td> 286 <td>Private slot to handle a change of the binary model value by the user.</td>
281 </tr><tr> 287 </tr><tr>
282 <td><a href="#NumbersWidget.__block">__block</a></td> 288 <td><a href="#NumbersWidget.__block">__block</a></td>
283 <td>Private slot to block some signals.</td> 289 <td>Private slot to block some signals.</td>
325 <td>Private slot to send an octal number.</td> 331 <td>Private slot to send an octal number.</td>
326 </tr><tr> 332 </tr><tr>
327 <td><a href="#NumbersWidget.on_sizeBox_valueChanged">on_sizeBox_valueChanged</a></td> 333 <td><a href="#NumbersWidget.on_sizeBox_valueChanged">on_sizeBox_valueChanged</a></td>
328 <td>Slot documentation goes here.</td> 334 <td>Slot documentation goes here.</td>
329 </tr> 335 </tr>
336 </table>
337 <h3>Static Methods</h3>
338 <table>
339 <tr><td>None</td></tr>
330 </table> 340 </table>
331 <a NAME="NumbersWidget.__init__" ID="NumbersWidget.__init__"></a> 341 <a NAME="NumbersWidget.__init__" ID="NumbersWidget.__init__"></a>
332 <h4>NumbersWidget (Constructor)</h4> 342 <h4>NumbersWidget (Constructor)</h4>
333 <b>NumbersWidget</b>(<i>parent=None</i>) 343 <b>NumbersWidget</b>(<i>parent=None</i>)
334 <p> 344 <p>

eric ide

mercurial