Finalizing Implementation.
This commit is contained in:
parent
93805e035f
commit
b72f0af6cf
|
@ -824,7 +824,7 @@ class MyForm(QtGui.QMainWindow):
|
||||||
self.ui.tableWidgetSent.keyPressEvent = self.tableWidgetSentKeyPressEvent
|
self.ui.tableWidgetSent.keyPressEvent = self.tableWidgetSentKeyPressEvent
|
||||||
|
|
||||||
# Reload inbox Table when Inbox tab is selected
|
# 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):
|
if self.ui.tabWidget.currentIndex() == self.ui.tabWidget.indexOf(self.ui.inbox):
|
||||||
self.loadInbox()
|
self.loadInbox()
|
||||||
elif self.ui.tabWidget.currentIndex() == self.ui.tabWidget.indexOf(self.ui.sent):
|
elif self.ui.tabWidget.currentIndex() == self.ui.tabWidget.indexOf(self.ui.sent):
|
||||||
|
|
Reference in New Issue
Block a user