mirror of
https://github.com/shizand/statapp.git
synced 2024-12-23 12:12:59 +03:00
parent
27c1455120
commit
240a517dd6
@ -124,10 +124,17 @@
|
|||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>График</string>
|
<string>График</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QGridLayout" name="gridLayout_5">
|
<layout class="QGridLayout" name="gridLayout_5" rowstretch="1,0">
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<layout class="QGridLayout" name="plotContainer"/>
|
<layout class="QGridLayout" name="plotContainer"/>
|
||||||
</item>
|
</item>
|
||||||
|
<item row="1" column="0">
|
||||||
|
<widget class="QLabel" name="label">
|
||||||
|
<property name="text">
|
||||||
|
<string>Точки - отклик. Линия - прогноз</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</widget>
|
</widget>
|
||||||
|
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.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.tabWidget.addTab(self.tab, "")
|
||||||
|
|
||||||
self.gridLayout_2.addWidget(self.tabWidget, 0, 6, 1, 1)
|
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.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.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.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))
|
self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab), QCoreApplication.translate("PolynomWindow", u"\u0413\u0440\u0430\u0444\u0438\u043a", None))
|
||||||
# retranslateUi
|
# retranslateUi
|
||||||
|
Loading…
Reference in New Issue
Block a user