Слияние кода завершено, страница обновится автоматически
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>EQSignal_</class>
<widget class="QMainWindow" name="EQSignal_">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="font">
<font>
<family>Microsoft YaHei</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="windowTitle">
<string>EQSignal</string>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<widget class="QWidget" name="cw">
<property name="autoFillBackground">
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QTabWidget" name="tabWidget">
<property name="enabled">
<bool>true</bool>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tabTimeHist">
<attribute name="title">
<string>Time History</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="GraphicsLayoutWidget" name="graphicsViewTH"/>
</item>
<item>
<widget class="QToolBox" name="ParaTH">
<property name="maximumSize">
<size>
<width>200</width>
<height>16777215</height>
</size>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="BLA">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>200</width>
<height>412</height>
</rect>
</property>
<attribute name="label">
<string>Baseline Adjust</string>
</attribute>
<layout class="QFormLayout" name="formLayout_2">
<item row="0" column="0">
<widget class="QLabel" name="label_7">
<property name="text">
<string>FType</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="FiltType">
<item>
<property name="text">
<string>High Pass</string>
</property>
</item>
<item>
<property name="text">
<string>Low Pass</string>
</property>
</item>
<item>
<property name="text">
<string>Band Pass</string>
</property>
</item>
<item>
<property name="text">
<string>Band Stop</string>
</property>
</item>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_8">
<property name="text">
<string>Freq 1</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QDoubleSpinBox" name="Freq1">
<property name="value">
<double>0.100000000000000</double>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_9">
<property name="text">
<string>Freq 2</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QDoubleSpinBox" name="Freq2">
<property name="value">
<double>25.000000000000000</double>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_10">
<property name="text">
<string>Method</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QComboBox" name="BLAMethod">
<item>
<property name="text">
<string>Modified</string>
</property>
</item>
<item>
<property name="text">
<string>Detrending</string>
</property>
</item>
<item>
<property name="text">
<string>TargetDisp</string>
</property>
</item>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_11">
<property name="text">
<string>Order 1</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QSpinBox" name="OLow">
<property name="value">
<number>2</number>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_12">
<property name="text">
<string>Order 2</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QSpinBox" name="OHigh">
<property name="value">
<number>0</number>
</property>
</widget>
</item>
<item row="7" column="0" colspan="2">
<widget class="QPushButton" name="Filt">
<property name="text">
<string>Signal Filt</string>
</property>
</widget>
</item>
<item row="8" column="0" colspan="2">
<widget class="QPushButton" name="BLAdjust">
<property name="text">
<string>Baseline Adjust</string>
</property>
</widget>
</item>
<item row="9" column="0" colspan="2">
<widget class="QPushButton" name="FiltAndBLA">
<property name="text">
<string>Filt && Adjust</string>
</property>
</widget>
</item>
<item row="6" column="0" colspan="2">
<widget class="QCheckBox" name="keepOriginal">
<property name="text">
<string>Keep Original On</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="Trim">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>200</width>
<height>412</height>
</rect>
</property>
<attribute name="label">
<string>Trim</string>
</attribute>
<layout class="QFormLayout" name="formLayout_3">
<item row="0" column="0">
<widget class="QLabel" name="label_13">
<property name="text">
<string>iStart</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QSpinBox" name="TIND1"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_14">
<property name="text">
<string>iStop</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QSpinBox" name="TIND2"/>
</item>
<item row="2" column="0" colspan="2">
<widget class="QPushButton" name="DoTrim">
<property name="text">
<string>Trim</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabSP">
<attribute name="title">
<string>Response Spectra</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="GraphicsLayoutWidget" name="graphicsViewSP"/>
</item>
<item>
<widget class="QToolBox" name="ParaSP">
<property name="maximumSize">
<size>
<width>200</width>
<height>16777215</height>
</size>
</property>
<property name="currentIndex">
<number>1</number>
</property>
<widget class="QWidget" name="ParaSP1">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>200</width>
<height>412</height>
</rect>
</property>
<attribute name="label">
<string>Spectra Parameters</string>
</attribute>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>NP</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QSpinBox" name="NP">
<property name="toolTip">
<string><html><head/><body><p>Number of Periods</p></body></html></string>
</property>
<property name="value">
<number>90</number>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>TS</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QDoubleSpinBox" name="TS">
<property name="toolTip">
<string><html><head/><body><p>Smallest Period</p></body></html></string>
</property>
<property name="value">
<double>0.040000000000000</double>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>TL</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QDoubleSpinBox" name="TL">
<property name="toolTip">
<string><html><head/><body><p>Largest Period</p></body></html></string>
</property>
<property name="value">
<double>10.000000000000000</double>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>SM</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QComboBox" name="SM">
<property name="toolTip">
<string><html><head/><body><p>Solution Method</p></body></html></string>
</property>
<item>
<property name="text">
<string>mixed</string>
</property>
</item>
<item>
<property name="text">
<string>newmark</string>
</property>
</item>
<item>
<property name="text">
<string>freq</string>
</property>
</item>
<item>
<property name="text">
<string>duhamel</string>
</property>
</item>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>DM</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QComboBox" name="DM">
<property name="toolTip">
<string><html><head/><body><p>Distributed Mode of Periods</p></body></html></string>
</property>
<item>
<property name="text">
<string>log</string>
</property>
</item>
<item>
<property name="text">
<string>linear</string>
</property>
</item>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>DR</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QLineEdit" name="DR">
<property name="toolTip">
<string><html><head/><body><p>Values of Damping Ratio ( comma delimited )</p></body></html></string>
</property>
<property name="text">
<string>0.05,0.02</string>
</property>
</widget>
</item>
<item row="6" column="0" colspan="2">
<widget class="QCheckBox" name="PD">
<property name="toolTip">
<string><html><head/><body><p>Pseudo Spectra</p></body></html></string>
</property>
<property name="text">
<string>Pseudo</string>
</property>
</widget>
</item>
<item row="7" column="0" colspan="2">
<widget class="QPushButton" name="Refresh">
<property name="toolTip">
<string><html><head/><body><p>Recalculate the Spectra using Changed Parameters</p></body></html></string>
</property>
<property name="text">
<string>Refresh</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="ParaSP2">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>200</width>
<height>412</height>
</rect>
</property>
<attribute name="label">
<string>Spectra Fit</string>
</attribute>
</widget>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>27</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="geometry">
<rect>
<x>256</x>
<y>135</y>
<width>134</width>
<height>92</height>
</rect>
</property>
<property name="title">
<string>File</string>
</property>
<widget class="QMenu" name="menuOpen">
<property name="title">
<string>Open</string>
</property>
<addaction name="actionPlain_Text"/>
<addaction name="actionNGA_Record"/>
</widget>
<addaction name="menuOpen"/>
<addaction name="actionQuit"/>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>Help</string>
</property>
<addaction name="actionAbout"/>
</widget>
<widget class="QMenu" name="menuRun">
<property name="title">
<string>Run</string>
</property>
<addaction name="actionCalculate_Spectra"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuRun"/>
<addaction name="menuHelp"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actionAbout">
<property name="text">
<string>About</string>
</property>
</action>
<action name="actionPlain_Text">
<property name="text">
<string>Plain Text</string>
</property>
</action>
<action name="actionNGA_Record">
<property name="text">
<string>NGA Record</string>
</property>
</action>
<action name="actionCalculate_Spectra">
<property name="text">
<string>Calculate Spectra</string>
</property>
</action>
<action name="actionQuit">
<property name="text">
<string>Quit</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>
<class>GraphicsLayoutWidget</class>
<extends>QGraphicsView</extends>
<header>pyqtgraph</header>
</customwidget>
</customwidgets>
<resources/>
<connections>
<connection>
<sender>actionQuit</sender>
<signal>triggered()</signal>
<receiver>EQSignal_</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>299</x>
<y>239</y>
</hint>
</hints>
</connection>
</connections>
</ui>
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )