new commit

This commit is contained in:
2022-06-28 10:04:37 +02:00
parent e2ad99fe36
commit cedb77d270
10 changed files with 21253 additions and 1482 deletions

View File

@@ -1,11 +1,10 @@
""" Help pages
"""
from qtpy.QtCore import Signal, Qt, QUrl
from qtpy.QtGui import QIcon, QKeySequence
from qtpy.QtWidgets import (QAction, QApplication, QDialog,
QLabel, QTextBrowser, QToolBar, QVBoxLayout)
from qtpy.QtCore import Qt, QUrl
from qtpy.QtGui import QIcon, QKeySequence
from qtpy.QtWidgets import (QAction, QApplication, QDialog, QLabel,
QTextBrowser, QToolBar, QVBoxLayout)
class HelpBrowser(QDialog):
def __init__(self, helpbase, page, parent=None, xlength=600, ylength=550):