fixato crash su modifica cartella destinazione
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
Created on 2 nov 2019
|
||||
|
||||
@author: Emanuele Trabattoni
|
||||
TODO LIST
|
||||
1- Aggiungere le icone ai tasti (giulia)
|
||||
|
||||
'''
|
||||
import sys
|
||||
import PyQt5.QtWidgets
|
||||
@@ -128,7 +131,7 @@ class bananaMain(PyQt5.QtWidgets.QMainWindow):
|
||||
rv = PyQt5.QtWidgets.QFileDialog.getExistingDirectory(self,"Seleziona Cartella Destinazione",self.conf.getParam('paths','OUTworkPath'))
|
||||
if rv is not "":
|
||||
self.conf.setParam(keys=('paths','OUTworkPath',), val=rv)
|
||||
self.ui.btn_dest.setText(rv)
|
||||
self.ui.lbl_dest.setText(rv)
|
||||
self.logger.debug("Selezionata Cartella Destinazione: {}".format(rv))
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user