mirror of
https://github.com/shizand/statapp.git
synced 2025-10-08 13:10:19 +03:00
7
statapp/ui/ui_polynom_window.py
generated
7
statapp/ui/ui_polynom_window.py
generated
@@ -126,6 +126,12 @@ class Ui_PolynomWindow(object):
|
||||
|
||||
self.gridLayout_5.addLayout(self.plotContainer, 0, 0, 1, 1)
|
||||
|
||||
self.label = QLabel(self.tab)
|
||||
self.label.setObjectName(u"label")
|
||||
|
||||
self.gridLayout_5.addWidget(self.label, 1, 0, 1, 1)
|
||||
|
||||
self.gridLayout_5.setRowStretch(0, 1)
|
||||
self.tabWidget.addTab(self.tab, "")
|
||||
|
||||
self.gridLayout_2.addWidget(self.tabWidget, 0, 6, 1, 1)
|
||||
@@ -151,5 +157,6 @@ class Ui_PolynomWindow(object):
|
||||
self.rSquaredValueLabel.setText(QCoreApplication.translate("PolynomWindow", u"undefined", None))
|
||||
self.tabWidget.setTabText(self.tabWidget.indexOf(self.model), QCoreApplication.translate("PolynomWindow", u"\u041c\u043e\u0434\u0435\u043b\u044c", None))
|
||||
self.tabWidget.setTabText(self.tabWidget.indexOf(self.prediction), QCoreApplication.translate("PolynomWindow", u"\u041f\u0440\u043e\u0433\u043d\u043e\u0437", None))
|
||||
self.label.setText(QCoreApplication.translate("PolynomWindow", u"\u0422\u043e\u0447\u043a\u0438 - \u043e\u0442\u043a\u043b\u0438\u043a. \u041b\u0438\u043d\u0438\u044f - \u043f\u0440\u043e\u0433\u043d\u043e\u0437", None))
|
||||
self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab), QCoreApplication.translate("PolynomWindow", u"\u0413\u0440\u0430\u0444\u0438\u043a", None))
|
||||
# retranslateUi
|
||||
|
Reference in New Issue
Block a user