新增添加Qemu镜像功能

This commit is contained in:
2023-04-28 21:43:14 +08:00
parent 73551e9a12
commit 0d3e798644
4 changed files with 80 additions and 11 deletions

View File

@@ -374,6 +374,24 @@ p, li { white-space: pre-wrap; }
<string/>
</property>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>807</width>
<height>36</height>
</rect>
</property>
<widget class="QMenu" name="menuQemu">
<property name="title">
<string>Qemu磁盘镜像</string>
</property>
<addaction name="addQemuDisk"/>
<addaction name="delQemuDisk"/>
</widget>
<addaction name="menuQemu"/>
</widget>
<action name="action">
<property name="text">
<string>退出</string>
@@ -384,6 +402,16 @@ p, li { white-space: pre-wrap; }
<string>关于</string>
</property>
</action>
<action name="addQemuDisk">
<property name="text">
<string>导入/覆盖</string>
</property>
</action>
<action name="delQemuDisk">
<property name="text">
<string>导出</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>