|
6 | 6 | <rect> |
7 | 7 | <x>0</x> |
8 | 8 | <y>0</y> |
9 | | - <width>706</width> |
| 9 | + <width>738</width> |
10 | 10 | <height>876</height> |
11 | 11 | </rect> |
12 | 12 | </property> |
|
15 | 15 | </property> |
16 | 16 | <layout class="QGridLayout" name="gridLayout_2"> |
17 | 17 | <item row="0" column="0"> |
18 | | - <layout class="QGridLayout" name="gridLayout"> |
19 | | - <item row="0" column="0" alignment="Qt::AlignLeft"> |
20 | | - <widget class="QPushButton" name="load_scan_pushButton"> |
21 | | - <property name="text"> |
22 | | - <string>Load Scan</string> |
23 | | - </property> |
24 | | - </widget> |
25 | | - </item> |
26 | | - <item row="4" column="1"> |
27 | | - <layout class="QVBoxLayout" name="verticalLayout_2"> |
28 | | - <item alignment="Qt::AlignLeft"> |
29 | | - <widget class="QPushButton" name="plot_intensity_sums_pushButton"> |
30 | | - <property name="text"> |
31 | | - <string>Plot</string> |
32 | | - </property> |
33 | | - </widget> |
34 | | - </item> |
35 | | - <item alignment="Qt::AlignLeft"> |
36 | | - <widget class="QPushButton" name="save_intensities_array_pushButton"> |
37 | | - <property name="text"> |
38 | | - <string>Save intensities array</string> |
39 | | - </property> |
40 | | - </widget> |
41 | | - </item> |
42 | | - <item alignment="Qt::AlignLeft"> |
43 | | - <widget class="QPushButton" name="save_intensities_image_pushButton"> |
44 | | - <property name="text"> |
45 | | - <string>Save intensities image</string> |
46 | | - </property> |
47 | | - </widget> |
| 18 | + <widget class="QTabWidget" name="tabWidget"> |
| 19 | + <property name="currentIndex"> |
| 20 | + <number>0</number> |
| 21 | + </property> |
| 22 | + <widget class="QWidget" name="analysis_tab"> |
| 23 | + <attribute name="title"> |
| 24 | + <string>Analysis</string> |
| 25 | + </attribute> |
| 26 | + <layout class="QGridLayout" name="gridLayout_3"> |
| 27 | + <item row="0" column="0"> |
| 28 | + <layout class="QGridLayout" name="gridLayout"> |
| 29 | + <item row="0" column="0" alignment="Qt::AlignLeft"> |
| 30 | + <widget class="QPushButton" name="load_scan_pushButton"> |
| 31 | + <property name="text"> |
| 32 | + <string>Load Scan</string> |
| 33 | + </property> |
| 34 | + </widget> |
| 35 | + </item> |
| 36 | + <item row="4" column="1"> |
| 37 | + <layout class="QVBoxLayout" name="verticalLayout_2"> |
| 38 | + <item alignment="Qt::AlignLeft"> |
| 39 | + <widget class="QPushButton" name="plot_intensity_sums_pushButton"> |
| 40 | + <property name="text"> |
| 41 | + <string>Plot</string> |
| 42 | + </property> |
| 43 | + </widget> |
| 44 | + </item> |
| 45 | + <item alignment="Qt::AlignLeft"> |
| 46 | + <widget class="QPushButton" name="save_intensities_array_pushButton"> |
| 47 | + <property name="text"> |
| 48 | + <string>Save intensities array</string> |
| 49 | + </property> |
| 50 | + </widget> |
| 51 | + </item> |
| 52 | + <item alignment="Qt::AlignLeft"> |
| 53 | + <widget class="QPushButton" name="save_intensities_image_pushButton"> |
| 54 | + <property name="text"> |
| 55 | + <string>Save intensities image</string> |
| 56 | + </property> |
| 57 | + </widget> |
| 58 | + </item> |
| 59 | + </layout> |
| 60 | + </item> |
| 61 | + <item row="4" column="0"> |
| 62 | + <widget class="ImageView" name="intensity_sums_viewBox"> |
| 63 | + <property name="minimumSize"> |
| 64 | + <size> |
| 65 | + <width>500</width> |
| 66 | + <height>300</height> |
| 67 | + </size> |
| 68 | + </property> |
| 69 | + </widget> |
| 70 | + </item> |
| 71 | + <item row="3" column="0"> |
| 72 | + <widget class="QLabel" name="label"> |
| 73 | + <property name="font"> |
| 74 | + <font> |
| 75 | + <pointsize>12</pointsize> |
| 76 | + </font> |
| 77 | + </property> |
| 78 | + <property name="text"> |
| 79 | + <string>Histogram Intensity Sums</string> |
| 80 | + </property> |
| 81 | + </widget> |
| 82 | + </item> |
| 83 | + <item row="9" column="0"> |
| 84 | + <widget class="QLabel" name="label_2"> |
| 85 | + <property name="font"> |
| 86 | + <font> |
| 87 | + <pointsize>12</pointsize> |
| 88 | + </font> |
| 89 | + </property> |
| 90 | + <property name="text"> |
| 91 | + <string>Raw Histogram Data</string> |
| 92 | + </property> |
| 93 | + </widget> |
| 94 | + </item> |
| 95 | + <item row="10" column="0"> |
| 96 | + <widget class="ImageView" name="raw_hist_data_viewBox"> |
| 97 | + <property name="minimumSize"> |
| 98 | + <size> |
| 99 | + <width>500</width> |
| 100 | + <height>300</height> |
| 101 | + </size> |
| 102 | + </property> |
| 103 | + </widget> |
| 104 | + </item> |
| 105 | + <item row="10" column="1"> |
| 106 | + <layout class="QVBoxLayout" name="verticalLayout"> |
| 107 | + <item alignment="Qt::AlignLeft"> |
| 108 | + <widget class="QPushButton" name="plot_raw_hist_data_pushButton"> |
| 109 | + <property name="text"> |
| 110 | + <string>Plot</string> |
| 111 | + </property> |
| 112 | + </widget> |
| 113 | + </item> |
| 114 | + <item alignment="Qt::AlignLeft"> |
| 115 | + <widget class="QCheckBox" name="compare_checkBox"> |
| 116 | + <property name="text"> |
| 117 | + <string>Compare ROIs</string> |
| 118 | + </property> |
| 119 | + </widget> |
| 120 | + </item> |
| 121 | + </layout> |
| 122 | + </item> |
| 123 | + </layout> |
48 | 124 | </item> |
49 | 125 | </layout> |
50 | | - </item> |
51 | | - <item row="4" column="0"> |
52 | | - <widget class="ImageView" name="intensity_sums_viewBox"> |
53 | | - <property name="minimumSize"> |
54 | | - <size> |
55 | | - <width>500</width> |
56 | | - <height>300</height> |
57 | | - </size> |
58 | | - </property> |
59 | | - </widget> |
60 | | - </item> |
61 | | - <item row="3" column="0"> |
62 | | - <widget class="QLabel" name="label"> |
63 | | - <property name="font"> |
64 | | - <font> |
65 | | - <pointsize>12</pointsize> |
66 | | - </font> |
| 126 | + </widget> |
| 127 | + <widget class="QWidget" name="pkl_to_h5"> |
| 128 | + <attribute name="title"> |
| 129 | + <string>.pkl to .h5</string> |
| 130 | + </attribute> |
| 131 | + <widget class="QPushButton" name="import_pkl_pushButton"> |
| 132 | + <property name="geometry"> |
| 133 | + <rect> |
| 134 | + <x>20</x> |
| 135 | + <y>20</y> |
| 136 | + <width>171</width> |
| 137 | + <height>34</height> |
| 138 | + </rect> |
67 | 139 | </property> |
68 | 140 | <property name="text"> |
69 | | - <string>Histogram Intensity Sums</string> |
| 141 | + <string>Import .pkl file</string> |
70 | 142 | </property> |
71 | 143 | </widget> |
72 | | - </item> |
73 | | - <item row="9" column="0"> |
74 | | - <widget class="QLabel" name="label_2"> |
75 | | - <property name="font"> |
76 | | - <font> |
77 | | - <pointsize>12</pointsize> |
78 | | - </font> |
| 144 | + <widget class="QPushButton" name="pkl_to_h5_pushButton"> |
| 145 | + <property name="geometry"> |
| 146 | + <rect> |
| 147 | + <x>20</x> |
| 148 | + <y>80</y> |
| 149 | + <width>171</width> |
| 150 | + <height>34</height> |
| 151 | + </rect> |
79 | 152 | </property> |
80 | 153 | <property name="text"> |
81 | | - <string>Raw Histogram Data</string> |
82 | | - </property> |
83 | | - </widget> |
84 | | - </item> |
85 | | - <item row="10" column="0"> |
86 | | - <widget class="ImageView" name="raw_hist_data_viewBox"> |
87 | | - <property name="minimumSize"> |
88 | | - <size> |
89 | | - <width>500</width> |
90 | | - <height>300</height> |
91 | | - </size> |
| 154 | + <string>.pkl to .h5</string> |
92 | 155 | </property> |
93 | 156 | </widget> |
94 | | - </item> |
95 | | - <item row="10" column="1"> |
96 | | - <layout class="QVBoxLayout" name="verticalLayout"> |
97 | | - <item alignment="Qt::AlignLeft"> |
98 | | - <widget class="QPushButton" name="plot_raw_hist_data_pushButton"> |
99 | | - <property name="text"> |
100 | | - <string>Plot</string> |
101 | | - </property> |
102 | | - </widget> |
103 | | - </item> |
104 | | - <item alignment="Qt::AlignLeft"> |
105 | | - <widget class="QCheckBox" name="compare_checkBox"> |
106 | | - <property name="text"> |
107 | | - <string>Compare ROIs</string> |
108 | | - </property> |
109 | | - </widget> |
110 | | - </item> |
111 | | - </layout> |
112 | | - </item> |
113 | | - </layout> |
| 157 | + </widget> |
| 158 | + </widget> |
114 | 159 | </item> |
115 | 160 | </layout> |
116 | 161 | </widget> |
|
0 commit comments