mirror of
https://github.com/shizand/statapp.git
synced 2025-10-08 05:03:27 +03:00
chore: try fix
This commit is contained in:
23
statapp/ui/ui_main_window.py
generated
23
statapp/ui/ui_main_window.py
generated
@@ -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))
|
||||
|
||||
|
Reference in New Issue
Block a user