rapidtide 3.0a7__py3-none-any.whl → 3.0a9__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- rapidtide/OrthoImageItem.py +24 -5
- rapidtide/RapidtideDataset.py +43 -4
- rapidtide/data/examples/src/testfmri +4 -15
- rapidtide/happy_supportfuncs.py +21 -0
- rapidtide/helper_classes.py +10 -1
- rapidtide/io.py +1 -1
- rapidtide/simfuncfit.py +1 -1
- rapidtide/tidepoolTemplate.py +84 -167
- rapidtide/tidepoolTemplate.ui +64 -44
- rapidtide/tidepoolTemplate_alt.py +90 -172
- rapidtide/tidepoolTemplate_alt.ui +63 -44
- rapidtide/tidepoolTemplate_alt2.ui +1965 -0
- rapidtide/tidepoolTemplate_alt_qt6.py +17 -3
- rapidtide/tidepoolTemplate_big.py +992 -0
- rapidtide/tidepoolTemplate_big.ui +2395 -0
- rapidtide/tidepoolTemplate_big_qt6.py +990 -0
- rapidtide/tidepoolTemplate_qt6.py +19 -9
- rapidtide/workflows/rapidtide.py +8 -5
- rapidtide/workflows/tidepool.py +548 -466
- {rapidtide-3.0a7.dist-info → rapidtide-3.0a9.dist-info}/METADATA +1 -1
- {rapidtide-3.0a7.dist-info → rapidtide-3.0a9.dist-info}/RECORD +25 -21
- {rapidtide-3.0a7.dist-info → rapidtide-3.0a9.dist-info}/WHEEL +1 -1
- {rapidtide-3.0a7.dist-info → rapidtide-3.0a9.dist-info}/LICENSE +0 -0
- {rapidtide-3.0a7.dist-info → rapidtide-3.0a9.dist-info}/entry_points.txt +0 -0
- {rapidtide-3.0a7.dist-info → rapidtide-3.0a9.dist-info}/top_level.txt +0 -0
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
<item row="2" column="2">
|
|
84
84
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
85
85
|
<property name="sizeConstraint">
|
|
86
|
-
<enum>QLayout::SetMaximumSize</enum>
|
|
86
|
+
<enum>QLayout::SizeConstraint::SetMaximumSize</enum>
|
|
87
87
|
</property>
|
|
88
88
|
<item row="0" column="1">
|
|
89
89
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
<number>0</number>
|
|
92
92
|
</property>
|
|
93
93
|
<property name="sizeConstraint">
|
|
94
|
-
<enum>QLayout::SetFixedSize</enum>
|
|
94
|
+
<enum>QLayout::SizeConstraint::SetFixedSize</enum>
|
|
95
95
|
</property>
|
|
96
96
|
<property name="topMargin">
|
|
97
97
|
<number>5</number>
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
<item>
|
|
103
103
|
<widget class="QDoubleSpinBox" name="dispmax_doubleSpinBox">
|
|
104
104
|
<property name="alignment">
|
|
105
|
-
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
105
|
+
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
|
|
106
106
|
</property>
|
|
107
107
|
<property name="decimals">
|
|
108
108
|
<number>3</number>
|
|
@@ -149,10 +149,20 @@
|
|
|
149
149
|
</property>
|
|
150
150
|
</widget>
|
|
151
151
|
</item>
|
|
152
|
+
<item>
|
|
153
|
+
<widget class="QPushButton" name="nextFile_Button">
|
|
154
|
+
<property name="toolTip">
|
|
155
|
+
<string>Right click to select the mask used to display the current map</string>
|
|
156
|
+
</property>
|
|
157
|
+
<property name="text">
|
|
158
|
+
<string>Next file</string>
|
|
159
|
+
</property>
|
|
160
|
+
</widget>
|
|
161
|
+
</item>
|
|
152
162
|
<item>
|
|
153
163
|
<widget class="QDoubleSpinBox" name="dispmin_doubleSpinBox">
|
|
154
164
|
<property name="alignment">
|
|
155
|
-
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
165
|
+
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
|
|
156
166
|
</property>
|
|
157
167
|
<property name="decimals">
|
|
158
168
|
<number>3</number>
|
|
@@ -201,7 +211,7 @@
|
|
|
201
211
|
</size>
|
|
202
212
|
</property>
|
|
203
213
|
<property name="resizeAnchor">
|
|
204
|
-
<enum>QGraphicsView::AnchorViewCenter</enum>
|
|
214
|
+
<enum>QGraphicsView::ViewportAnchor::AnchorViewCenter</enum>
|
|
205
215
|
</property>
|
|
206
216
|
</widget>
|
|
207
217
|
</item>
|
|
@@ -211,7 +221,7 @@
|
|
|
211
221
|
<number>0</number>
|
|
212
222
|
</property>
|
|
213
223
|
<property name="sizeConstraint">
|
|
214
|
-
<enum>QLayout::SetMinimumSize</enum>
|
|
224
|
+
<enum>QLayout::SizeConstraint::SetMinimumSize</enum>
|
|
215
225
|
</property>
|
|
216
226
|
<item>
|
|
217
227
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
@@ -482,10 +492,10 @@
|
|
|
482
492
|
</size>
|
|
483
493
|
</property>
|
|
484
494
|
<property name="frameShape">
|
|
485
|
-
<enum>QFrame::NoFrame</enum>
|
|
495
|
+
<enum>QFrame::Shape::NoFrame</enum>
|
|
486
496
|
</property>
|
|
487
497
|
<property name="alignment">
|
|
488
|
-
<set>Qt::AlignCenter</set>
|
|
498
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
489
499
|
</property>
|
|
490
500
|
</widget>
|
|
491
501
|
</item>
|
|
@@ -516,10 +526,10 @@
|
|
|
516
526
|
</size>
|
|
517
527
|
</property>
|
|
518
528
|
<property name="frameShape">
|
|
519
|
-
<enum>QFrame::NoFrame</enum>
|
|
529
|
+
<enum>QFrame::Shape::NoFrame</enum>
|
|
520
530
|
</property>
|
|
521
531
|
<property name="alignment">
|
|
522
|
-
<set>Qt::AlignCenter</set>
|
|
532
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
523
533
|
</property>
|
|
524
534
|
</widget>
|
|
525
535
|
</item>
|
|
@@ -550,13 +560,13 @@
|
|
|
550
560
|
</size>
|
|
551
561
|
</property>
|
|
552
562
|
<property name="frameShape">
|
|
553
|
-
<enum>QFrame::NoFrame</enum>
|
|
563
|
+
<enum>QFrame::Shape::NoFrame</enum>
|
|
554
564
|
</property>
|
|
555
565
|
<property name="alignment">
|
|
556
|
-
<set>Qt::AlignCenter</set>
|
|
566
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
557
567
|
</property>
|
|
558
568
|
<property name="viewportUpdateMode">
|
|
559
|
-
<enum>QGraphicsView::SmartViewportUpdate</enum>
|
|
569
|
+
<enum>QGraphicsView::ViewportUpdateMode::SmartViewportUpdate</enum>
|
|
560
570
|
</property>
|
|
561
571
|
</widget>
|
|
562
572
|
</item>
|
|
@@ -608,6 +618,7 @@
|
|
|
608
618
|
</property>
|
|
609
619
|
<property name="font">
|
|
610
620
|
<font>
|
|
621
|
+
<family>.AppleSystemUIFont</family>
|
|
611
622
|
<pointsize>10</pointsize>
|
|
612
623
|
</font>
|
|
613
624
|
</property>
|
|
@@ -646,10 +657,10 @@
|
|
|
646
657
|
</size>
|
|
647
658
|
</property>
|
|
648
659
|
<property name="frameShape">
|
|
649
|
-
<enum>QFrame::NoFrame</enum>
|
|
660
|
+
<enum>QFrame::Shape::NoFrame</enum>
|
|
650
661
|
</property>
|
|
651
662
|
<property name="alignment">
|
|
652
|
-
<set>Qt::AlignCenter</set>
|
|
663
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
653
664
|
</property>
|
|
654
665
|
</widget>
|
|
655
666
|
<widget class="QRadioButton" name="overlay_radioButton_01">
|
|
@@ -663,6 +674,7 @@
|
|
|
663
674
|
</property>
|
|
664
675
|
<property name="font">
|
|
665
676
|
<font>
|
|
677
|
+
<family>.AppleSystemUIFont</family>
|
|
666
678
|
<pointsize>10</pointsize>
|
|
667
679
|
</font>
|
|
668
680
|
</property>
|
|
@@ -687,6 +699,7 @@
|
|
|
687
699
|
</property>
|
|
688
700
|
<property name="font">
|
|
689
701
|
<font>
|
|
702
|
+
<family>.AppleSystemUIFont</family>
|
|
690
703
|
<pointsize>10</pointsize>
|
|
691
704
|
</font>
|
|
692
705
|
</property>
|
|
@@ -708,6 +721,7 @@
|
|
|
708
721
|
</property>
|
|
709
722
|
<property name="font">
|
|
710
723
|
<font>
|
|
724
|
+
<family>.AppleSystemUIFont</family>
|
|
711
725
|
<pointsize>10</pointsize>
|
|
712
726
|
</font>
|
|
713
727
|
</property>
|
|
@@ -729,6 +743,7 @@
|
|
|
729
743
|
</property>
|
|
730
744
|
<property name="font">
|
|
731
745
|
<font>
|
|
746
|
+
<family>.AppleSystemUIFont</family>
|
|
732
747
|
<pointsize>10</pointsize>
|
|
733
748
|
</font>
|
|
734
749
|
</property>
|
|
@@ -772,6 +787,7 @@
|
|
|
772
787
|
</property>
|
|
773
788
|
<property name="font">
|
|
774
789
|
<font>
|
|
790
|
+
<family>.AppleSystemUIFont</family>
|
|
775
791
|
<pointsize>10</pointsize>
|
|
776
792
|
</font>
|
|
777
793
|
</property>
|
|
@@ -793,6 +809,7 @@
|
|
|
793
809
|
</property>
|
|
794
810
|
<property name="font">
|
|
795
811
|
<font>
|
|
812
|
+
<family>.AppleSystemUIFont</family>
|
|
796
813
|
<pointsize>10</pointsize>
|
|
797
814
|
</font>
|
|
798
815
|
</property>
|
|
@@ -814,6 +831,7 @@
|
|
|
814
831
|
</property>
|
|
815
832
|
<property name="font">
|
|
816
833
|
<font>
|
|
834
|
+
<family>.AppleSystemUIFont</family>
|
|
817
835
|
<pointsize>10</pointsize>
|
|
818
836
|
</font>
|
|
819
837
|
</property>
|
|
@@ -852,10 +870,10 @@
|
|
|
852
870
|
</size>
|
|
853
871
|
</property>
|
|
854
872
|
<property name="frameShape">
|
|
855
|
-
<enum>QFrame::NoFrame</enum>
|
|
873
|
+
<enum>QFrame::Shape::NoFrame</enum>
|
|
856
874
|
</property>
|
|
857
875
|
<property name="alignment">
|
|
858
|
-
<set>Qt::AlignCenter</set>
|
|
876
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
859
877
|
</property>
|
|
860
878
|
</widget>
|
|
861
879
|
<widget class="GraphicsLayoutWidget" name="overlay_graphicsView_06">
|
|
@@ -886,10 +904,10 @@
|
|
|
886
904
|
</size>
|
|
887
905
|
</property>
|
|
888
906
|
<property name="frameShape">
|
|
889
|
-
<enum>QFrame::NoFrame</enum>
|
|
907
|
+
<enum>QFrame::Shape::NoFrame</enum>
|
|
890
908
|
</property>
|
|
891
909
|
<property name="alignment">
|
|
892
|
-
<set>Qt::AlignCenter</set>
|
|
910
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
893
911
|
</property>
|
|
894
912
|
</widget>
|
|
895
913
|
<widget class="GraphicsLayoutWidget" name="overlay_graphicsView_03">
|
|
@@ -920,10 +938,10 @@
|
|
|
920
938
|
</size>
|
|
921
939
|
</property>
|
|
922
940
|
<property name="frameShape">
|
|
923
|
-
<enum>QFrame::NoFrame</enum>
|
|
941
|
+
<enum>QFrame::Shape::NoFrame</enum>
|
|
924
942
|
</property>
|
|
925
943
|
<property name="alignment">
|
|
926
|
-
<set>Qt::AlignCenter</set>
|
|
944
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
927
945
|
</property>
|
|
928
946
|
</widget>
|
|
929
947
|
<widget class="GraphicsLayoutWidget" name="overlay_graphicsView_08">
|
|
@@ -954,10 +972,10 @@
|
|
|
954
972
|
</size>
|
|
955
973
|
</property>
|
|
956
974
|
<property name="frameShape">
|
|
957
|
-
<enum>QFrame::NoFrame</enum>
|
|
975
|
+
<enum>QFrame::Shape::NoFrame</enum>
|
|
958
976
|
</property>
|
|
959
977
|
<property name="alignment">
|
|
960
|
-
<set>Qt::AlignCenter</set>
|
|
978
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
961
979
|
</property>
|
|
962
980
|
</widget>
|
|
963
981
|
<widget class="GraphicsLayoutWidget" name="overlay_graphicsView_05">
|
|
@@ -988,10 +1006,10 @@
|
|
|
988
1006
|
</size>
|
|
989
1007
|
</property>
|
|
990
1008
|
<property name="frameShape">
|
|
991
|
-
<enum>QFrame::NoFrame</enum>
|
|
1009
|
+
<enum>QFrame::Shape::NoFrame</enum>
|
|
992
1010
|
</property>
|
|
993
1011
|
<property name="alignment">
|
|
994
|
-
<set>Qt::AlignCenter</set>
|
|
1012
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
995
1013
|
</property>
|
|
996
1014
|
</widget>
|
|
997
1015
|
<widget class="GraphicsLayoutWidget" name="overlay_graphicsView_02">
|
|
@@ -1022,10 +1040,10 @@
|
|
|
1022
1040
|
</size>
|
|
1023
1041
|
</property>
|
|
1024
1042
|
<property name="frameShape">
|
|
1025
|
-
<enum>QFrame::NoFrame</enum>
|
|
1043
|
+
<enum>QFrame::Shape::NoFrame</enum>
|
|
1026
1044
|
</property>
|
|
1027
1045
|
<property name="alignment">
|
|
1028
|
-
<set>Qt::AlignCenter</set>
|
|
1046
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
1029
1047
|
</property>
|
|
1030
1048
|
</widget>
|
|
1031
1049
|
<widget class="GraphicsLayoutWidget" name="overlay_graphicsView_07">
|
|
@@ -1056,10 +1074,10 @@
|
|
|
1056
1074
|
</size>
|
|
1057
1075
|
</property>
|
|
1058
1076
|
<property name="frameShape">
|
|
1059
|
-
<enum>QFrame::NoFrame</enum>
|
|
1077
|
+
<enum>QFrame::Shape::NoFrame</enum>
|
|
1060
1078
|
</property>
|
|
1061
1079
|
<property name="alignment">
|
|
1062
|
-
<set>Qt::AlignCenter</set>
|
|
1080
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
1063
1081
|
</property>
|
|
1064
1082
|
</widget>
|
|
1065
1083
|
<zorder>overlay_graphicsView_04</zorder>
|
|
@@ -1184,7 +1202,7 @@
|
|
|
1184
1202
|
</rect>
|
|
1185
1203
|
</property>
|
|
1186
1204
|
<property name="alignment">
|
|
1187
|
-
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
1205
|
+
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
|
|
1188
1206
|
</property>
|
|
1189
1207
|
<property name="decimals">
|
|
1190
1208
|
<number>0</number>
|
|
@@ -1218,7 +1236,7 @@
|
|
|
1218
1236
|
</rect>
|
|
1219
1237
|
</property>
|
|
1220
1238
|
<property name="alignment">
|
|
1221
|
-
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
1239
|
+
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
|
|
1222
1240
|
</property>
|
|
1223
1241
|
<property name="decimals">
|
|
1224
1242
|
<number>3</number>
|
|
@@ -1252,7 +1270,7 @@
|
|
|
1252
1270
|
</rect>
|
|
1253
1271
|
</property>
|
|
1254
1272
|
<property name="alignment">
|
|
1255
|
-
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
1273
|
+
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
|
|
1256
1274
|
</property>
|
|
1257
1275
|
<property name="decimals">
|
|
1258
1276
|
<number>0</number>
|
|
@@ -1268,7 +1286,7 @@
|
|
|
1268
1286
|
</rect>
|
|
1269
1287
|
</property>
|
|
1270
1288
|
<property name="alignment">
|
|
1271
|
-
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
1289
|
+
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
|
|
1272
1290
|
</property>
|
|
1273
1291
|
<property name="decimals">
|
|
1274
1292
|
<number>3</number>
|
|
@@ -1284,7 +1302,7 @@
|
|
|
1284
1302
|
</rect>
|
|
1285
1303
|
</property>
|
|
1286
1304
|
<property name="alignment">
|
|
1287
|
-
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
1305
|
+
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
|
|
1288
1306
|
</property>
|
|
1289
1307
|
<property name="decimals">
|
|
1290
1308
|
<number>0</number>
|
|
@@ -1300,7 +1318,7 @@
|
|
|
1300
1318
|
</rect>
|
|
1301
1319
|
</property>
|
|
1302
1320
|
<property name="alignment">
|
|
1303
|
-
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
1321
|
+
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
|
|
1304
1322
|
</property>
|
|
1305
1323
|
<property name="decimals">
|
|
1306
1324
|
<number>3</number>
|
|
@@ -1342,7 +1360,7 @@
|
|
|
1342
1360
|
</rect>
|
|
1343
1361
|
</property>
|
|
1344
1362
|
<property name="alignment">
|
|
1345
|
-
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
1363
|
+
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
|
|
1346
1364
|
</property>
|
|
1347
1365
|
<property name="decimals">
|
|
1348
1366
|
<number>3</number>
|
|
@@ -1358,7 +1376,7 @@
|
|
|
1358
1376
|
</rect>
|
|
1359
1377
|
</property>
|
|
1360
1378
|
<property name="alignment">
|
|
1361
|
-
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
1379
|
+
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
|
|
1362
1380
|
</property>
|
|
1363
1381
|
<property name="decimals">
|
|
1364
1382
|
<number>0</number>
|
|
@@ -1387,7 +1405,7 @@
|
|
|
1387
1405
|
</rect>
|
|
1388
1406
|
</property>
|
|
1389
1407
|
<property name="orientation">
|
|
1390
|
-
<enum>Qt::Horizontal</enum>
|
|
1408
|
+
<enum>Qt::Orientation::Horizontal</enum>
|
|
1391
1409
|
</property>
|
|
1392
1410
|
</widget>
|
|
1393
1411
|
<widget class="QLabel" name="label_10">
|
|
@@ -1654,7 +1672,7 @@
|
|
|
1654
1672
|
<item>
|
|
1655
1673
|
<spacer name="verticalSpacer_2">
|
|
1656
1674
|
<property name="orientation">
|
|
1657
|
-
<enum>Qt::Vertical</enum>
|
|
1675
|
+
<enum>Qt::Orientation::Vertical</enum>
|
|
1658
1676
|
</property>
|
|
1659
1677
|
<property name="sizeHint" stdset="0">
|
|
1660
1678
|
<size>
|
|
@@ -1685,7 +1703,7 @@
|
|
|
1685
1703
|
<string>Timecourse (seconds)</string>
|
|
1686
1704
|
</property>
|
|
1687
1705
|
<property name="alignment">
|
|
1688
|
-
<set>Qt::AlignCenter</set>
|
|
1706
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
1689
1707
|
</property>
|
|
1690
1708
|
</widget>
|
|
1691
1709
|
<widget class="QLabel" name="label_12">
|
|
@@ -1706,7 +1724,7 @@
|
|
|
1706
1724
|
<string>Power spectrum (Hz)</string>
|
|
1707
1725
|
</property>
|
|
1708
1726
|
<property name="alignment">
|
|
1709
|
-
<set>Qt::AlignCenter</set>
|
|
1727
|
+
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|
1710
1728
|
</property>
|
|
1711
1729
|
</widget>
|
|
1712
1730
|
</widget>
|
|
@@ -1756,7 +1774,8 @@
|
|
|
1756
1774
|
</property>
|
|
1757
1775
|
<property name="font">
|
|
1758
1776
|
<font>
|
|
1759
|
-
<family>Courier</family>
|
|
1777
|
+
<family>Courier New</family>
|
|
1778
|
+
<pointsize>11</pointsize>
|
|
1760
1779
|
</font>
|
|
1761
1780
|
</property>
|
|
1762
1781
|
</widget>
|
|
@@ -1839,7 +1858,7 @@
|
|
|
1839
1858
|
<x>0</x>
|
|
1840
1859
|
<y>0</y>
|
|
1841
1860
|
<width>1373</width>
|
|
1842
|
-
<height>
|
|
1861
|
+
<height>24</height>
|
|
1843
1862
|
</rect>
|
|
1844
1863
|
</property>
|
|
1845
1864
|
</widget>
|
|
@@ -1882,7 +1901,7 @@
|
|
|
1882
1901
|
</property>
|
|
1883
1902
|
</designerdata>
|
|
1884
1903
|
<buttongroups>
|
|
1885
|
-
<buttongroup name="stats_buttonGroup"/>
|
|
1886
1904
|
<buttongroup name="colormap_buttonGroup"/>
|
|
1905
|
+
<buttongroup name="stats_buttonGroup"/>
|
|
1887
1906
|
</buttongroups>
|
|
1888
1907
|
</ui>
|