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