2
2
3
3
# Form implementation generated from reading ui file 'AnaliTSA.ui'
4
4
#
5
- # Created by: PyQt5 UI code generator 5.9.2
5
+ # Created by: PyQt5 UI code generator 5.15.4
6
6
#
7
- # WARNING! All changes made in this file will be lost!
7
+ # WARNING: Any manual changes made to this file will be lost when pyuic5 is
8
+ # run again. Do not edit this file unless you know what you are doing.
9
+
8
10
9
11
from PyQt5 import QtCore , QtGui , QtWidgets
10
12
13
+
11
14
class Ui_Form (object ):
12
15
def setupUi (self , Form ):
13
16
Form .setObjectName ("Form" )
14
- Form .resize (1045 , 772 )
17
+ Form .resize (1099 , 785 )
15
18
font = QtGui .QFont ()
16
19
font .setFamily ("Times New Roman" )
17
20
font .setPointSize (11 )
18
21
Form .setFont (font )
19
- self .gridLayout_5 = QtWidgets .QGridLayout (Form )
20
- self .gridLayout_5 .setObjectName ("gridLayout_5" )
21
- self .horizontalLayout_7 = QtWidgets .QHBoxLayout ()
22
- self .horizontalLayout_7 .setObjectName ("horizontalLayout_7" )
23
- self .verticalLayout_4 = QtWidgets .QVBoxLayout ()
24
- self .verticalLayout_4 .setObjectName ("verticalLayout_4" )
22
+ self .gridLayout = QtWidgets .QGridLayout (Form )
23
+ self .gridLayout .setObjectName ("gridLayout" )
24
+ self .splitter = QtWidgets .QSplitter (Form )
25
+ self .splitter .setOrientation (QtCore .Qt .Horizontal )
26
+ self .splitter .setObjectName ("splitter" )
27
+ self .widget = QtWidgets .QWidget (self .splitter )
28
+ self .widget .setObjectName ("widget" )
29
+ self .verticalLayout_8 = QtWidgets .QVBoxLayout (self .widget )
30
+ self .verticalLayout_8 .setContentsMargins (0 , 0 , 0 , 0 )
31
+ self .verticalLayout_8 .setObjectName ("verticalLayout_8" )
32
+ self .verticalLayout_5 = QtWidgets .QVBoxLayout ()
33
+ self .verticalLayout_5 .setObjectName ("verticalLayout_5" )
25
34
self .verticalLayout_3 = QtWidgets .QVBoxLayout ()
26
35
self .verticalLayout_3 .setObjectName ("verticalLayout_3" )
27
- self .label_1 = QtWidgets .QLabel (Form )
36
+ self .label_1 = QtWidgets .QLabel (self . widget )
28
37
font = QtGui .QFont ()
29
38
font .setFamily ("Times New Roman" )
30
39
font .setPointSize (12 )
@@ -35,116 +44,125 @@ def setupUi(self, Form):
35
44
self .verticalLayout_3 .addWidget (self .label_1 )
36
45
self .horizontalLayout = QtWidgets .QHBoxLayout ()
37
46
self .horizontalLayout .setObjectName ("horizontalLayout" )
38
- self .label_2 = QtWidgets .QLabel (Form )
47
+ self .verticalLayout_2 = QtWidgets .QVBoxLayout ()
48
+ self .verticalLayout_2 .setObjectName ("verticalLayout_2" )
49
+ self .label_2 = QtWidgets .QLabel (self .widget )
39
50
font = QtGui .QFont ()
40
51
font .setFamily ("Times New Roman" )
41
52
font .setPointSize (11 )
42
53
self .label_2 .setFont (font )
43
54
self .label_2 .setObjectName ("label_2" )
44
- self .horizontalLayout .addWidget (self .label_2 )
45
- self .comboBoxMethod = QtWidgets .QComboBox (Form )
46
- self .comboBoxMethod .setObjectName ("comboBoxMethod" )
47
- self .horizontalLayout .addWidget (self .comboBoxMethod )
48
- self .verticalLayout_3 .addLayout (self .horizontalLayout )
49
- self .horizontalLayout_2 = QtWidgets .QHBoxLayout ()
50
- self .horizontalLayout_2 .setObjectName ("horizontalLayout_2" )
51
- self .label_3 = QtWidgets .QLabel (Form )
55
+ self .verticalLayout_2 .addWidget (self .label_2 )
56
+ self .label_3 = QtWidgets .QLabel (self .widget )
52
57
font = QtGui .QFont ()
53
58
font .setFamily ("Times New Roman" )
54
59
font .setPointSize (11 )
55
60
self .label_3 .setFont (font )
56
61
self .label_3 .setObjectName ("label_3" )
57
- self .horizontalLayout_2 .addWidget (self .label_3 )
58
- self .comboBoxLog2 = QtWidgets .QComboBox (Form )
59
- self .comboBoxLog2 .setObjectName ("comboBoxLog2" )
60
- self .horizontalLayout_2 .addWidget (self .comboBoxLog2 )
61
- self .verticalLayout_3 .addLayout (self .horizontalLayout_2 )
62
- self .horizontalLayout_3 = QtWidgets .QHBoxLayout ()
63
- self .horizontalLayout_3 .setObjectName ("horizontalLayout_3" )
64
- self .label_9 = QtWidgets .QLabel (Form )
62
+ self .verticalLayout_2 .addWidget (self .label_3 )
63
+ self .label_9 = QtWidgets .QLabel (self .widget )
65
64
font = QtGui .QFont ()
66
65
font .setFamily ("Times New Roman" )
67
66
font .setPointSize (11 )
68
67
self .label_9 .setFont (font )
69
68
self .label_9 .setObjectName ("label_9" )
70
- self .horizontalLayout_3 .addWidget (self .label_9 )
71
- self .doubleSpinBoxFCthres = QtWidgets .QDoubleSpinBox (Form )
72
- self .doubleSpinBoxFCthres .setProperty ("value" , 1.1 )
73
- self .doubleSpinBoxFCthres .setObjectName ("doubleSpinBoxFCthres" )
74
- self .horizontalLayout_3 .addWidget (self .doubleSpinBoxFCthres )
75
- self .verticalLayout_3 .addLayout (self .horizontalLayout_3 )
76
- self .horizontalLayout_4 = QtWidgets .QHBoxLayout ()
77
- self .horizontalLayout_4 .setObjectName ("horizontalLayout_4" )
78
- self .label_10 = QtWidgets .QLabel (Form )
69
+ self .verticalLayout_2 .addWidget (self .label_9 )
70
+ self .label_10 = QtWidgets .QLabel (self .widget )
79
71
font = QtGui .QFont ()
80
72
font .setFamily ("Times New Roman" )
81
73
font .setPointSize (11 )
82
74
self .label_10 .setFont (font )
83
75
self .label_10 .setObjectName ("label_10" )
84
- self .horizontalLayout_4 .addWidget (self .label_10 )
85
- self .doubleSpinBoxPthres = QtWidgets .QDoubleSpinBox (Form )
76
+ self .verticalLayout_2 .addWidget (self .label_10 )
77
+ self .label = QtWidgets .QLabel (self .widget )
78
+ self .label .setObjectName ("label" )
79
+ self .verticalLayout_2 .addWidget (self .label )
80
+ self .horizontalLayout .addLayout (self .verticalLayout_2 )
81
+ self .verticalLayout = QtWidgets .QVBoxLayout ()
82
+ self .verticalLayout .setObjectName ("verticalLayout" )
83
+ self .comboBoxMethod = QtWidgets .QComboBox (self .widget )
84
+ self .comboBoxMethod .setObjectName ("comboBoxMethod" )
85
+ self .verticalLayout .addWidget (self .comboBoxMethod )
86
+ self .comboBoxLog2 = QtWidgets .QComboBox (self .widget )
87
+ self .comboBoxLog2 .setObjectName ("comboBoxLog2" )
88
+ self .verticalLayout .addWidget (self .comboBoxLog2 )
89
+ self .doubleSpinBoxFCthres = QtWidgets .QDoubleSpinBox (self .widget )
90
+ self .doubleSpinBoxFCthres .setProperty ("value" , 1.1 )
91
+ self .doubleSpinBoxFCthres .setObjectName ("doubleSpinBoxFCthres" )
92
+ self .verticalLayout .addWidget (self .doubleSpinBoxFCthres )
93
+ self .doubleSpinBoxPthres = QtWidgets .QDoubleSpinBox (self .widget )
86
94
self .doubleSpinBoxPthres .setSingleStep (0.01 )
87
95
self .doubleSpinBoxPthres .setProperty ("value" , 0.05 )
88
96
self .doubleSpinBoxPthres .setObjectName ("doubleSpinBoxPthres" )
89
- self .horizontalLayout_4 .addWidget (self .doubleSpinBoxPthres )
90
- self .verticalLayout_3 .addLayout (self .horizontalLayout_4 )
91
- self .horizontalLayout_5 = QtWidgets .QHBoxLayout ()
92
- self .horizontalLayout_5 .setObjectName ("horizontalLayout_5" )
93
- self .pushButtonData = QtWidgets .QPushButton (Form )
97
+ self .verticalLayout .addWidget (self .doubleSpinBoxPthres )
98
+ self .comboBoxBalance = QtWidgets .QComboBox (self .widget )
99
+ self .comboBoxBalance .setObjectName ("comboBoxBalance" )
100
+ self .verticalLayout .addWidget (self .comboBoxBalance )
101
+ self .horizontalLayout .addLayout (self .verticalLayout )
102
+ self .verticalLayout_3 .addLayout (self .horizontalLayout )
103
+ self .verticalLayout_5 .addLayout (self .verticalLayout_3 )
104
+ self .horizontalLayout_2 = QtWidgets .QHBoxLayout ()
105
+ self .horizontalLayout_2 .setObjectName ("horizontalLayout_2" )
106
+ self .pushButtonData = QtWidgets .QPushButton (self .widget )
94
107
self .pushButtonData .setObjectName ("pushButtonData" )
95
- self .horizontalLayout_5 .addWidget (self .pushButtonData )
96
- self .pushButtonOK = QtWidgets .QPushButton (Form )
108
+ self .horizontalLayout_2 .addWidget (self .pushButtonData )
109
+ self .pushButtonOK = QtWidgets .QPushButton (self . widget )
97
110
self .pushButtonOK .setObjectName ("pushButtonOK" )
98
- self .horizontalLayout_5 .addWidget (self .pushButtonOK )
99
- self .pushButtonClose = QtWidgets .QPushButton (Form )
111
+ self .horizontalLayout_2 .addWidget (self .pushButtonOK )
112
+ self .pushButtonClose = QtWidgets .QPushButton (self . widget )
100
113
self .pushButtonClose .setObjectName ("pushButtonClose" )
101
- self .horizontalLayout_5 .addWidget (self .pushButtonClose )
102
- self .verticalLayout_3 .addLayout (self .horizontalLayout_5 )
103
- self .verticalLayout_4 .addLayout (self .verticalLayout_3 )
104
- self .verticalLayout_2 = QtWidgets .QVBoxLayout ()
105
- self .verticalLayout_2 .setObjectName ("verticalLayout_2" )
106
- self .label_8 = QtWidgets .QLabel (Form )
114
+ self .horizontalLayout_2 .addWidget (self .pushButtonClose )
115
+ self .verticalLayout_5 .addLayout (self .horizontalLayout_2 )
116
+ self .verticalLayout_8 .addLayout (self .verticalLayout_5 )
117
+ self .verticalLayout_7 = QtWidgets .QVBoxLayout ()
118
+ self .verticalLayout_7 .setObjectName ("verticalLayout_7" )
119
+ self .verticalLayout_6 = QtWidgets .QVBoxLayout ()
120
+ self .verticalLayout_6 .setObjectName ("verticalLayout_6" )
121
+ self .label_8 = QtWidgets .QLabel (self .widget )
107
122
font = QtGui .QFont ()
108
123
font .setFamily ("Times New Roman" )
109
124
font .setPointSize (12 )
110
125
font .setBold (False )
111
126
font .setWeight (50 )
112
127
self .label_8 .setFont (font )
113
128
self .label_8 .setObjectName ("label_8" )
114
- self .verticalLayout_2 .addWidget (self .label_8 )
115
- self .tableWidgetLabel = QtWidgets .QTableWidget (Form )
129
+ self .verticalLayout_6 .addWidget (self .label_8 )
130
+ self .tableWidgetLabel = QtWidgets .QTableWidget (self . widget )
116
131
self .tableWidgetLabel .setMinimumSize (QtCore .QSize (400 , 0 ))
117
132
self .tableWidgetLabel .setObjectName ("tableWidgetLabel" )
118
133
self .tableWidgetLabel .setColumnCount (0 )
119
134
self .tableWidgetLabel .setRowCount (0 )
120
- self .verticalLayout_2 .addWidget (self .tableWidgetLabel )
121
- self .horizontalLayout_6 = QtWidgets .QHBoxLayout ()
122
- self .horizontalLayout_6 .setObjectName ("horizontalLayout_6" )
135
+ self .verticalLayout_6 .addWidget (self .tableWidgetLabel )
136
+ self .verticalLayout_7 .addLayout (self .verticalLayout_6 )
137
+ self .horizontalLayout_3 = QtWidgets .QHBoxLayout ()
138
+ self .horizontalLayout_3 .setObjectName ("horizontalLayout_3" )
123
139
spacerItem = QtWidgets .QSpacerItem (40 , 20 , QtWidgets .QSizePolicy .Expanding , QtWidgets .QSizePolicy .Minimum )
124
- self .horizontalLayout_6 .addItem (spacerItem )
125
- self .pushButtonSave = QtWidgets .QPushButton (Form )
140
+ self .horizontalLayout_3 .addItem (spacerItem )
141
+ self .pushButtonSave = QtWidgets .QPushButton (self . widget )
126
142
self .pushButtonSave .setObjectName ("pushButtonSave" )
127
- self .horizontalLayout_6 .addWidget (self .pushButtonSave )
128
- self .verticalLayout_2 .addLayout (self .horizontalLayout_6 )
129
- self .verticalLayout_4 .addLayout (self .verticalLayout_2 )
130
- self .horizontalLayout_7 .addLayout (self .verticalLayout_4 )
131
- self .verticalLayout_5 = QtWidgets .QVBoxLayout ()
132
- self .verticalLayout_5 .setObjectName ("verticalLayout_5" )
133
- self .verticalLayout = QtWidgets .QVBoxLayout ()
134
- self .verticalLayout .setObjectName ("verticalLayout" )
135
- self .label_11 = QtWidgets .QLabel (Form )
143
+ self .horizontalLayout_3 .addWidget (self .pushButtonSave )
144
+ self .verticalLayout_7 .addLayout (self .horizontalLayout_3 )
145
+ self .verticalLayout_8 .addLayout (self .verticalLayout_7 )
146
+ self .widget1 = QtWidgets .QWidget (self .splitter )
147
+ self .widget1 .setObjectName ("widget1" )
148
+ self .verticalLayout_9 = QtWidgets .QVBoxLayout (self .widget1 )
149
+ self .verticalLayout_9 .setContentsMargins (0 , 0 , 0 , 0 )
150
+ self .verticalLayout_9 .setObjectName ("verticalLayout_9" )
151
+ self .verticalLayout_4 = QtWidgets .QVBoxLayout ()
152
+ self .verticalLayout_4 .setObjectName ("verticalLayout_4" )
153
+ self .label_11 = QtWidgets .QLabel (self .widget1 )
136
154
font = QtGui .QFont ()
137
155
font .setFamily ("Times New Roman" )
138
156
font .setPointSize (12 )
139
157
self .label_11 .setFont (font )
140
158
self .label_11 .setObjectName ("label_11" )
141
- self .verticalLayout .addWidget (self .label_11 )
142
- self .tableViewData = QtWidgets .QTableView (Form )
159
+ self .verticalLayout_4 .addWidget (self .label_11 )
160
+ self .tableViewData = QtWidgets .QTableView (self . widget1 )
143
161
self .tableViewData .setMinimumSize (QtCore .QSize (0 , 250 ))
144
162
self .tableViewData .setObjectName ("tableViewData" )
145
- self .verticalLayout .addWidget (self .tableViewData )
146
- self .verticalLayout_5 .addLayout (self .verticalLayout )
147
- self .tabWidget = QtWidgets .QTabWidget (Form )
163
+ self .verticalLayout_4 .addWidget (self .tableViewData )
164
+ self .verticalLayout_9 .addLayout (self .verticalLayout_4 )
165
+ self .tabWidget = QtWidgets .QTabWidget (self . widget1 )
148
166
self .tabWidget .setMinimumSize (QtCore .QSize (0 , 300 ))
149
167
font = QtGui .QFont ()
150
168
font .setPointSize (12 )
@@ -155,8 +173,8 @@ def setupUi(self, Form):
155
173
font .setPointSize (12 )
156
174
self .vocano .setFont (font )
157
175
self .vocano .setObjectName ("vocano" )
158
- self .gridLayout = QtWidgets .QGridLayout (self .vocano )
159
- self .gridLayout .setObjectName ("gridLayout " )
176
+ self .gridLayout_5 = QtWidgets .QGridLayout (self .vocano )
177
+ self .gridLayout_5 .setObjectName ("gridLayout_5 " )
160
178
self .groupBoxVolcano = QtWidgets .QGroupBox (self .vocano )
161
179
self .groupBoxVolcano .setMinimumSize (QtCore .QSize (0 , 0 ))
162
180
font = QtGui .QFont ()
@@ -165,7 +183,7 @@ def setupUi(self, Form):
165
183
self .groupBoxVolcano .setFont (font )
166
184
self .groupBoxVolcano .setTitle ("" )
167
185
self .groupBoxVolcano .setObjectName ("groupBoxVolcano" )
168
- self .gridLayout .addWidget (self .groupBoxVolcano , 0 , 0 , 1 , 1 )
186
+ self .gridLayout_5 .addWidget (self .groupBoxVolcano , 0 , 0 , 1 , 1 )
169
187
self .tabWidget .addTab (self .vocano , "" )
170
188
self .heatmap = QtWidgets .QWidget ()
171
189
self .heatmap .setObjectName ("heatmap" )
@@ -209,9 +227,8 @@ def setupUi(self, Form):
209
227
self .groupBoxPCA .setObjectName ("groupBoxPCA" )
210
228
self .gridLayout_4 .addWidget (self .groupBoxPCA , 0 , 0 , 1 , 1 )
211
229
self .tabWidget .addTab (self .pcaplot , "" )
212
- self .verticalLayout_5 .addWidget (self .tabWidget )
213
- self .horizontalLayout_7 .addLayout (self .verticalLayout_5 )
214
- self .gridLayout_5 .addLayout (self .horizontalLayout_7 , 0 , 0 , 1 , 1 )
230
+ self .verticalLayout_9 .addWidget (self .tabWidget )
231
+ self .gridLayout .addWidget (self .splitter , 0 , 0 , 1 , 1 )
215
232
216
233
self .retranslateUi (Form )
217
234
self .tabWidget .setCurrentIndex (0 )
@@ -225,6 +242,7 @@ def retranslateUi(self, Form):
225
242
self .label_3 .setText (_translate ("Form" , "Log2 Transformed" ))
226
243
self .label_9 .setText (_translate ("Form" , "Fold change threshold" ))
227
244
self .label_10 .setText (_translate ("Form" , "P-value threshold" ))
245
+ self .label .setText (_translate ("Form" , "Balance data" ))
228
246
self .pushButtonData .setText (_translate ("Form" , "Data" ))
229
247
self .pushButtonOK .setText (_translate ("Form" , "Confirm" ))
230
248
self .pushButtonClose .setText (_translate ("Form" , "Cancel" ))
@@ -245,4 +263,3 @@ def retranslateUi(self, Form):
245
263
ui .setupUi (Form )
246
264
Form .show ()
247
265
sys .exit (app .exec_ ())
248
-
0 commit comments