LiquidGUI [1.1.0.0] DEV

- Code refactoring.
- Created main method on main file.
- Made MessageHander static
This commit is contained in:
2023-08-20 12:38:17 +01:00
parent a3ee61bff1
commit 160a52db66
2 changed files with 39 additions and 32 deletions
+1
View File
@@ -1,5 +1,6 @@
from PySide6.QtWidgets import QMessageBox
@staticmethod
class MessageHandler():
def ShowNoDevicesFoundError(self):
msg = QMessageBox()