EnergySpectrumAnalyer/src/MeasureDeviceParamsCfgForm.ui

318 lines
8.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MeasureDeviceParamsCfgForm</class>
<widget class="QWidget" name="MeasureDeviceParamsCfgForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1453</width>
<height>806</height>
</rect>
</property>
<property name="windowTitle">
<string>测量设备参数配置</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>设备参数配置列表</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QListWidget" name="listw_device_cfg">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QPushButton" name="btn_add_cfg_list_item">
<property name="text">
<string>添加</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_remove_cfg_list_item">
<property name="text">
<string>删除</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label_3">
<property name="minimumSize">
<size>
<width>60</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>配置命名:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_cfg_name"/>
</item>
<item>
<widget class="QPushButton" name="btn_save_to_project">
<property name="text">
<string>保存到测量分析</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_save_to_sys">
<property name="text">
<string>保存到设备参数配置管理</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_2">
<property name="minimumSize">
<size>
<width>60</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>备注说明:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
</property>
</widget>
</item>
<item>
<widget class="QPlainTextEdit" name="plainTextEdit_description">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>50</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QTableWidget" name="tablew_params_cfg">
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
<row>
<property name="text">
<string>通道1</string>
</property>
</row>
<row>
<property name="text">
<string>通道2</string>
</property>
</row>
<row>
<property name="text">
<string>通道3</string>
</property>
</row>
<row>
<property name="text">
<string>通道4</string>
</property>
</row>
<row>
<property name="text">
<string>通道5</string>
</property>
</row>
<row>
<property name="text">
<string>通道6</string>
</property>
</row>
<row>
<property name="text">
<string>通道7</string>
</property>
</row>
<row>
<property name="text">
<string>通道8</string>
</property>
</row>
<row>
<property name="text">
<string>通道9</string>
</property>
</row>
<row>
<property name="text">
<string>通道10</string>
</property>
</row>
<row>
<property name="text">
<string>通道11</string>
</property>
</row>
<row>
<property name="text">
<string>通道12</string>
</property>
</row>
<row>
<property name="text">
<string>通道13</string>
</property>
</row>
<row>
<property name="text">
<string>通道14</string>
</property>
</row>
<row>
<property name="text">
<string>通道15</string>
</property>
</row>
<row>
<property name="text">
<string>通道16</string>
</property>
</row>
<row>
<property name="text">
<string>通道17</string>
</property>
</row>
<row>
<property name="text">
<string>通道18</string>
</property>
</row>
<row>
<property name="text">
<string>通道19</string>
</property>
</row>
<row>
<property name="text">
<string>通道20</string>
</property>
</row>
<row>
<property name="text">
<string>通道21</string>
</property>
</row>
<row>
<property name="text">
<string>通道22</string>
</property>
</row>
<column>
<property name="text">
<string>时间常数</string>
</property>
</column>
<column>
<property name="text">
<string>上升时间</string>
</property>
</column>
<column>
<property name="text">
<string>平顶时间</string>
</property>
</column>
<column>
<property name="text">
<string>触发阈值</string>
</property>
</column>
<column>
<property name="text">
<string>直流偏移</string>
</property>
</column>
<column>
<property name="text">
<string>恢复速度</string>
</property>
</column>
<column>
<property name="text">
<string>滤波参数</string>
</property>
</column>
<column>
<property name="text">
<string>输入信号正负</string>
</property>
</column>
<column>
<property name="text">
<string>LFR</string>
</property>
</column>
<column>
<property name="text">
<string>保护时间</string>
</property>
</column>
<column>
<property name="text">
<string>硬件增益</string>
</property>
</column>
<column>
<property name="text">
<string>软件增益</string>
</property>
</column>
<column>
<property name="text">
<string>谱线道数</string>
</property>
</column>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>