新增虚拟机日志输出和读取功能

This commit is contained in:
2023-11-07 19:07:56 +08:00
parent 0300f8e599
commit 4853cafb67
6 changed files with 220 additions and 10 deletions

View File

@@ -439,6 +439,23 @@ 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>1058</width>
<height>36</height>
</rect>
</property>
<widget class="QMenu" name="menuVM">
<property name="title">
<string>虚拟机</string>
</property>
<addaction name="actionVMLog"/>
</widget>
<addaction name="menuVM"/>
</widget>
<action name="action">
<property name="text">
<string>退出</string>
@@ -459,6 +476,11 @@ p, li { white-space: pre-wrap; }
<string>导出</string>
</property>
</action>
<action name="actionVMLog">
<property name="text">
<string>虚拟机日志</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>