Skip to content

Commit

Permalink
TS Analysis dialog with bandwidth object
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardoLopez committed Sep 16, 2020
1 parent 0c020d4 commit 5576da2
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions TATSSI/UI/time_series_analysis.ui
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
<widget class="QLabel" name="lblModel">
<property name="geometry">
<rect>
<x>430</x>
<x>390</x>
<y>10</y>
<width>131</width>
<width>141</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Decomposition model</string>
<string>Decomposition and BW</string>
</property>
</widget>
<widget class="QPushButton" name="pbAnomalies">
Expand Down Expand Up @@ -89,9 +89,9 @@
<widget class="QComboBox" name="model">
<property name="geometry">
<rect>
<x>570</x>
<x>540</x>
<y>10</y>
<width>150</width>
<width>111</width>
<height>23</height>
</rect>
</property>
Expand Down Expand Up @@ -228,6 +228,19 @@
<string>Trend analysis</string>
</property>
</widget>
<widget class="QComboBox" name="bandwidth">
<property name="geometry">
<rect>
<x>658</x>
<y>10</y>
<width>61</width>
<height>23</height>
</rect>
</property>
<property name="maxCount">
<number>366</number>
</property>
</widget>
</widget>
</widget>
<resources/>
Expand Down

0 comments on commit 5576da2

Please sign in to comment.