31/05/2021

This commit is contained in:
VFX - Visual Effects
2021-05-31 13:16:25 -03:00
parent ce9c8efb19
commit 88faefb57e
6 changed files with 408 additions and 15 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ os.environ["QT_FONT_DPI"] = "96"
# ///////////////////////////////////////////////////////////////
class MainWindow(QMainWindow):
def __init__(self):
QMainWindow.__init__(self)
super().__init__()
# SETUP MAIN WINDOw
# Load widgets from "gui\uis\main_window\ui_main.py"