Opened 9 years ago

Closed 9 years ago

#60 closed enhancement (fixed)

Add action for Save menu in menuBar

Reported by: yanll Owned by: yanll
Priority: minor 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 (3)

comment:1 Changed 9 years ago by yanll

  • Status changed from new to assigned

comment:2 Changed 9 years ago by yanll

def file_save(self):

filePath = QtGui?.QFileDialog.getSaveFileName(self,'Save File','/opt/shared/home/yanll/GPPDfly/src/dat/save.txt')

if len(filePath) > 0:

with open(filePath, 'w') as theFile:

theFile.write("save as string")

comment:3 Changed 9 years ago by yanll

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