Tau histograms for each comb tooth

This commit is contained in:
2021-08-10 12:12:42 -07:00
parent 04b549d106
commit 3239ac2a2c
4 changed files with 113 additions and 25 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>1343</width>
<height>746</height>
<height>653</height>
</rect>
</property>
<property name="windowTitle">
@@ -39,12 +39,57 @@
<property name="geometry">
<rect>
<x>0</x>
<y>-158</y>
<y>0</y>
<width>261</width>
<height>818</height>
<height>878</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QGroupBox" name="groupBox_5">
<property name="minimumSize">
<size>
<width>239</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>239</width>
<height>16777215</height>
</size>
</property>
<property name="title">
<string>GENERAL CONFIG</string>
</property>
<layout class="QGridLayout" name="gridLayout_8">
<item row="0" column="0">
<layout class="QFormLayout" name="formLayout_7">
<item row="0" column="0">
<widget class="QLabel" name="label_18">
<property name="text">
<string>Timestep</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QDoubleSpinBox" name="spin_timestep">
<property name="decimals">
<number>6</number>
</property>
<property name="minimum">
<double>-99.989999999999995</double>
</property>
<property name="singleStep">
<double>0.010000000000000</double>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="minimumSize">
@@ -268,7 +313,7 @@
<rect>
<x>10</x>
<y>160</y>
<width>235</width>
<width>221</width>
<height>53</height>
</rect>
</property>
@@ -804,9 +849,6 @@
<string>Time Constant</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_7">
<item row="0" column="0">
<widget class="TimeConstantGraph" name="tau_graph" native="true"/>
</item>
<item row="0" column="1">
<widget class="QScrollArea" name="scrollArea_2">
<property name="minimumSize">
@@ -830,7 +872,7 @@
<x>0</x>
<y>0</y>
<width>279</width>
<height>633</height>
<height>548</height>
</rect>
</property>
<widget class="QGroupBox" name="groupBox_3">
@@ -904,6 +946,9 @@ p, li { white-space: pre-wrap; }
</widget>
</widget>
</item>
<item row="0" column="0">
<widget class="TimeConstantGraphsViewer" name="tau_viewer"/>
</item>
</layout>
</widget>
</widget>
@@ -924,9 +969,6 @@ p, li { white-space: pre-wrap; }
<string>File</string>
</property>
<addaction name="actionOpen_CSV_File"/>
<addaction name="actionOpen_MATLAB_File"/>
<addaction name="separator"/>
<addaction name="actionExport_Binary"/>
<addaction name="separator"/>
<addaction name="actionQuit_2"/>
</widget>
@@ -1002,6 +1044,14 @@ p, li { white-space: pre-wrap; }
<string>F1</string>
</property>
</action>
<action name="actionSave_Options">
<property name="text">
<string>Save Options</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>
@@ -1016,12 +1066,6 @@ p, li { white-space: pre-wrap; }
<header>widgets</header>
<container>1</container>
</customwidget>
<customwidget>
<class>TimeConstantGraph</class>
<extends>QWidget</extends>
<header>widgets</header>
<container>1</container>
</customwidget>
<customwidget>
<class>AddedPeaksGraph</class>
<extends>QWidget</extends>
@@ -1040,6 +1084,12 @@ p, li { white-space: pre-wrap; }
<header>widgets</header>
<container>1</container>
</customwidget>
<customwidget>
<class>TimeConstantGraphsViewer</class>
<extends>QTabWidget</extends>
<header>widgets</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>