Compare commits

..

No commits in common. "b7ae9dfe692256eb59b4770c52f871604abdb846" and "2b84fab38d2975f7f09c9fbbff3e21ca70ef0f17" have entirely different histories.

2 changed files with 392 additions and 673 deletions

File diff suppressed because it is too large Load Diff

View File

@ -14,25 +14,19 @@
# # # #
# You should have received a copy of the GNU General Public License # # You should have received a copy of the GNU General Public License #
# along with this program. If not, see <https://www.gnu.org/licenses/>. # # along with this program. If not, see <https://www.gnu.org/licenses/>. #
from cProfile import label
# by Brahim MOUDJED # # by Brahim MOUDJED #
# ============================================================================== # # ============================================================================== #
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from cProfile import label
from PyQt5.QtWidgets import ( from PyQt5.QtWidgets import (QWidget, QHBoxLayout, QVBoxLayout, QPushButton, QGroupBox, QLabel,
QWidget, QHBoxLayout, QVBoxLayout, QPushButton, QGroupBox, QSpinBox, QComboBox, QLineEdit, QSlider, QGridLayout, QMessageBox,
QLabel, QSpinBox, QComboBox, QLineEdit, QSlider, QScrollArea, QFileDialog, QSpacerItem, QSizePolicy)
QGridLayout, QMessageBox, QScrollArea, QFileDialog,
QSpacerItem, QSizePolicy
)
from PyQt5.QtGui import QIcon from PyQt5.QtGui import QIcon
from PyQt5.QtCore import ( from PyQt5.QtCore import Qt, QCoreApplication, QEvent, pyqtSignal, QPropertyAnimation, QSize
Qt, QCoreApplication, QEvent, pyqtSignal, QPropertyAnimation,
QSize
)
import numpy as np import numpy as np
from copy import deepcopy from copy import deepcopy