324 lines
8.3 KiB
XML
324 lines
8.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<ui version="4.0">
|
||
<class>QRDOrthProcessClassClass</class>
|
||
<widget class="QDialog" name="QRDOrthProcessClassClass">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>656</width>
|
||
<height>616</height>
|
||
</rect>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>生成正射查找表</string>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||
<item>
|
||
<widget class="QFrame" name="frame">
|
||
<property name="frameShape">
|
||
<enum>QFrame::StyledPanel</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Raised</enum>
|
||
</property>
|
||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
<item>
|
||
<widget class="QListWidget" name="listWidgetMetaxml">
|
||
<property name="selectionMode">
|
||
<enum>QAbstractItemView::MultiSelection</enum>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QFrame" name="frame_2">
|
||
<property name="frameShape">
|
||
<enum>QFrame::StyledPanel</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Raised</enum>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout">
|
||
<item>
|
||
<widget class="QPushButton" name="pushButtonAdd">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>选择</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="pushButtonRemove">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>删除</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="verticalSpacer">
|
||
<property name="orientation">
|
||
<enum>Qt::Vertical</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>20</width>
|
||
<height>40</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QFrame" name="frame_5">
|
||
<property name="frameShape">
|
||
<enum>QFrame::StyledPanel</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Raised</enum>
|
||
</property>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
||
<item>
|
||
<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>
|
||
<widget class="QDoubleSpinBox" name="lineEdit_gridx">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximum">
|
||
<double>100000000000000000.000000000000000</double>
|
||
</property>
|
||
<property name="singleStep">
|
||
<double>1.000000000000000</double>
|
||
</property>
|
||
<property name="value">
|
||
<double>10.000000000000000</double>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<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>
|
||
<widget class="QDoubleSpinBox" name="lineEdit_gridy">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximum">
|
||
<double>100000000000000000.000000000000000</double>
|
||
</property>
|
||
<property name="singleStep">
|
||
<double>1.000000000000000</double>
|
||
</property>
|
||
<property name="value">
|
||
<double>10.000000000000000</double>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<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="QFrame" name="frame_4">
|
||
<property name="frameShape">
|
||
<enum>QFrame::StyledPanel</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Raised</enum>
|
||
</property>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
||
<item>
|
||
<widget class="QLabel" name="label_2">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>DEM路径:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLineEdit" name="lineEditDEM">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="pushButtonDEMSelect">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>选择</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QFrame" name="frame_3">
|
||
<property name="frameShape">
|
||
<enum>QFrame::StyledPanel</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Raised</enum>
|
||
</property>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||
<item>
|
||
<widget class="QLabel" name="label">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>输出地址:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLineEdit" name="lineEditWorkDir">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="pushButtonWorkSpace">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>30</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>选择</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QDialogButtonBox" name="buttonBox">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>32</height>
|
||
</size>
|
||
</property>
|
||
<property name="standardButtons">
|
||
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<layoutdefault spacing="6" margin="11"/>
|
||
<resources/>
|
||
<connections>
|
||
<connection>
|
||
<sender>buttonBox</sender>
|
||
<signal>accepted()</signal>
|
||
<receiver>QRDOrthProcessClassClass</receiver>
|
||
<slot>accept()</slot>
|
||
<hints>
|
||
<hint type="sourcelabel">
|
||
<x>327</x>
|
||
<y>590</y>
|
||
</hint>
|
||
<hint type="destinationlabel">
|
||
<x>327</x>
|
||
<y>307</y>
|
||
</hint>
|
||
</hints>
|
||
</connection>
|
||
<connection>
|
||
<sender>buttonBox</sender>
|
||
<signal>rejected()</signal>
|
||
<receiver>QRDOrthProcessClassClass</receiver>
|
||
<slot>reject()</slot>
|
||
<hints>
|
||
<hint type="sourcelabel">
|
||
<x>327</x>
|
||
<y>590</y>
|
||
</hint>
|
||
<hint type="destinationlabel">
|
||
<x>327</x>
|
||
<y>307</y>
|
||
</hint>
|
||
</hints>
|
||
</connection>
|
||
</connections>
|
||
</ui>
|