Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B-ASIC - Better ASIC Toolbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computer Engineering
B-ASIC - Better ASIC Toolbox
Commits
6cf50b34
Commit
6cf50b34
authored
4 years ago
by
Jacob Wahlman
Browse files
Options
Downloads
Plain Diff
Merge branch 'cherry-pick-
8f736a0b
' into 'master'
B-ASIC Version 1.0.0 hotfix See merge request PUM_TDDD96/B-ASIC!68
parents
8a55494c
2ca8c62d
No related branches found
Branches containing commit
Tags
1.0.0
Tags containing commit
1 merge request
!68
B-ASIC Version 1.0.0 hotfix
Pipeline
#16578
passed
4 years ago
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
b_asic/GUI/main_window.py
+1
-25
1 addition, 25 deletions
b_asic/GUI/main_window.py
with
1 addition
and
25 deletions
b_asic/GUI/main_window.py
+
1
−
25
View file @
6cf50b34
...
...
@@ -3,31 +3,7 @@
This file opens the main window of the GUI for B-ASIC when run.
"""
from
tkinter.filedialog
import
askopenfilename
,
askopenfile
from
tkinter
import
Tk
from
PySide2.QtGui
import
QIcon
,
QFont
,
QPainter
,
QPen
,
QBrush
,
QKeySequence
from
PySide2.QtCore
import
Qt
,
QSize
,
QFileInfo
from
PySide2.QtWidgets
import
QApplication
,
QWidget
,
QMainWindow
,
QLabel
,
QAction
,
\
QStatusBar
,
QMenuBar
,
QLineEdit
,
QPushButton
,
QSlider
,
QScrollArea
,
QVBoxLayout
,
\
QHBoxLayout
,
QDockWidget
,
QToolBar
,
QMenu
,
QLayout
,
QSizePolicy
,
QListWidget
,
\
QListWidgetItem
,
QGraphicsView
,
QGraphicsScene
,
QShortcut
,
QGraphicsTextItem
,
\
QGraphicsProxyWidget
,
QInputDialog
,
QTextEdit
,
QFileDialog
from
numpy
import
linspace
from
b_asic.save_load_structure
import
*
from
select_sfg_window
import
SelectSFGWindow
from
simulate_sfg_window
import
SimulateSFGWindow
,
Plot
from
utils
import
decorate_class
,
handle_error
import
b_asic.special_operations
as
s_oper
import
b_asic.core_operations
as
c_oper
from
b_asic
import
Operation
,
SFG
,
InputPort
,
OutputPort
,
Input
,
Output
,
FastSimulation
from
b_asic.simulation
import
Simulation
from
show_pc_window
import
ShowPCWindow
from
port_button
import
PortButton
from
arrow
import
Arrow
from
gui_interface
import
Ui_main_window
from
drag_button
import
DragButton
from
about_window
import
AboutWindow
,
FaqWindow
,
KeybindsWindow
import
sys
from
pprint
import
pprint
from
os
import
getcwd
,
path
import
importlib
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment