02/06/2021

This commit is contained in:
VFX - Visual Effects
2021-06-02 11:38:54 -03:00
parent af70f0e15d
commit 81e09b3fbd
10 changed files with 191 additions and 37 deletions

View File

@@ -32,7 +32,7 @@
<item>
<widget class="QStackedWidget" name="pages">
<property name="currentIndex">
<number>1</number>
<number>0</number>
</property>
<widget class="QWidget" name="menu_1">
<property name="styleSheet">

View File

@@ -32,7 +32,7 @@
<item>
<widget class="QStackedWidget" name="pages">
<property name="currentIndex">
<number>1</number>
<number>0</number>
</property>
<widget class="QWidget" name="menu_1">
<property name="styleSheet">

View File

@@ -32,7 +32,7 @@
<item>
<widget class="QStackedWidget" name="pages">
<property name="currentIndex">
<number>2</number>
<number>0</number>
</property>
<widget class="QWidget" name="page_1">
<property name="styleSheet">

View File

@@ -51,7 +51,7 @@ class MainFunctions():
):
self.ui.left_column.menus.pages.setCurrentWidget(menu)
self.ui.left_column.title_label.setText(title)
self.ui.left_column.icon.load(icon_path)
self.ui.left_column.icon.set_icon(icon_path)
# RETURN IF LEFT COLUMN IS VISIBLE
# ///////////////////////////////////////////////////////////////

View File

@@ -100,6 +100,14 @@ class SetupMainWindow:
"show_top" : True,
"is_active" : False
},
{
"btn_icon" : "icon_widgets.svg",
"btn_id" : "btn_info",
"btn_text" : "Information",
"btn_tooltip" : "Open informations",
"show_top" : False,
"is_active" : False
},
{
"btn_icon" : "icon_settings.svg",
"btn_id" : "btn_settings",