Bladeren bron

add v_next to config

Le Tan 6 jaren geleden
bovenliggende
commit
f61e2b9596
2 gewijzigde bestanden met toevoegingen van 36 en 0 verwijderingen
  1. 2 0
      src/vconfigmanager.cpp
  2. 34 0
      src/vnote.qrc

+ 2 - 0
src/vconfigmanager.cpp

@@ -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();
 
 

+ 34 - 0
src/vnote.qrc

@@ -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>