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
f910de5b
Commit
f910de5b
authored
2 years ago
by
Emmanuel Heriberto Oceguera Conchas
Browse files
Options
Downloads
Patches
Plain Diff
Class for the mask and funtionality of the Plugin
parent
e667740b
Branches
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
netCDF_visualizer.py
+3
-2
3 additions, 2 deletions
netCDF_visualizer.py
with
3 additions
and
2 deletions
netCDF_visualizer.py
+
3
−
2
View file @
f910de5b
#we import the important functions from the pyQt5 library
from
Py
from
PyQt5.QtCore
import
*
# @UnusedWildImport
from
PyQt5.QtGui
import
*
# @UnusedWildImport
from
PyQt5.QtWidgets
import
*
# @UnusedWildImport
#import everthing from the netCDF_visualization_funtionality.py file
from
netCDF_visualiz
ation
_funtionality
import
*
from
netCDF_visualiz
er
_funtionality
import
*
#we write a class, Plugins is a class
import
os
...
...
@@ -34,7 +35,7 @@ class netCDF_visualizer:
def
callMask
(
self
):
#the GUI will be built!
self
.
unsereGui
=
maskFuntionality
(
self
.
iface
)
self
.
unsereGui
=
mask
And
Funtionality
(
self
.
iface
)
#we open the Gui
self
.
unsereGui
.
show
()
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