17/05/2021

This commit is contained in:
VFX - Visual Effects
2021-05-17 13:58:35 -03:00
parent 36037fa797
commit a5ce102b1a
15 changed files with 715 additions and 72 deletions
@@ -0,0 +1,27 @@
# ///////////////////////////////////////////////////////////////
#
# BY: WANDERSON M.PIMENTA
# PROJECT MADE WITH: Qt Designer and PySide6
# V: 1.0.0
#
# This project can be used freely for all uses, as long as they maintain the
# respective credits only in the Python scripts, any information in the visual
# interface (GUI) can be modified without any implication.
#
# There are limitations on Qt licenses if you want to use your products
# commercially, I recommend reading them on the official website:
# https://doc.qt.io/qtforpython/licenses.html
#
# ///////////////////////////////////////////////////////////////
# IMPORT PACKAGES AND MODULES
# ///////////////////////////////////////////////////////////////
import sys
# IMPORT QT CORE
# ///////////////////////////////////////////////////////////////
from qt_core import *
# FUNCTIONS
class FunctionsMainWindow:
pass
+5 -1
View File
@@ -38,6 +38,10 @@ from gui.widgets import *
# ///////////////////////////////////////////////////////////////
from . setup_main_window import *
# IMPORT FUNCTIONS MAIN WINDOW
# ///////////////////////////////////////////////////////////////
from . functions_main_window import *
# PY WINDOW
# ///////////////////////////////////////////////////////////////
class UI_MainWindow(object):
@@ -111,8 +115,8 @@ class UI_MainWindow(object):
app_parent = self.central_widget, # For tooltip parent
dark_one = self.themes["app_color"]["dark_one"]
)
self.left_menu.add_menus(self.settings["add_menus"])
self.left_menu_layout.addWidget(self.left_menu)
print(self.themes["app_color"]["dark_one"])
# ADD LEFT COLUMN
# Add here the left column with Stacked Widgets