Пример #1
0
 def loadDatasets(self):
     try:
         dataList = DDB.getDatasets()
         for x in dataList:
             self.datasetList.addItem(x[0])
     except Exception as e:
         print(e)
Пример #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)