コード例 #1
0
ファイル: selector.py プロジェクト: haje01/wzdat
 def _to_frame_prop(self, title, show_prog=True):
     c = Property()
     c.fileno = 0
     c.filecnt = len(self.files)
     c.files = self.files
     c.show_prog = show_prog
     c.pg = ProgressBar(title, c.filecnt)
     return c