tabs?
This commit is contained in:
parent
3865d3cb9f
commit
5a10d997f9
|
@ -1799,7 +1799,7 @@ class MyForm(QtGui.QMainWindow):
|
|||
return
|
||||
try:
|
||||
f = open(filename, 'w')
|
||||
f.write( self.ui.tableWidgetInbox.item(currentInboxRow,2).data(Qt.UserRole).toPyObject() )
|
||||
f.write( self.ui.tableWidgetInbox.item(currentInboxRow,2).data(Qt.UserRole).toPyObject() )
|
||||
f.close()
|
||||
except Exception, e:
|
||||
print 'Write error'
|
||||
|
|
Loading…
Reference in New Issue
Block a user