Finalizing Implementation.

This commit is contained in:
Arnukk 2013-11-20 13:27:29 +04:00
parent 93805e035f
commit b72f0af6cf

View File

@ -824,7 +824,7 @@ class MyForm(QtGui.QMainWindow):
self.ui.tableWidgetSent.keyPressEvent = self.tableWidgetSentKeyPressEvent
# Reload inbox Table when Inbox tab is selected
def ReloadOnlyInboxTable(self):
def ReloadInboxSentTables(self):
if self.ui.tabWidget.currentIndex() == self.ui.tabWidget.indexOf(self.ui.inbox):
self.loadInbox()
elif self.ui.tabWidget.currentIndex() == self.ui.tabWidget.indexOf(self.ui.sent):