同步界面修改

pull/10/head
陈增辉 2025-04-10 21:28:06 +08:00
parent 005abdb827
commit 115e11b568
1 changed files with 7 additions and 1 deletions

View File

@ -85,7 +85,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>906</width> <width>906</width>
<height>23</height> <height>22</height>
</rect> </rect>
</property> </property>
<widget class="QMenu" name="projectMenu"> <widget class="QMenu" name="projectMenu">
@ -117,6 +117,7 @@
<property name="title"> <property name="title">
<string>工具</string> <string>工具</string>
</property> </property>
<addaction name="actioncloseAllRasterFile"/>
</widget> </widget>
<widget class="QMenu" name="helpMenu"> <widget class="QMenu" name="helpMenu">
<property name="title"> <property name="title">
@ -513,6 +514,11 @@ p, li { white-space: pre-wrap; }
<string>飞机</string> <string>飞机</string>
</property> </property>
</action> </action>
<action name="actioncloseAllRasterFile">
<property name="text">
<string>释放影像文件</string>
</property>
</action>
</widget> </widget>
<resources> <resources>
<include location="../RasterMainWidgetGUI.qrc"/> <include location="../RasterMainWidgetGUI.qrc"/>