diff --git a/soitool/modules/module_table.py b/soitool/modules/module_table.py index 12f64f351c66401cca0951dda2f9602c342d8f34..29adbce0881c19645afa7c8e0435eefc6748a197 100644 --- a/soitool/modules/module_table.py +++ b/soitool/modules/module_table.py @@ -28,7 +28,13 @@ class TableModule(ModuleBase, QTableWidget, metaclass=Meta): """ def set_pos(self, pos): - """Set position of widget.""" + """Set position of widget. + + Parameters + ---------- + pos : QPoint + Position (x, y). + """ self.move(pos) def __init__(self): @@ -65,9 +71,6 @@ class TableModule(ModuleBase, QTableWidget, metaclass=Meta): the event is sent on to be handled by the superclass (for navigation with arrow-keys for.eg.) - The combinations used below work on Thomas' machine, but are not - guaranteed to work on all machines. This needs to be checked. - Parameters ---------- event : QKeyEvent