Skip to content
Snippets Groups Projects

fikset broken pdoc

Merged Thomas Holene Løkkeborg requested to merge fix-broken-pdoc into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
"""Module containing subclassed SOIModule (QTableWidget, ModuleBase)."""
from PySide2.QtWidgets import QTableWidget, QTableWidgetItem, QShortcut
from PySide2 import QtGui, QtCore
from module_base import ModuleBase
from soitool.modules.module_base import ModuleBase
HEADER_FONT = QtGui.QFont()
HEADER_FONT.setFamily('Arial')
Loading