started implementation of NLLoc properties selection into manualPyLoT; new utility routine to find indices throughout QComboBox' items

This commit is contained in:
2015-11-20 09:06:52 +01:00
parent 82089a6490
commit 386131e9f3
4 changed files with 40 additions and 7 deletions

View File

@@ -771,7 +771,7 @@ class MainWindow(QMainWindow):
extlocpath = settings.value("%s/binPath".format(loctool), None)
locroot = settings.value("%s/rootPath".format(loctool), None)
if extlocpath is None or locroot is None:
pass
self.PyLoTprefs()
def check4Loc(self):
return self.picksNum() > 4