Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EBVCubeVisualizerPlugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
no67wuwu
EBVCubeVisualizerPlugin
Commits
fe50f026
Commit
fe50f026
authored
2 years ago
by
Emmanuel Oceguera Conchas
Browse files
Options
Downloads
Patches
Plain Diff
has been updated
parent
7cc0470b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
EBVCubeVisualizer.py
+2
-1
2 additions, 1 deletion
EBVCubeVisualizer.py
with
2 additions
and
1 deletion
EBVCubeVisualizer.py
+
2
−
1
View file @
fe50f026
...
...
@@ -28,6 +28,7 @@ from PyQt5.QtGui import *
from
PyQt5.QtWidgets
import
*
#import everthing from the netCDF_visualization_funtionality.py file
from
.EBVCubeVisualizer_funtionality
import
*
from
.resources
import
*
#we write a class, Plugins is a class
import
os
...
...
@@ -154,7 +155,7 @@ class EBVCubeVisualizer:
#when we click the plugin in QGIS the plugin will be loaded
def
initGui
(
self
):
"""
Create the menu entries and toolbar icons inside the QGIS GUI.
"""
icon_path
=
'
:/plugins/EBVCubeVisualizer/
adventure.pn
g
'
icon_path
=
'
:/plugins/EBVCubeVisualizer/
EBV.jp
g
'
self
.
add_action
(
icon_path
,
text
=
self
.
tr
(
u
'
EBVCubeVisualizer
'
),
...
...
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