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
Merge requests
!264
Move GUI decorators to gui_utils
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Move GUI decorators to gui_utils
moveutils
into
master
Overview
0
Commits
1
Pipelines
1
Changes
5
Merged
Oscar Gustafsson
requested to merge
moveutils
into
master
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
5
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
07676aaa
1 commit,
2 years ago
5 files
+
11
−
13
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
b_asic/GUI/drag_button.py
+
1
−
1
Options
@@ -14,7 +14,7 @@ from qtpy.QtWidgets import QAction, QMenu, QPushButton
@@ -14,7 +14,7 @@ from qtpy.QtWidgets import QAction, QMenu, QPushButton
from
b_asic.GUI._preferences
import
GAP
,
GRID
,
MINBUTTONSIZE
,
PORTHEIGHT
,
PORTWIDTH
from
b_asic.GUI._preferences
import
GAP
,
GRID
,
MINBUTTONSIZE
,
PORTHEIGHT
,
PORTWIDTH
from
b_asic.GUI.port_button
import
PortButton
from
b_asic.GUI.port_button
import
PortButton
from
b_asic.GUI.properties_window
import
PropertiesWindow
from
b_asic.GUI.properties_window
import
PropertiesWindow
from
b_asic.
GUI.util
s
import
decorate_class
,
handle_error
from
b_asic.
gui_utils.decorator
s
import
decorate_class
,
handle_error
from
b_asic.operation
import
Operation
from
b_asic.operation
import
Operation
from
b_asic.port
import
InputPort
from
b_asic.port
import
InputPort
Loading