mirror of
https://github.com/Wanderson-Magalhaes/Modern_GUI_PyDracula_PySide6_or_PyQt6.git
synced 2026-02-17 07:53:56 +00:00
v1.0.2
This commit is contained in:
9
main.py
9
main.py
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user