RasterProcessTool/Toolbox/SimulationSARTool/SimulationSAR/QSARLookTableSimualtionGUI.ui

253 lines
6.5 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2025-02-02 09:10:37 +00:00
<class>QSARLookTableSimualtionGUIClass</class>
<widget class="QDialog" name="QSARLookTableSimualtionGUIClass">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2025-02-02 09:10:37 +00:00
<width>590</width>
<height>342</height>
</rect>
</property>
<property name="windowTitle">
2025-02-02 09:10:37 +00:00
<string>SAR查找表模拟</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
2025-02-02 09:10:37 +00:00
<widget class="QGroupBox" name="groupBox">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>150</height>
</size>
</property>
2025-02-02 09:10:37 +00:00
<property name="title">
<string>输入参数</string>
</property>
<layout class="QGridLayout" name="gridLayout">
2025-02-02 09:10:37 +00:00
<item row="2" column="2">
<widget class="QPushButton" name="OrbitBtn">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="text">
2025-02-02 09:10:37 +00:00
<string>选择</string>
</property>
</widget>
</item>
2025-02-02 09:10:37 +00:00
<item row="2" column="1">
<widget class="QLineEdit" name="lineEdit_Orbit">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
</widget>
</item>
2025-02-02 09:10:37 +00:00
<item row="1" column="2">
<widget class="QPushButton" name="DEMBtn">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
2025-02-02 09:10:37 +00:00
<property name="text">
<string>选择</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="minimumSize">
<size>
2025-02-02 09:10:37 +00:00
<width>0</width>
<height>30</height>
</size>
</property>
<property name="text">
2025-02-02 09:10:37 +00:00
<string>卫星参数文件</string>
</property>
</widget>
</item>
2025-02-02 09:10:37 +00:00
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_SateParams">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
2025-02-02 09:10:37 +00:00
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="minimumSize">
<size>
2025-02-02 09:10:37 +00:00
<width>0</width>
<height>30</height>
</size>
</property>
<property name="text">
2025-02-02 09:10:37 +00:00
<string>DEM文件</string>
</property>
</widget>
</item>
<item row="1" column="1">
2025-02-02 09:10:37 +00:00
<widget class="QLineEdit" name="lineEdit_DEM">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
</widget>
</item>
2025-02-02 09:10:37 +00:00
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
2025-02-02 09:10:37 +00:00
<property name="text">
<string>卫星轨道参数</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QPushButton" name="SateParamsBtn">
<property name="minimumSize">
<size>
2025-02-02 09:10:37 +00:00
<width>0</width>
<height>30</height>
</size>
</property>
<property name="text">
<string>选择</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
2025-02-02 09:10:37 +00:00
<widget class="QGroupBox" name="groupBox_3">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>120</height>
</size>
</property>
2025-02-02 09:10:37 +00:00
<property name="title">
<string>输出参数</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
2025-02-02 09:10:37 +00:00
<item row="0" column="0">
<widget class="QLabel" name="label_5">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
2025-02-02 09:10:37 +00:00
<property name="text">
<string>入射角参数文件</string>
</property>
</widget>
</item>
2025-02-02 09:10:37 +00:00
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_Inc">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
</widget>
</item>
2025-02-02 09:10:37 +00:00
<item row="0" column="2">
<widget class="QPushButton" name="IncBtn">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
2025-02-02 09:10:37 +00:00
<property name="text">
<string>选择</string>
</property>
</widget>
</item>
2025-02-02 09:10:37 +00:00
<item row="1" column="0">
<widget class="QLabel" name="label_6">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
2025-02-02 09:10:37 +00:00
<property name="text">
<string>查找表</string>
</property>
2025-02-02 09:10:37 +00:00
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="lineEdit_LkTbl">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
</widget>
</item>
2025-02-02 09:10:37 +00:00
<item row="1" column="2">
<widget class="QPushButton" name="LkTblBtn">
<property name="minimumSize">
<size>
2025-02-02 09:10:37 +00:00
<width>0</width>
<height>30</height>
</size>
</property>
<property name="text">
2025-02-02 09:10:37 +00:00
<string>选择</string>
</property>
</widget>
</item>
</layout>
</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>
<item>
2025-02-02 09:10:37 +00:00
<widget class="QDialogButtonBox" name="acpRjBtn">
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>