mirror of
https://github.com/shizand/statapp.git
synced 2025-04-03 16:13:44 +03:00
Исправил main_window.py
This commit is contained in:
parent
2c8affd487
commit
ac78320440
@ -6,8 +6,6 @@ from statapp.ui.ui_main_window import Ui_MainWindow
|
|||||||
|
|
||||||
|
|
||||||
class MainWindow(QMainWindow):
|
class MainWindow(QMainWindow):
|
||||||
about_window = None
|
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__()
|
super().__init__()
|
||||||
self.ui = Ui_MainWindow()
|
self.ui = Ui_MainWindow()
|
||||||
|
Loading…
Reference in New Issue
Block a user