extract all

This commit is contained in:
2025-11-11 11:59:51 +01:00
parent 30ca8b6262
commit f00b5221c1
7 changed files with 46 additions and 16 deletions

View File

@@ -46,8 +46,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>32</height>
<width>900</width>
<height>30</height>
</rect>
</property>
<widget class="QMenu" name="menuVault">
@@ -65,6 +65,7 @@
<string>Files</string>
</property>
<addaction name="actionAddFiles"/>
<addaction name="actionExtract_All"/>
</widget>
<addaction name="menuVault"/>
<addaction name="menuFiles"/>
@@ -93,6 +94,14 @@
<string>Add</string>
</property>
</action>
<action name="actionExtract_All">
<property name="icon">
<iconset theme="document-save-as"/>
</property>
<property name="text">
<string>Extract All</string>
</property>
</action>
</widget>
<resources/>
<connections/>