Opened 9 years ago

Closed 9 years ago

#57 closed task (fixed)

Add action for LoadButton in Calibration

Reported by: yanll Owned by: yanll
Priority: major Milestone: pre-alpha
Component: viewer Version: 0.1
Keywords: Cc:
Blocked By: Blocking:
Parent ID: Parent Tickets:
Estimated Number of Hours: 0.0 Add Hours to Ticket: 0
Billable?: yes Total Hours: 0

Description


Subtickets

Child Tickets

Change History (2)

comment:1 Changed 9 years ago by yanll

  • Status changed from new to assigned

def load_file(self):

fileName = QtGui?.QFileDialog.getOpenFileName(self, 'Open File')
file = open(fileName,'r')

with file:

text = file.read()
print text

comment:2 Changed 9 years ago by yanll

  • Resolution set to fixed
  • Status changed from assigned to closed
Note: See TracTickets for help on using tickets.