Beispiel #1
0
 def startUploadThread(self):
     if self.directory:
         self.button_browse.setEnabled(False)
         self.button_sync.setEnabled(False)
         self.button_delete_db.setEnabled(False)            
         self.check_thread = CheckThread(self, self.flickr, self.directory)
         self.check_thread.start()