コード例 #1
0
ファイル: DownloadPage.py プロジェクト: wyrover/bcloud
 def on_open_folder_button_clicked(self, button):
     model, tree_paths = self.selection.get_selected_rows()
     if not tree_paths:
         return
     for tree_path in tree_paths:
         gutil.xdg_open(self.liststore[tree_path][SAVEDIR_COL])
コード例 #2
0
ファイル: DownloadPage.py プロジェクト: zjcui/bcloud
 def on_open_folder_button_clicked(self, button):
     model, tree_paths = self.selection.get_selected_rows()
     if not tree_paths:
         return
     for tree_path in tree_paths:
         gutil.xdg_open(self.liststore[tree_path][SAVEDIR_COL])