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

Information added to the text browser

parent cb00f8da
Branches
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment