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
!456
104 preference dialogue
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
104 preference dialogue
104_Preference_dialogue
into
master
Overview
0
Commits
1
Pipelines
4
Changes
14
Merged
Oscar Gustafsson
requested to merge
104_Preference_dialogue
into
master
10 months ago
Overview
0
Commits
1
Pipelines
4
Changes
14
Expand
0
0
Merge request reports
Compare
master
version 3
8f466d06
10 months ago
version 2
cb7fc792
10 months ago
version 1
d0d9edf3
10 months ago
master (base)
and
latest version
latest version
a9968ba7
1 commit,
10 months ago
version 3
8f466d06
1 commit,
10 months ago
version 2
cb7fc792
4 commits,
10 months ago
version 1
d0d9edf3
3 commits,
10 months ago
14 files
+
1385
−
347
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Expand all files
Files
14
Search (e.g. *.vue) (Ctrl+P)
b_asic/GUI/arrow.py
+
0
−
1
Options
@@ -124,7 +124,6 @@ class Arrow(QGraphicsPathItem):
----------
destination : :class:`~b_asic.operation.Operation`
The operation to use as destination.
"""
self
.
_destination_port_button
.
_operation_button
.
operation
=
destination
Loading