Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
soitool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bachelor-paa-bittet
soitool
Commits
133184e6
Commit
133184e6
authored
5 years ago
by
morkolai
Browse files
Options
Downloads
Patches
Plain Diff
#20,21 status of binding er nå knyttet til rett knapp
parent
676e7662
No related branches found
Branches containing commit
No related tags found
1 merge request
!7
#20,21 status of binding er nå knyttet til rett knapp
Pipeline
#70977
passed
5 years ago
Stage: lint
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
soitool/main_window.py
+4
-5
4 additions, 5 deletions
soitool/main_window.py
with
4 additions
and
5 deletions
soitool/main_window.py
+
4
−
5
View file @
133184e6
...
...
@@ -60,11 +60,6 @@ class MainWindow(QMainWindow):
export
.
setStatusTip
(
"
Eksporter SOI til annet filformat
"
)
file_menu
.
addAction
(
export
)
# New Module
new_module
=
QAction
(
"
Ny modul
"
,
self
)
new_module
.
setShortcut
(
"
Ctrl+m
"
)
new_module
.
setStatusTip
(
"
Legg til en ny modul
"
)
# Small codebook
small_codebook
=
QAction
(
"
Liten kodebok
"
,
self
)
small_codebook
.
setStatusTip
(
"
Vis liten kodebok
"
)
...
...
@@ -107,7 +102,11 @@ class MainWidget(QWidget):
layout1
=
QHBoxLayout
()
layout2
=
QVBoxLayout
()
# New module button
new_module
=
QPushButton
(
"
Ny modul
"
)
new_module
.
setShortcut
(
"
Ctrl+m
"
)
new_module
.
setStatusTip
(
"
Legg til en ny modul
"
)
tree_view
=
QTreeWidget
()
setup
=
QPushButton
(
"
Oppsett
"
)
layout2
.
addWidget
(
tree_view
)
...
...
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