286 lines
7.7 KiB
Plaintext
286 lines
7.7 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>EchoTableEditWindow</class>
|
||
|
<widget class="QMainWindow" name="EchoTableEditWindow">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>752</width>
|
||
|
<height>520</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>回波表格处理</string>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="centralwidget">
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
|
<item>
|
||
|
<widget class="QTabWidget" name="tabWidget">
|
||
|
<property name="enabled">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="currentIndex">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="tabEcho">
|
||
|
<attribute name="title">
|
||
|
<string>回波文件</string>
|
||
|
</attribute>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<item>
|
||
|
<widget class="QTableView" name="tableView"/>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<widget class="QWidget" name="tab_calibration">
|
||
|
<attribute name="title">
|
||
|
<string>定标常数</string>
|
||
|
</attribute>
|
||
|
<layout class="QGridLayout" name="gridLayout">
|
||
|
<item row="0" column="0">
|
||
|
<widget class="QLabel" name="label">
|
||
|
<property name="minimumSize">
|
||
|
<size>
|
||
|
<width>0</width>
|
||
|
<height>25</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>16777215</width>
|
||
|
<height>25</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>定标球大小</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="1">
|
||
|
<widget class="QLineEdit" name="lineEdit_ballSize">
|
||
|
<property name="minimumSize">
|
||
|
<size>
|
||
|
<width>0</width>
|
||
|
<height>25</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>16777215</width>
|
||
|
<height>25</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>0.001</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="0" colspan="2">
|
||
|
<widget class="QTableView" name="tableView_calibration"/>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</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>
|
||
|
</widget>
|
||
|
<widget class="QMenuBar" name="menubar">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>752</width>
|
||
|
<height>26</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<widget class="QMenu" name="menu">
|
||
|
<property name="title">
|
||
|
<string>文件</string>
|
||
|
</property>
|
||
|
<addaction name="actionOpen"/>
|
||
|
<addaction name="actionSave"/>
|
||
|
<addaction name="actionSaveAs"/>
|
||
|
</widget>
|
||
|
<widget class="QMenu" name="menu_4">
|
||
|
<property name="title">
|
||
|
<string>回波工具</string>
|
||
|
</property>
|
||
|
<addaction name="actionFEKOCheck"/>
|
||
|
<addaction name="actionEchoSplitExport"/>
|
||
|
<addaction name="actionEchoCalibration"/>
|
||
|
</widget>
|
||
|
<widget class="QMenu" name="menu_2">
|
||
|
<property name="title">
|
||
|
<string>定标工具</string>
|
||
|
</property>
|
||
|
<addaction name="actionCalibrationConst"/>
|
||
|
<addaction name="actionImportCalibrationCons"/>
|
||
|
</widget>
|
||
|
<addaction name="menu"/>
|
||
|
<addaction name="menu_4"/>
|
||
|
<addaction name="menu_2"/>
|
||
|
</widget>
|
||
|
<action name="actionOpen">
|
||
|
<property name="text">
|
||
|
<string>打开文件</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionSave">
|
||
|
<property name="text">
|
||
|
<string>保存文件</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionSaveAs">
|
||
|
<property name="text">
|
||
|
<string>另存为</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionShowAllField">
|
||
|
<property name="text">
|
||
|
<string>展示所有字段</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionAddField">
|
||
|
<property name="text">
|
||
|
<string>添加字段</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionRemoveField">
|
||
|
<property name="text">
|
||
|
<string>移除字段</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionEditField">
|
||
|
<property name="text">
|
||
|
<string>编辑字段</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionCreateNewDoc">
|
||
|
<property name="text">
|
||
|
<string>创建新文件</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionFEKOCheck">
|
||
|
<property name="text">
|
||
|
<string>FEKO检查</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="action_forestObjectives">
|
||
|
<property name="text">
|
||
|
<string>森林目标属性表检查</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="action_cropObjectives">
|
||
|
<property name="text">
|
||
|
<string>农作物目标属性表检查</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="action_grasslandObjectives">
|
||
|
<property name="text">
|
||
|
<string>草地目标属性表检查</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="action_waterBodyObjectives">
|
||
|
<property name="text">
|
||
|
<string>水体目标属性表检查</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="action_soilObjectives">
|
||
|
<property name="text">
|
||
|
<string>土壤目标属性表检查</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="action_dynamicWaterBodyObjectives">
|
||
|
<property name="text">
|
||
|
<string>动态水体目标属性表检查</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="action_roadObjectives">
|
||
|
<property name="text">
|
||
|
<string>道路目标属性表检查</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="action_artificialObjectives">
|
||
|
<property name="text">
|
||
|
<string>人工目标属性表检查</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="action_geometricCorrectionScene">
|
||
|
<property name="text">
|
||
|
<string>几何校正场景属性表检查</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="action_radiometricCorrectionScene">
|
||
|
<property name="text">
|
||
|
<string>辐射校正场景属性表检查</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="action_landSurfaceScene">
|
||
|
<property name="text">
|
||
|
<string>陆表场景属性表检查</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="action_waterBodyScene">
|
||
|
<property name="text">
|
||
|
<string>水体场景属性表检查</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="action_vegetationScene">
|
||
|
<property name="text">
|
||
|
<string>植被场景属性表检查</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionExportThetaData">
|
||
|
<property name="text">
|
||
|
<string>ExportThetaData</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionexportData">
|
||
|
<property name="text">
|
||
|
<string>exportData</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionEchoSplitExport">
|
||
|
<property name="text">
|
||
|
<string>回波切分导出</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionEchoCalibration">
|
||
|
<property name="text">
|
||
|
<string>回波定位</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionCalibrationConst">
|
||
|
<property name="text">
|
||
|
<string>计算定标常数</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionImportCalibrationCons">
|
||
|
<property name="text">
|
||
|
<string>导入定标常数表</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
<slots>
|
||
|
<slot>OpenCSVDialog()</slot>
|
||
|
<slot>SaveCSVDialog()</slot>
|
||
|
<slot>SaveAsDialog()</slot>
|
||
|
<slot>ShowTableViewContextMenu(QPoint)</slot>
|
||
|
</slots>
|
||
|
</ui>
|