Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
prepare build
Browse files Browse the repository at this point in the history
  • Loading branch information
bblacher committed Feb 17, 2022
1 parent 725928f commit 6437cfc
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions GUI/win_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,12 @@
## WARNING! All changes made in this file will be lost when recompiling UI file!
################################################################################

from PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,
QMetaObject, QObject, QPoint, QRect,
QSize, QTime, QUrl, Qt)
from PySide6.QtGui import (QAction, QBrush, QColor, QConicalGradient,
QCursor, QFont, QFontDatabase, QGradient,
QIcon, QImage, QKeySequence, QLinearGradient,
QPainter, QPalette, QPixmap, QRadialGradient,
QTransform)
from PySide6.QtWidgets import (QAbstractScrollArea, QApplication, QGraphicsView, QHBoxLayout,
QHeaderView, QLabel, QMainWindow, QMenu,
from PySide6.QtCore import (QCoreApplication, QMetaObject, QRect, Qt)
from PySide6.QtGui import (QAction, QFont)
from PySide6.QtWidgets import (QAbstractScrollArea, QGraphicsView, QHBoxLayout,
QLabel, QMenu,
QMenuBar, QPushButton, QSizePolicy, QSpacerItem,
QStackedWidget, QTableWidget, QTableWidgetItem, QVBoxLayout,
QStackedWidget, QTableWidget, QVBoxLayout,
QWidget, QAbstractItemView)

from pyqtgraph import PlotWidget
Expand Down

0 comments on commit 6437cfc

Please sign in to comment.