[docs] add skeletons for task descriptions

This commit is contained in:
2021-03-12 10:49:27 +01:00
parent 6524c6afde
commit 1fc9d3bdfc
6 changed files with 26 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ class HelpBrowser(QWidget):
def __init__(self, parent=None) -> None:
super().__init__(parent=parent)
self.setLayout(QVBoxLayout())
# FIXME https://stackoverflow.com/a/43217828 about loading from esource files
# FIXME https://stackoverflow.com/a/43217828 about loading from resource files
doc_url = QUrl.fromLocalFile(cnst.DOCS_ROOT_FILE)
self._edit = QTextBrowser()
self._edit.setOpenLinks(True)