This commit is contained in:
VFX - Visual Effects
2021-04-09 11:14:41 -03:00
parent 270192ef7d
commit ac38f49cae
9 changed files with 310 additions and 8 deletions

View File

@@ -17,9 +17,10 @@
import sys
import platform
# IMPORT / GUI AND MODULES
# IMPORT / GUI AND MODULES AND WIDGETS
# ///////////////////////////////////////////////////////////////
from modules import *
from widgets import *
# SET AS GLOBAL WIDGETS
# ///////////////////////////////////////////////////////////////
@@ -136,6 +137,12 @@ class MainWindow(QMainWindow):
print(f'Button "{btnName}" pressed!')
# RESIZE EVENTS
# ///////////////////////////////////////////////////////////////
def resizeEvent(self, event):
# Update Size Grips
UIFunctions.resize_grips(self)
# MOUSE CLICK EVENTS
# ///////////////////////////////////////////////////////////////
def mousePressEvent(self, event):