RasterProcessTool/RasterProcessTool.ui

103 lines
2.5 KiB
Plaintext
Raw Normal View History

2024-11-15 09:23:00 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2024-11-15 01:49:05 +00:00
<class>RasterProcessToolClass</class>
2024-11-15 09:23:00 +00:00
<widget class="QMainWindow" name="RasterProcessToolClass">
<property name="geometry">
2024-11-15 01:49:05 +00:00
<rect>
<x>0</x>
<y>0</y>
2024-11-15 09:23:00 +00:00
<width>761</width>
<height>404</height>
2024-11-15 01:49:05 +00:00
</rect>
</property>
2024-11-15 09:23:00 +00:00
<property name="windowTitle">
2024-11-15 01:49:05 +00:00
<string>RasterProcessTool</string>
2024-11-15 09:23:00 +00:00
</property>
2024-11-25 17:51:20 +00:00
<widget class="QWidget" name="centralWidget">
<layout class="QHBoxLayout" name="horizontalLayout"/>
</widget>
2024-11-15 09:23:00 +00:00
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>761</width>
<height>23</height>
2024-11-15 09:23:00 +00:00
</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"/>
2024-11-25 17:51:20 +00:00
<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">
<column>
<property name="text">
<string>工具箱</string>
</property>
</column>
</widget>
2024-11-25 17:51:20 +00:00
</item>
</layout>
</widget>
</widget>
2024-11-15 09:23:00 +00:00
<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>
2024-11-25 17:51:20 +00:00
<action name="actionSARRTPC">
<property name="text">
<string>SARRTPC</string>
</property>
</action>
<action name="actionSimuSARRTPC">
<property name="text">
<string>SimuSARRTPC</string>
</property>
</action>
<action name="actionSimuBPImage">
<property name="text">
<string>SimuBPImage</string>
</property>
</action>
2024-11-15 01:49:05 +00:00
</widget>
2024-11-15 09:23:00 +00:00
<layoutdefault spacing="6" margin="11"/>
2024-11-15 01:49:05 +00:00
<resources>
2024-11-15 09:23:00 +00:00
<include location="RasterProcessTool.qrc"/>
2024-11-15 01:49:05 +00:00
</resources>
<connections/>
2024-11-15 09:23:00 +00:00
</ui>