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