tabs?
This commit is contained in:
parent
3865d3cb9f
commit
5a10d997f9
|
@ -1799,7 +1799,7 @@ class MyForm(QtGui.QMainWindow):
|
||||||
return
|
return
|
||||||
try:
|
try:
|
||||||
f = open(filename, 'w')
|
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()
|
f.close()
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
print 'Write error'
|
print 'Write error'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user