chore: try fix

This commit is contained in:
2024-02-11 21:22:08 +03:00
parent 981580f46d
commit db4e791823
7 changed files with 56 additions and 15 deletions

View File

@@ -1,12 +1,24 @@
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'statapp/ui/main_window.ui',
# licensing of 'statapp/ui/main_window.ui' applies.
#
# Created: Sun Feb 11 18:12:22 2024
# by: pyside2-uic running on PySide2 5.13.2
# Copyright (c) 2024 Maxim Slipenko, Eugene Lazurenko.
#
# This file is part of Statapp
# (see https://github.com/shizand/statapp).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# WARNING! All changes made in this file will be lost!
from PySide2 import QtCore, QtGui, QtWidgets
@@ -125,4 +137,3 @@ class Ui_MainWindow(object):
self.uniformDistributionAction.setText(QtWidgets.QApplication.translate("MainWindow", "Равномерное", None, -1))
self.normalDistributionAction.setText(QtWidgets.QApplication.translate("MainWindow", "Нормальное", None, -1))
self.exponentialDistributionAction.setText(QtWidgets.QApplication.translate("MainWindow", "Экспоненциальное", None, -1))