333 lines
7.7 KiB
Plaintext
333 lines
7.7 KiB
Plaintext
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<ui version="4.0">
|
||
|
|
<class>Statistics</class>
|
||
|
|
<widget class="QWidget" name="Statistics">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>0</x>
|
||
|
|
<y>0</y>
|
||
|
|
<width>1045</width>
|
||
|
|
<height>756</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="windowTitle">
|
||
|
|
<string>常规曲线数值统计</string>
|
||
|
|
</property>
|
||
|
|
<property name="layoutDirection">
|
||
|
|
<enum>Qt::LeftToRight</enum>
|
||
|
|
</property>
|
||
|
|
<widget class="QLabel" name="label_11">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>30</x>
|
||
|
|
<y>620</y>
|
||
|
|
<width>72</width>
|
||
|
|
<height>15</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>开始深度</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QLabel" name="label_12">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>30</x>
|
||
|
|
<y>660</y>
|
||
|
|
<width>72</width>
|
||
|
|
<height>15</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>结束深度</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QLineEdit" name="lineEditSdep1">
|
||
|
|
<property name="enabled">
|
||
|
|
<bool>false</bool>
|
||
|
|
</property>
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>110</x>
|
||
|
|
<y>640</y>
|
||
|
|
<width>113</width>
|
||
|
|
<height>21</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QLineEdit" name="lineEditEdep1">
|
||
|
|
<property name="enabled">
|
||
|
|
<bool>false</bool>
|
||
|
|
</property>
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>460</x>
|
||
|
|
<y>640</y>
|
||
|
|
<width>113</width>
|
||
|
|
<height>21</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QPushButton" name="cancelbtn">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>797</x>
|
||
|
|
<y>680</y>
|
||
|
|
<width>93</width>
|
||
|
|
<height>28</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>退出</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QPushButton" name="okbtn">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>650</x>
|
||
|
|
<y>680</y>
|
||
|
|
<width>93</width>
|
||
|
|
<height>28</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>保存为位图</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QWidget" name="layoutWidget">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>25</x>
|
||
|
|
<y>441</y>
|
||
|
|
<width>551</width>
|
||
|
|
<height>182</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<layout class="QGridLayout" name="gridLayout">
|
||
|
|
<item row="0" column="0">
|
||
|
|
<widget class="QLabel" name="label">
|
||
|
|
<property name="text">
|
||
|
|
<string>显示名称</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="0" column="1">
|
||
|
|
<widget class="QLineEdit" name="lineEditName">
|
||
|
|
<property name="enabled">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
<property name="mouseTracking">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="0" column="2">
|
||
|
|
<widget class="QLabel" name="label_2">
|
||
|
|
<property name="text">
|
||
|
|
<string>显示单位</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="0" column="3">
|
||
|
|
<widget class="QLineEdit" name="lineEditUnit">
|
||
|
|
<property name="mouseTracking">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="1" column="0">
|
||
|
|
<widget class="QLabel" name="label_4">
|
||
|
|
<property name="text">
|
||
|
|
<string>曲线刻度</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="1" column="1">
|
||
|
|
<widget class="QLineEdit" name="lineEditXmin">
|
||
|
|
<property name="enabled">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
<property name="mouseTracking">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="1" column="2">
|
||
|
|
<widget class="QLabel" name="label_3">
|
||
|
|
<property name="text">
|
||
|
|
<string>------</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="1" column="3">
|
||
|
|
<widget class="QLineEdit" name="lineEditXmax">
|
||
|
|
<property name="enabled">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
<property name="mouseTracking">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="2" column="0">
|
||
|
|
<widget class="QLabel" name="label_8">
|
||
|
|
<property name="text">
|
||
|
|
<string>主频范围</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="2" column="1">
|
||
|
|
<widget class="QLineEdit" name="lineEditXmin2"/>
|
||
|
|
</item>
|
||
|
|
<item row="2" column="2">
|
||
|
|
<widget class="QLabel" name="label_7">
|
||
|
|
<property name="text">
|
||
|
|
<string>------</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="2" column="3">
|
||
|
|
<widget class="QLineEdit" name="lineEditXmax2"/>
|
||
|
|
</item>
|
||
|
|
<item row="3" column="0">
|
||
|
|
<widget class="QLabel" name="label_6">
|
||
|
|
<property name="text">
|
||
|
|
<string>频率刻度</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="3" column="1">
|
||
|
|
<widget class="QLineEdit" name="lineEditYmin"/>
|
||
|
|
</item>
|
||
|
|
<item row="3" column="2">
|
||
|
|
<widget class="QLabel" name="label_5">
|
||
|
|
<property name="text">
|
||
|
|
<string>------</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="3" column="3">
|
||
|
|
<widget class="QLineEdit" name="lineEditYmax"/>
|
||
|
|
</item>
|
||
|
|
<item row="4" column="0">
|
||
|
|
<widget class="QLabel" name="label_10">
|
||
|
|
<property name="text">
|
||
|
|
<string>深度范围</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="4" column="1">
|
||
|
|
<widget class="QLineEdit" name="lineEditSdep"/>
|
||
|
|
</item>
|
||
|
|
<item row="4" column="2">
|
||
|
|
<widget class="QLabel" name="label_9">
|
||
|
|
<property name="text">
|
||
|
|
<string>------</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="4" column="3">
|
||
|
|
<widget class="QLineEdit" name="lineEditEdep">
|
||
|
|
<property name="enabled">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
<property name="mouseTracking">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
<widget class="QTextEdit" name="textEditJieGuo">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>610</x>
|
||
|
|
<y>20</y>
|
||
|
|
<width>421</width>
|
||
|
|
<height>521</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QCheckBox" name="checkBox">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>630</x>
|
||
|
|
<y>570</y>
|
||
|
|
<width>181</width>
|
||
|
|
<height>19</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="layoutDirection">
|
||
|
|
<enum>Qt::RightToLeft</enum>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>绘制累计频率</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QLineEdit" name="lineEditSmallGrid">
|
||
|
|
<property name="enabled">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>730</x>
|
||
|
|
<y>610</y>
|
||
|
|
<width>113</width>
|
||
|
|
<height>21</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QLabel" name="label_13">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>640</x>
|
||
|
|
<y>610</y>
|
||
|
|
<width>72</width>
|
||
|
|
<height>15</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>横向小格数</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QSlider" name="horizontalSliderSdep">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>110</x>
|
||
|
|
<y>620</y>
|
||
|
|
<width>461</width>
|
||
|
|
<height>19</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="orientation">
|
||
|
|
<enum>Qt::Horizontal</enum>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QSlider" name="horizontalSliderEdep">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>110</x>
|
||
|
|
<y>660</y>
|
||
|
|
<width>461</width>
|
||
|
|
<height>19</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="orientation">
|
||
|
|
<enum>Qt::Horizontal</enum>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QWidget" name="widgetPlot" native="true">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>30</x>
|
||
|
|
<y>20</y>
|
||
|
|
<width>551</width>
|
||
|
|
<height>401</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</widget>
|
||
|
|
<resources/>
|
||
|
|
<connections/>
|
||
|
|
</ui>
|