aswi2021vochomurka-gitlab/aswi2021vochomurka/view/help.py @ 000a03b7
1 |
from PyQt5.QtWidgets import QDialog |
---|---|
2 |
|
3 |
|
4 |
class HelpDialog(QDialog): |
5 |
def __init__(self): |
6 |
super(HelpDialog, self).__init__() |
7 |
|
8 |
self.setWindowTitle("Help") |