new commit
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user