Example #1
0
 def loadStyles(self):
     """
     Scans the eXe style directory and builds a list of styles
     """
     self.styleStore = StyleStore(self)
     listStyles = self.styleStore.getStyles()
     for style in listStyles:
         self.styles.append(style)