From bdfb93618353679e61719a1aaf31b61403dcd8f7 Mon Sep 17 00:00:00 2001
From: Oceguera Conchas <no67wuwu@idiv.de>
Date: Fri, 21 Oct 2022 16:15:01 +0200
Subject: [PATCH] has been updated

---
 netCDF_visualizer_funtionality.py | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/netCDF_visualizer_funtionality.py b/netCDF_visualizer_funtionality.py
index d9927f8..326a0c8 100644
--- a/netCDF_visualizer_funtionality.py
+++ b/netCDF_visualizer_funtionality.py
@@ -115,7 +115,7 @@ class maskAndFuntionality (BASE, WIDGET):
 
 
     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
         if self.text_set.text()=="": #if the text space is empty
             QmessageBox.warning(None, "Warning", "Please select a netCDF file") #we show a warning
@@ -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
+          
+            
+            
 
 
         
-- 
GitLab