From f2e9830aeb7ae1929dfb03aca2c8f13b71f00237 Mon Sep 17 00:00:00 2001
From: Emmanuel Heriberto Oceguera Conchas <e.oceguera@gmx.de>
Date: Mon, 24 Oct 2022 10:09:00 +0200
Subject: [PATCH] Information added to the text browser

---
 netCDF_visualizer_funtionality.py | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/netCDF_visualizer_funtionality.py b/netCDF_visualizer_funtionality.py
index 326a0c8..6e2deb0 100644
--- a/netCDF_visualizer_funtionality.py
+++ b/netCDF_visualizer_funtionality.py
@@ -179,8 +179,13 @@ class maskAndFuntionality (BASE, WIDGET):
 
                     
 
-            """ here we are gonna show all information into the QColumnView"""
-            #show all information about the file that has been loaded
+            """ here we are gonna show all information into the GUI"""
+            #set all information about the file into the text browser
+            self.textBrowser.setText("File name: " + ncFileName + " \r                  
+                                        "File type: " + ncFile.file_format + " \r
+                                        "File title: " + ncFileTitle + " \r)
+            
+
           
             
             
-- 
GitLab