doc update
This commit is contained in:
parent
394f4d788a
commit
e962f4b7f4
@ -10,7 +10,8 @@ except:
|
|||||||
|
|
||||||
__all__ = ['TableWidget']
|
__all__ = ['TableWidget']
|
||||||
class TableWidget(QtGui.QTableWidget):
|
class TableWidget(QtGui.QTableWidget):
|
||||||
"""Extends QTableWidget with some useful functions for automatic data handling.
|
"""Extends QTableWidget with some useful functions for automatic data handling
|
||||||
|
and copy / export context menu.
|
||||||
Can automatically format and display:
|
Can automatically format and display:
|
||||||
numpy arrays
|
numpy arrays
|
||||||
numpy record arrays
|
numpy record arrays
|
||||||
|
Loading…
Reference in New Issue
Block a user