X-Git-Url: https://harishankar.org/repos/?p=biaweb_qt.git;a=blobdiff_plain;f=main_window.py;h=799fdf8b02d10a6b317fc82f03e97131fc390b68;hp=896353602418e5950578e03125f6b2e9b6903ab4;hb=cd074c8da38f6cc0ad808783ca7e631967dfdd47;hpb=3ded989fee52f6804d0f8b5b5c0847a9030c7f04 diff --git a/main_window.py b/main_window.py index 8963536..799fdf8 100644 --- a/main_window.py +++ b/main_window.py @@ -49,6 +49,7 @@ class MainWindow (PyQt4.QtGui.QMainWindow, ui_main_window.Ui_MainWindow): qrow = PyQt4.QtGui.QTreeWidgetItem ([str(item[0]), str(item[1])]) self.articles.addTopLevelItem (qrow) # return true when successful + return True # when the view is refreshed def onViewRefresh (self):