Exemple #1
0
 def pick_times():
     with askOpenFile() as f:
         times_label.text = f.name
Exemple #2
0
 def pick_times():
     with askOpenFile() as f:
         times_label.text = f.name
Exemple #3
0
 def pick_file():
     with askOpenFile() as f:
         file_label.text = f.name
Exemple #4
0
 def pick_file():
     with askOpenFile() as f:
         file_label.text = f.name