X-Git-Url: https://harishankar.org/repos/?p=biaweb_qt.git;a=blobdiff_plain;f=ui_main_window.py;h=9bdfe98d64f3351da017f7f9468a08ca400e0da7;hp=9298f1ff731e4aaed263bf6ae957bb0586db6633;hb=5f4cc1e3f6bf2ffbf624dfc19d24c1b4eb2e15db;hpb=592798cba4152c0726edeb629da48cc8ac23a3a3 diff --git a/ui_main_window.py b/ui_main_window.py index 9298f1f..9bdfe98 100644 --- a/ui_main_window.py +++ b/ui_main_window.py @@ -2,7 +2,7 @@ # Form implementation generated from reading ui file 'main_window.ui' # -# Created: Sun Nov 28 20:24:17 2010 +# Created: Mon Nov 29 09:09:27 2010 # by: PyQt4 UI code generator 4.7.4 # # WARNING! All changes made in this file will be lost! @@ -136,6 +136,7 @@ class Ui_MainWindow(object): QtCore.QObject.connect(self.action_EditArticle, QtCore.SIGNAL("triggered()"), MainWindow.onArticleEdit) QtCore.QObject.connect(self.action_DeleteArticle, QtCore.SIGNAL("triggered()"), MainWindow.onArticleDelete) QtCore.QObject.connect(self.categories, QtCore.SIGNAL("itemActivated(QTreeWidgetItem*,int)"), MainWindow.onCategoryItemActivated) + QtCore.QObject.connect(self.articles, QtCore.SIGNAL("itemActivated(QTreeWidgetItem*,int)"), MainWindow.onArticleItemActivated) QtCore.QMetaObject.connectSlotsByName(MainWindow) MainWindow.setTabOrder(self.categories, self.articles)