RasterProcessTool/LAMPSARProcessProgram/RasterProcessTool.ui

113 lines
2.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>RasterProcessToolClass</class>
<widget class="QMainWindow" name="RasterProcessToolClass">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1920</width>
<height>1080</height>
</rect>
</property>
<property name="windowTitle">
<string>RasterProcessTool</string>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QHBoxLayout" name="horizontalLayout"/>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1920</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<widget class="QDockWidget" name="dockWidget">
<attribute name="dockWidgetArea">
<number>2</number>
</attribute>
<widget class="QWidget" name="dockWidgetContents">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTreeWidget" name="treeWidgetToolBox">
<property name="font">
<font>
<family>黑体</family>
<pointsize>16</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>
</widget>
</widget>
<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>