Skip to content
Snippets Groups Projects
Commit bdfb9361 authored by Emmanuel Oceguera Conchas's avatar Emmanuel Oceguera Conchas
Browse files

has been updated

parent 77a4b779
No related branches found
No related tags found
No related merge requests found
...@@ -115,7 +115,7 @@ class maskAndFuntionality (BASE, WIDGET): ...@@ -115,7 +115,7 @@ class maskAndFuntionality (BASE, WIDGET):
def loadNetCDF(self): def loadNetCDF(self):
"""This function loads the netCDF file""" """This function loads the netCDF file and shows the variables, groups and the variables of the gorups in the QTreeWidget"""
#we get the path from the text space #we get the path from the text space
if self.text_set.text()=="": #if the text space is empty if self.text_set.text()=="": #if the text space is empty
QmessageBox.warning(None, "Warning", "Please select a netCDF file") #we show a warning QmessageBox.warning(None, "Warning", "Please select a netCDF file") #we show a warning
...@@ -179,7 +179,11 @@ class maskAndFuntionality (BASE, WIDGET): ...@@ -179,7 +179,11 @@ class maskAndFuntionality (BASE, WIDGET):
""" here we are gonna show all information into the QColumnView"""
#show all information about the file that has been loaded
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment