Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
soitool
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
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
f10da2ca
Commit
f10da2ca
authored
4 years ago
by
Thomas Holene Løkkeborg
Browse files
Options
Downloads
Patches
Plain Diff
#161 lagt til zooming i hurtigtaster og enkel bruk
parent
c7a9f750
No related branches found
Branches containing commit
No related tags found
1 merge request
!92
Legge til støtte for zoom med CTRL + scroll
Pipeline
#83955
passed with stages
in 2 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
soitool/help_actions.py
+9
-1
9 additions, 1 deletion
soitool/help_actions.py
with
9 additions
and
1 deletion
soitool/help_actions.py
+
9
−
1
View file @
f10da2ca
...
...
@@ -66,6 +66,12 @@ class ShortcutsHelpDialog(QDialog):
self
.
layout_label
.
addRow
(
QLabel
(
"
Lagre i database:
"
),
QLabel
(
"
Ctrl + S
"
)
)
self
.
layout_label
.
addRow
(
QLabel
(
"
Zoom inn:
"
),
QLabel
(
"
Ctrl + scroll oppover
"
)
)
self
.
layout_label
.
addRow
(
QLabel
(
"
Zoom ut:
"
),
QLabel
(
"
Ctrl + scroll nedover
"
)
)
# Table shortcuts
self
.
layout_label
.
addRow
(
QLabel
())
...
...
@@ -145,7 +151,9 @@ class BasicUsageHelpDialog(QDialog):
"
moduler og vedlegg finnes på venstre
\n
side.
\n\n
"
"
Når en modul er lagt til, kan den redigeres direkte. Noen
"
"
moduler har også hurtigtaster
\n
(se hjelp -> hurtigtaster) som
"
"
kan brukes etter at modulen er klikket på.
"
"
kan brukes etter at modulen er klikket på.
\n\n
"
"
En kan zoome ut og inn i SOI ved å holde nede Ctrl og scrolle
"
"
med musehjulet.
"
)
soi_edit_label
=
QLabel
(
soi_edit_text
)
soi_edit_label
.
setStyleSheet
(
"
font-size: 10pt
"
)
...
...
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