Ejemplo n.º 1
0
 def browse(self):
     b = Browser(self.device.filesystem_cache,
                 show_files=False,
                 parent=self)
     if b.exec_() == b.Accepted and b.current_item is not None:
         sid, path = b.current_item
         self.folder.setText('/'.join(path[1:]))
Ejemplo n.º 2
0
 def browse(self):
     b = Browser(self.device.filesystem_cache, show_files=False, parent=self)
     if b.exec_() == b.Accepted and b.current_item is not None:
         sid, path = b.current_item
         self.folder.setText("/".join(path[1:]))