198 lines
5.2 KiB
XML
198 lines
5.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<ui version="4.0">
|
||
<class>QDEMResampleDialogClass</class>
|
||
<widget class="QDialog" name="QDEMResampleDialogClass">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>600</width>
|
||
<height>252</height>
|
||
</rect>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>QDEMResampleDialog</string>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout">
|
||
<item>
|
||
<layout class="QGridLayout" name="gridLayout">
|
||
<item row="1" column="1">
|
||
<widget class="QLineEdit" name="lineEditoutDEM">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="1">
|
||
<widget class="QLineEdit" name="lineEditDEMLLA">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="0">
|
||
<widget class="QLabel" name="label_2">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>输入DEM(WGS84):</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="2">
|
||
<widget class="QPushButton" name="DEMWSG84SelectBtn">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>选择</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="2">
|
||
<widget class="QPushButton" name="outDEMSelectBtn">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>选择</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="0">
|
||
<widget class="QLabel" name="label">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>输出重采样DEM:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<widget class="QGroupBox" name="groupBox">
|
||
<property name="title">
|
||
<string>参数</string>
|
||
</property>
|
||
<layout class="QGridLayout" name="gridLayout_2">
|
||
<item row="0" column="1">
|
||
<widget class="QDoubleSpinBox" name="doubleSpinBoxGridX">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>120</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
<property name="decimals">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="minimum">
|
||
<double>-720.000000000000000</double>
|
||
</property>
|
||
<property name="maximum">
|
||
<double>720.000000000000000</double>
|
||
</property>
|
||
<property name="value">
|
||
<double>0.000010000000000</double>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="1">
|
||
<widget class="QDoubleSpinBox" name="doubleSpinBoxGridY">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>120</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
<property name="decimals">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="minimum">
|
||
<double>-720.000000000000000</double>
|
||
</property>
|
||
<property name="maximum">
|
||
<double>720.000000000000000</double>
|
||
</property>
|
||
<property name="value">
|
||
<double>-0.000010000000000</double>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="0" rowspan="2">
|
||
<widget class="QLabel" name="label_3">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>GridX(度)</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="0">
|
||
<widget class="QLabel" name="label_4">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>GridY(度)</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="2">
|
||
<spacer name="horizontalSpacer">
|
||
<property name="orientation">
|
||
<enum>Qt::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QDialogButtonBox" name="dialogBtn">
|
||
<property name="standardButtons">
|
||
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<layoutdefault spacing="6" margin="11"/>
|
||
<resources/>
|
||
<connections/>
|
||
</ui>
|