Esempio n. 1
0
 def loadDatasets(self):
     try:
         dataList = DDB.getDatasets()
         for x in dataList:
             self.datasetList.addItem(x[0])
     except Exception as e:
         print(e)
Esempio n. 2
0
 def loadDatasetsN(self):
     try:
         dataList = DDB.getDatasets()
         for x in dataList:
             self.ninth.datasetList.addItem(x[0])
     except Exception as e:
         self.ninth.errordisplay.append(e)