touch up layout

master
michael 2021-08-11 09:15:50 -07:00
parent 05577b0476
commit db276576b3
1 changed files with 524 additions and 602 deletions

View File

@ -41,7 +41,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>261</width> <width>261</width>
<height>909</height> <height>926</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_2"> <layout class="QVBoxLayout" name="verticalLayout_2">
@ -95,13 +95,13 @@
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>239</width> <width>239</width>
<height>266</height> <height>278</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>239</width> <width>239</width>
<height>258</height> <height>278</height>
</size> </size>
</property> </property>
<property name="font"> <property name="font">
@ -114,15 +114,26 @@
<property name="title"> <property name="title">
<string>GROUPING CONFIG</string> <string>GROUPING CONFIG</string>
</property> </property>
<widget class="QStackedWidget" name="grouping_config_area"> <layout class="QGridLayout" name="gridLayout_10">
<property name="geometry"> <item row="0" column="0">
<rect> <widget class="QComboBox" name="combo_grouping_algo">
<x>10</x> <property name="currentIndex">
<y>50</y> <number>1</number>
<width>221</width>
<height>101</height>
</rect>
</property> </property>
<item>
<property name="text">
<string>VThreshold (Voltage column required)</string>
</property>
</item>
<item>
<property name="text">
<string>SpacedGroups</string>
</property>
</item>
</widget>
</item>
<item row="1" column="0">
<widget class="QStackedWidget" name="grouping_config_area">
<property name="currentIndex"> <property name="currentIndex">
<number>1</number> <number>1</number>
</property> </property>
@ -186,8 +197,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>222</width> <width>211</width>
<height>111</height> <height>91</height>
</rect> </rect>
</property> </property>
<layout class="QFormLayout" name="formLayout"> <layout class="QFormLayout" name="formLayout">
@ -272,51 +283,8 @@
</widget> </widget>
</widget> </widget>
</widget> </widget>
<widget class="QComboBox" name="combo_grouping_algo">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>221</width>
<height>21</height>
</rect>
</property>
<item>
<property name="text">
<string>VThreshold (Voltage column required)</string>
</property>
</item> </item>
<item> <item row="2" column="0">
<property name="text">
<string>SpacedGroups</string>
</property>
</item>
</widget>
<widget class="QCheckBox" name="check_skip_groups">
<property name="geometry">
<rect>
<x>10</x>
<y>210</y>
<width>221</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Every other group (MIRRORED)</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QWidget" name="formLayoutWidget_5">
<property name="geometry">
<rect>
<x>10</x>
<y>160</y>
<width>221</width>
<height>53</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout_5"> <layout class="QFormLayout" name="formLayout_5">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QCheckBox" name="check_custom_start"> <widget class="QCheckBox" name="check_custom_start">
@ -359,16 +327,19 @@
</widget> </widget>
</item> </item>
</layout> </layout>
</widget> </item>
<widget class="QPushButton" name="correlate_button"> <item row="3" column="0">
<property name="geometry"> <widget class="QCheckBox" name="check_skip_groups">
<rect> <property name="text">
<x>40</x> <string>Every other group (MIRRORED)</string>
<y>230</y>
<width>151</width>
<height>28</height>
</rect>
</property> </property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QPushButton" name="correlate_button">
<property name="font"> <property name="font">
<font> <font>
<pointsize>-1</pointsize> <pointsize>-1</pointsize>
@ -381,6 +352,8 @@
<string>Correlate</string> <string>Correlate</string>
</property> </property>
</widget> </widget>
</item>
</layout>
</widget> </widget>
</item> </item>
<item> <item>
@ -410,15 +383,8 @@
<property name="checkable"> <property name="checkable">
<bool>false</bool> <bool>false</bool>
</property> </property>
<widget class="QWidget" name="formLayoutWidget_2"> <layout class="QGridLayout" name="gridLayout_9">
<property name="geometry"> <item row="0" column="0" colspan="2">
<rect>
<x>9</x>
<y>20</y>
<width>238</width>
<height>111</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout_2"> <layout class="QFormLayout" name="formLayout_2">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="label_7"> <widget class="QLabel" name="label_7">
@ -501,37 +467,9 @@
</widget> </widget>
</item> </item>
</layout> </layout>
</widget> </item>
<widget class="QPushButton" name="isolate_button"> <item row="1" column="0">
<property name="geometry">
<rect>
<x>100</x>
<y>130</y>
<width>131</width>
<height>28</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>-1</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">* {font-size: 13px}</string>
</property>
<property name="text">
<string>Add + Isolate</string>
</property>
</widget>
<widget class="QPushButton" name="peak_add_button"> <widget class="QPushButton" name="peak_add_button">
<property name="geometry">
<rect>
<x>10</x>
<y>130</y>
<width>81</width>
<height>28</height>
</rect>
</property>
<property name="font"> <property name="font">
<font> <font>
<pointsize>-1</pointsize> <pointsize>-1</pointsize>
@ -544,6 +482,23 @@
<string>Add</string> <string>Add</string>
</property> </property>
</widget> </widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="isolate_button">
<property name="font">
<font>
<pointsize>-1</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">* {font-size: 13px}</string>
</property>
<property name="text">
<string>Add + Isolate</string>
</property>
</widget>
</item>
</layout>
</widget> </widget>
</item> </item>
<item> <item>
@ -570,15 +525,11 @@
<property name="title"> <property name="title">
<string>INITIAL FIT CONFIG</string> <string>INITIAL FIT CONFIG</string>
</property> </property>
<widget class="QWidget" name="formLayoutWidget_3"> <layout class="QVBoxLayout" name="verticalLayout">
<property name="geometry"> <item>
<rect> <widget class="QGraphicsView" name="equation_view"/>
<x>10</x> </item>
<y>90</y> <item>
<width>221</width>
<height>118</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout_3"> <layout class="QFormLayout" name="formLayout_3">
<item row="2" column="0"> <item row="2" column="0">
<widget class="QLabel" name="label_14"> <widget class="QLabel" name="label_14">
@ -646,26 +597,9 @@
</widget> </widget>
</item> </item>
</layout> </layout>
</widget> </item>
<widget class="QGraphicsView" name="equation_view"> <item>
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>221</width>
<height>61</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="fit_button"> <widget class="QPushButton" name="fit_button">
<property name="geometry">
<rect>
<x>40</x>
<y>220</y>
<width>151</width>
<height>28</height>
</rect>
</property>
<property name="font"> <property name="font">
<font> <font>
<pointsize>-1</pointsize> <pointsize>-1</pointsize>
@ -678,15 +612,20 @@
<string>Fit</string> <string>Fit</string>
</property> </property>
</widget> </widget>
<widget class="QWidget" name="formLayoutWidget_6"> </item>
<property name="geometry"> <item>
<rect> <widget class="QCheckBox" name="check_advanced_peak_detection">
<x>10</x> <property name="font">
<y>280</y> <font>
<width>222</width> <underline>true</underline>
<height>82</height> </font>
</rect>
</property> </property>
<property name="text">
<string>Advanced peak detection</string>
</property>
</widget>
</item>
<item>
<layout class="QFormLayout" name="formLayout_6"> <layout class="QFormLayout" name="formLayout_6">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="label_11"> <widget class="QLabel" name="label_11">
@ -755,25 +694,8 @@
</widget> </widget>
</item> </item>
</layout> </layout>
</widget> </item>
<widget class="QCheckBox" name="check_advanced_peak_detection"> </layout>
<property name="geometry">
<rect>
<x>10</x>
<y>250</y>
<width>151</width>
<height>20</height>
</rect>
</property>
<property name="font">
<font>
<underline>true</underline>
</font>
</property>
<property name="text">
<string>Advanced peak detection</string>
</property>
</widget>
</widget> </widget>
</item> </item>
</layout> </layout>