From e962f4b7f40a527e912b5ca4f69dcf0d4f945595 Mon Sep 17 00:00:00 2001 From: Luke Campagnola <> Date: Sun, 22 Apr 2012 13:07:28 -0400 Subject: [PATCH] doc update --- widgets/TableWidget.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/widgets/TableWidget.py b/widgets/TableWidget.py index b1d38a92..c860fded 100644 --- a/widgets/TableWidget.py +++ b/widgets/TableWidget.py @@ -10,7 +10,8 @@ except: __all__ = ['TableWidget'] 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: numpy arrays numpy record arrays