55 lines
1.4 KiB
XML
55 lines
1.4 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>761</width>
|
|
<height>404</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>RasterProcessTool</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralWidget"/>
|
|
<widget class="QMenuBar" name="menuBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>761</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menurasterProcessTool">
|
|
<property name="title">
|
|
<string>rasterProcessTool</string>
|
|
</property>
|
|
<addaction name="actionmergeRaster"/>
|
|
</widget>
|
|
<addaction name="menurasterProcessTool"/>
|
|
</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"/>
|
|
<action name="actionmergeRaster">
|
|
<property name="text">
|
|
<string>mergeRaster</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<resources>
|
|
<include location="RasterProcessTool.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|