add v_next to config

This commit is contained in:
Le Tan 2019-09-23 19:16:51 +08:00
parent 1ab16db175
commit f61e2b9596
2 changed files with 36 additions and 0 deletions

View File

@ -1507,6 +1507,8 @@ void VConfigManager::initThemes()
m_themes.insert(VPalette::themeName(file), file); m_themes.insert(VPalette::themeName(file), file);
file = ":/resources/themes/v_simple/v_simple.palette"; file = ":/resources/themes/v_simple/v_simple.palette";
m_themes.insert(VPalette::themeName(file), file); m_themes.insert(VPalette::themeName(file), file);
file = ":/resources/themes/v_next/v_next.palette";
m_themes.insert(VPalette::themeName(file), file);
outputBuiltInThemes(); outputBuiltInThemes();

View File

@ -322,5 +322,39 @@
<file>resources/themes/v_simple/v_simple.qss</file> <file>resources/themes/v_simple/v_simple.qss</file>
<file>resources/themes/v_simple/v_simple_codeblock.css</file> <file>resources/themes/v_simple/v_simple_codeblock.css</file>
<file>resources/themes/v_simple/v_simple_mermaid.css</file> <file>resources/themes/v_simple/v_simple_mermaid.css</file>
<file>resources/themes/v_next/arrow_dropdown.svg</file>
<file>resources/themes/v_next/arrow_dropdown_disabled.svg</file>
<file>resources/themes/v_next/branch_closed.svg</file>
<file>resources/themes/v_next/branch_end.svg</file>
<file>resources/themes/v_next/branch_more.svg</file>
<file>resources/themes/v_next/branch_open.svg</file>
<file>resources/themes/v_next/checkbox_checked.svg</file>
<file>resources/themes/v_next/checkbox_checked_disabled.svg</file>
<file>resources/themes/v_next/checkbox_unchecked.svg</file>
<file>resources/themes/v_next/checkbox_unchecked_disabled.svg</file>
<file>resources/themes/v_next/close.svg</file>
<file>resources/themes/v_next/close_grey.svg</file>
<file>resources/themes/v_next/down.svg</file>
<file>resources/themes/v_next/down_disabled.svg</file>
<file>resources/themes/v_next/float.svg</file>
<file>resources/themes/v_next/left.svg</file>
<file>resources/themes/v_next/left_disabled.svg</file>
<file>resources/themes/v_next/line.svg</file>
<file>resources/themes/v_next/menu_checkbox.svg</file>
<file>resources/themes/v_next/menu_radiobutton.svg</file>
<file>resources/themes/v_next/radiobutton_checked.svg</file>
<file>resources/themes/v_next/radiobutton_checked_disabled.svg</file>
<file>resources/themes/v_next/radiobutton_unchecked.svg</file>
<file>resources/themes/v_next/radiobutton_unchecked_disabled.svg</file>
<file>resources/themes/v_next/right.svg</file>
<file>resources/themes/v_next/right_disabled.svg</file>
<file>resources/themes/v_next/up.svg</file>
<file>resources/themes/v_next/up_disabled.svg</file>
<file>resources/themes/v_next/v_next.css</file>
<file>resources/themes/v_next/v_next.mdhl</file>
<file>resources/themes/v_next/v_next.palette</file>
<file>resources/themes/v_next/v_next.qss</file>
<file>resources/themes/v_next/v_next_codeblock.css</file>
<file>resources/themes/v_next/v_next_mermaid.css</file>
</qresource> </qresource>
</RCC> </RCC>