Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SOHViewer
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Public
PASSOFT
SOHViewer
Commits
6ab654f5
Commit
6ab654f5
authored
1 year ago
by
Lan Dam
Browse files
Options
Downloads
Patches
Plain Diff
remove Log Search, disable Add Positions to ET Action menu items
parent
c129ffde
No related branches found
No related tags found
1 merge request
!161
disable not used gui items
Pipeline
#2897
passed with stage
in 3 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sohstationviewer/view/ui/main_ui.py
+2
-9
2 additions, 9 deletions
sohstationviewer/view/ui/main_ui.py
with
2 additions
and
9 deletions
sohstationviewer/view/ui/main_ui.py
+
2
−
9
View file @
6ab654f5
...
...
@@ -212,11 +212,7 @@ class UIMainWindow(object):
latitude and longitude values of GPS position information
"""
self
.
gps_plotter_action
:
Union
[
QAction
,
None
]
=
None
"""
log_search_action: to open log_search_dialog to search for
lines containing the entered string
"""
self
.
log_search_action
:
Union
[
QAction
,
None
]
=
None
# ========================== Option Menu =======================
"""
mp_regular_color_action: set self.mass_pos_volt_range_opt to
'
regular
'
...
...
@@ -605,10 +601,6 @@ class UIMainWindow(object):
'
GPS Plotter
'
,
main_window
)
menu
.
addAction
(
self
.
gps_plotter_action
)
self
.
log_search_action
=
QAction
(
'
Log Search
'
,
main_window
)
menu
.
addAction
(
self
.
log_search_action
)
def
create_option_menu
(
self
,
main_window
,
menu
):
"""
Create Options Menu
'
s Actions which help setting options for plotting.
...
...
@@ -633,6 +625,7 @@ class UIMainWindow(object):
self
.
add_positions_to_et_action
=
QAction
(
'
Add Positions to ET Lines
'
,
main_window
)
self
.
add_positions_to_et_action
.
setCheckable
(
True
)
self
.
add_positions_to_et_action
.
setEnabled
(
False
)
menu
.
addAction
(
self
.
add_positions_to_et_action
)
date_format_menu
=
QMenu
(
'
Date Format:
'
,
main_window
)
...
...
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