Пример #1
0
 def updateSettings(self):
     self.packageList.showComponents = PMConfig().showComponents()
     self.packageList.showIsA = PMConfig().showIsA()
     self.packageList.setFocus()
Пример #2
0
 def updateSettings(self):  # pmconfig ikinci kez okunmuyor
     self.packageList.showComponents = PMConfig().showComponents()
     self.packageList.showIsA = PMConfig().showIsA()
     self.packageList.setFocus()
     self.initialize()