1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/ela-eui

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
EQSignal.ui 17 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
ela Отправлено 17.06.2015 05:18 7bde841
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560
<?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 &amp;&amp; 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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Number of Periods&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Smallest Period&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Largest Period&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Solution Method&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Distributed Mode of Periods&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Values of Damping Ratio ( comma delimited )&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Pseudo Spectra&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Recalculate the Spectra using Changed Parameters&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/ela-eui.git
git@api.gitlife.ru:oschina-mirror/ela-eui.git
oschina-mirror
ela-eui
ela-eui
master