84 lines
2.1 KiB
XML
84 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>ToolBoxWidget</class>
|
|
<widget class="QWidget" name="ToolBoxWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>289</width>
|
|
<height>433</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>工具箱</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QTreeWidget" name="treeWidgetToolBox">
|
|
<property name="font">
|
|
<font>
|
|
<family>黑体</family>
|
|
<pointsize>12</pointsize>
|
|
</font>
|
|
</property>
|
|
<column>
|
|
<property name="text">
|
|
<string>工具箱</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="RasterProcessTool.qrc">
|
|
<normaloff>:/RasterProcessTool/toolboxIcon</normaloff>:/RasterProcessTool/toolboxIcon</iconset>
|
|
</property>
|
|
</column>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
<action name="actionmergeRaster">
|
|
<property name="text">
|
|
<string>mergeRaster</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionImportGF3Strip">
|
|
<property name="text">
|
|
<string>ImportGF3Strip</string>
|
|
</property>
|
|
</action>
|
|
<action name="actioncomplex2amporphase">
|
|
<property name="text">
|
|
<string>complex2amporphase</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionlooktableCreate">
|
|
<property name="text">
|
|
<string>looktableCreate</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionorthinterpRaster">
|
|
<property name="text">
|
|
<string>orthinterpRaster</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSARRFPC">
|
|
<property name="text">
|
|
<string>SARRFPC</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSimuSARRFPC">
|
|
<property name="text">
|
|
<string>SimuSARRFPC</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSimuBPImage">
|
|
<property name="text">
|
|
<string>SimuBPImage</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<resources>
|
|
<include location="RasterProcessTool.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|