mirror of
https://github.com/Wanderson-Magalhaes/PyOneDark_Qt_Widgets_Modern_GUI.git
synced 2026-02-17 07:53:57 +00:00
17/05/2021
This commit is contained in:
@@ -18,5 +18,63 @@
|
||||
"minimum" : 240,
|
||||
"maximum" : 240
|
||||
},
|
||||
"add_menus" : [
|
||||
{
|
||||
"btn_icon" : "gui/images/svg_icons/icon_home.svg",
|
||||
"btn_id" : "btn_home",
|
||||
"btn_text" : "Home",
|
||||
"btn_tooltip" : "Home page",
|
||||
"show_top" : true,
|
||||
"is_active" : false
|
||||
},
|
||||
{
|
||||
"btn_icon" : "gui/images/svg_icons/icon_widgets.svg",
|
||||
"btn_id" : "btn_widgets",
|
||||
"btn_text" : "Open Widgets",
|
||||
"btn_tooltip" : "Show custom widgets",
|
||||
"show_top" : true,
|
||||
"is_active" : false
|
||||
},
|
||||
{
|
||||
"btn_icon" : "gui/images/svg_icons/icon_add_user.svg",
|
||||
"btn_id" : "btn_add_user",
|
||||
"btn_text" : "Add Users",
|
||||
"btn_tooltip" : "Add users",
|
||||
"show_top" : true,
|
||||
"is_active" : false
|
||||
},
|
||||
{
|
||||
"btn_icon" : "gui/images/svg_icons/icon_file.svg",
|
||||
"btn_id" : "btn_new_file",
|
||||
"btn_text" : "New File",
|
||||
"btn_tooltip" : "Create new file",
|
||||
"show_top" : true,
|
||||
"is_active" : false
|
||||
},
|
||||
{
|
||||
"btn_icon" : "gui/images/svg_icons/icon_folder_open.svg",
|
||||
"btn_id" : "btn_open_file",
|
||||
"btn_text" : "Open File",
|
||||
"btn_tooltip" : "Open file",
|
||||
"show_top" : true,
|
||||
"is_active" : false
|
||||
},
|
||||
{
|
||||
"btn_icon" : "gui/images/svg_icons/icon_save.svg",
|
||||
"btn_id" : "btn_save",
|
||||
"btn_text" : "Save File",
|
||||
"btn_tooltip" : "Save file",
|
||||
"show_top" : true,
|
||||
"is_active" : false
|
||||
},
|
||||
{
|
||||
"btn_icon" : "gui/images/svg_icons/icon_settings.svg",
|
||||
"btn_id" : "btn_settings",
|
||||
"btn_text" : "Settings",
|
||||
"btn_tooltip" : "Open settings",
|
||||
"show_top" : false,
|
||||
"is_active" : false
|
||||
}
|
||||
],
|
||||
"theme_name": "default"
|
||||
}
|
||||
Reference in New Issue
Block a user