"header": {
"comment": "eric project file for project QtGentools",
"copyright": "Copyright (C) 2021 Andrew Foster, qtgentools@liquid.me.uk",
- "saved": "2021-06-30, 08:26:38"
+ "saved": "2021-07-10, 19:00:17"
},
"project": {
"AUTHOR": "Andrew Foster",
},
"RESOURCES": [],
"SOURCES": [
- "__init__.py",
"qtgentools.py",
"ui/Ui_mainwindow.py",
"ui/mainwindow.py"
self.redraw_window()
process=Popen(options,encoding='utf-8',stdout=PIPE,env=ENV)
data,excd=process.communicate()
- print(excd,len(data))
if excd is not None or len(data)<17:
self.s_pbar.setFormat('Search Failed!!')
return