RasterProcessTool/RasterMainWidgetGUI/RasterMainWidget/RasterMainWidget.ui

468 lines
14 KiB
Plaintext
Raw Normal View History

2025-02-07 09:16:22 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>RasterMainWidget</class>
<widget class="QMainWindow" name="RasterMainWidget">
2025-02-12 01:34:03 +00:00
<property name="windowModality">
<enum>Qt::WindowModal</enum>
</property>
2025-02-07 09:16:22 +00:00
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2025-02-12 01:34:03 +00:00
<width>906</width>
<height>609</height>
2025-02-07 09:16:22 +00:00
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2025-02-12 01:34:03 +00:00
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
2025-02-07 09:16:22 +00:00
<property name="windowTitle">
2025-02-12 01:34:03 +00:00
<string>LAMP栅格处理主界面</string>
2025-02-07 09:16:22 +00:00
</property>
<widget class="QWidget" name="centralwidget">
2025-02-12 01:34:03 +00:00
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<layout class="QGridLayout" name="mainLayout">
<item row="0" column="0">
<widget class="QTabWidget" name="tabWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="mapTab">
<attribute name="title">
<string>地图</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QGridLayout" name="infoLayout"/>
</item>
<item>
<layout class="QGridLayout" name="mapCanvasLayout">
<item row="0" column="0">
<widget class="QGroupBox" name="layersListGbx">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
2025-02-07 09:16:22 +00:00
</property>
2025-02-12 01:34:03 +00:00
<property name="title">
<string/>
2025-02-07 09:16:22 +00:00
</property>
2025-02-12 01:34:03 +00:00
<widget class="QGroupBox" name="downloadGbx">
<property name="geometry">
<rect>
<x>10</x>
<y>650</y>
<width>171</width>
<height>221</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>下载区域</string>
</property>
<widget class="QLineEdit" name="leftTopText">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>151</width>
<height>31</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="leftTopBtn">
<property name="geometry">
<rect>
<x>10</x>
<y>80</y>
<width>151</width>
<height>25</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>点击开始选择左上角点</string>
</property>
<property name="text">
<string>选择左上角</string>
</property>
</widget>
<widget class="QLineEdit" name="rightBottomText">
<property name="geometry">
<rect>
<x>12</x>
<y>140</y>
<width>151</width>
<height>31</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="rightBottomBtn">
<property name="geometry">
<rect>
<x>10</x>
<y>180</y>
<width>151</width>
<height>25</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>点击开始选择右下角点</string>
</property>
<property name="text">
<string>选择右下角</string>
</property>
</widget>
</widget>
2025-02-07 09:16:22 +00:00
</widget>
2025-02-12 01:34:03 +00:00
</item>
</layout>
2025-02-07 09:16:22 +00:00
</item>
</layout>
</widget>
2025-02-12 01:34:03 +00:00
<widget class="QWidget" name="taskTab">
<attribute name="title">
<string>任务</string>
</attribute>
<widget class="QWidget" name="gridLayoutWidget_5">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1431</width>
<height>871</height>
</rect>
</property>
<layout class="QGridLayout" name="taskLayout">
<item row="0" column="0">
<widget class="QTableWidget" name="taskTable"/>
</item>
</layout>
</widget>
2025-02-07 09:16:22 +00:00
</widget>
</widget>
2025-02-12 01:34:03 +00:00
</item>
</layout>
</item>
</layout>
2025-02-07 09:16:22 +00:00
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2025-02-12 01:34:03 +00:00
<width>906</width>
<height>22</height>
2025-02-07 09:16:22 +00:00
</rect>
</property>
<widget class="QMenu" name="projectMenu">
<property name="title">
<string>项目</string>
</property>
</widget>
<widget class="QMenu" name="editMenu">
<property name="title">
<string>编辑</string>
</property>
</widget>
<widget class="QMenu" name="viewMenu">
<property name="title">
<string>视图</string>
</property>
</widget>
<widget class="QMenu" name="layersMenu">
<property name="title">
<string>图层</string>
</property>
</widget>
<widget class="QMenu" name="optionsMenu">
<property name="title">
<string>设置</string>
</property>
</widget>
<widget class="QMenu" name="toolsMenu">
<property name="title">
<string>工具</string>
</property>
</widget>
<widget class="QMenu" name="helpMenu">
<property name="title">
<string>帮助</string>
</property>
<addaction name="tutorialAction"/>
<addaction name="srcAction"/>
<addaction name="separator"/>
</widget>
<addaction name="projectMenu"/>
<addaction name="editMenu"/>
<addaction name="viewMenu"/>
<addaction name="layersMenu"/>
<addaction name="optionsMenu"/>
<addaction name="toolsMenu"/>
<addaction name="helpMenu"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="toolBar">
<property name="windowTitle">
<string>toolBar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="selectAction"/>
<addaction name="panAction"/>
<addaction name="zoomInAction"/>
<addaction name="zoomOutAction"/>
<addaction name="refreshAction"/>
<addaction name="drawArea"/>
<addaction name="drawlineAction"/>
<addaction name="separator"/>
<addaction name="addPlaneaction"/>
<addaction name="downloadAction"/>
<addaction name="separator"/>
</widget>
2025-02-12 01:34:03 +00:00
<widget class="QDockWidget" name="dockWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<attribute name="dockWidgetArea">
<number>1</number>
</attribute>
<widget class="QWidget" name="dockWidgetContents">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QGroupBox" name="layersGbx">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>图层列表</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<layout class="QGridLayout" name="layersLayout">
<item row="0" column="0">
<widget class="QListWidget" name="layerList">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</widget>
2025-02-07 09:16:22 +00:00
<action name="tutorialAction">
<property name="text">
<string>使用教程</string>
</property>
</action>
<action name="srcAction">
<property name="text">
<string>源码</string>
</property>
<property name="toolTip">
<string>源码</string>
</property>
</action>
<action name="sponsorAction">
<property name="text">
<string>捐赠</string>
</property>
</action>
<action name="panAction">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset theme="default" resource="../resource/res.qrc">
2025-02-07 09:16:22 +00:00
<normaloff>:/themes/mActionPan</normaloff>:/themes/mActionPan</iconset>
</property>
<property name="text">
<string>拖动</string>
</property>
<property name="toolTip">
<string>拖动图层,查看不同地方</string>
</property>
</action>
<action name="zoomInAction">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset theme="default" resource="../resource/res.qrc">
2025-02-07 09:16:22 +00:00
<normaloff>:/themes/mActionZoomIn</normaloff>:/themes/mActionZoomIn</iconset>
</property>
<property name="text">
<string>放大</string>
</property>
<property name="toolTip">
<string>增大zoom值</string>
</property>
</action>
<action name="zoomOutAction">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset theme="default" resource="../resource/res.qrc">
2025-02-07 09:16:22 +00:00
<normaloff>:/themes/mActionZoomOut</normaloff>:/themes/mActionZoomOut</iconset>
</property>
<property name="text">
<string>缩小</string>
</property>
<property name="toolTip">
<string>减小zoom值</string>
</property>
</action>
<action name="refreshAction">
<property name="icon">
<iconset theme="default" resource="../resource/res.qrc">
2025-02-07 09:16:22 +00:00
<normaloff>:/themes/mActionRefresh</normaloff>:/themes/mActionRefresh</iconset>
</property>
<property name="text">
<string>刷新地图</string>
</property>
<property name="toolTip">
<string>刷新地图显示内容</string>
</property>
</action>
<action name="downloadAction">
<property name="icon">
<iconset theme="default" resource="../resource/res.qrc">
2025-02-07 09:16:22 +00:00
<normaloff>:/themes/mActionDownload</normaloff>:/themes/mActionDownload</iconset>
</property>
<property name="text">
<string>下载</string>
</property>
<property name="toolTip">
<string>创建下载任务</string>
</property>
</action>
<action name="selectAction">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset theme="default" resource="../resource/res.qrc">
2025-02-07 09:16:22 +00:00
<normaloff>:/themes/mActionSelect</normaloff>:/themes/mActionSelect</iconset>
</property>
<property name="text">
<string>选择</string>
</property>
<property name="toolTip">
<string>选择地图中点</string>
</property>
</action>
<action name="drawlineAction">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>航线</string>
</property>
<property name="toolTip">
<string>绘制航线</string>
</property>
</action>
<action name="drawArea">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>区域</string>
</property>
</action>
<action name="addPlaneaction">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="../resource/res.qrc">
2025-02-07 09:16:22 +00:00
<normaloff>:/plane-red.png</normaloff>:/plane-red.png</iconset>
</property>
<property name="text">
<string>飞机</string>
</property>
</action>
</widget>
<resources>
<include location="../RasterMainWidgetGUI.qrc"/>
<include location="../resource/res.qrc"/>
2025-02-07 09:16:22 +00:00
</resources>
<connections/>
</ui>