diff --git a/netCDF_visualizer_funtionality.py b/netCDF_visualizer_funtionality.py index 326a0c898aaf09a5632b0e6b051a61652e665859..6e2deb025cbed4ee0d92aa4181a6bfed4bd39c9a 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) + +