X-Git-Url: https://harishankar.org/repos/?p=biaweb_qt.git;a=blobdiff_plain;f=ui_main_window.py;fp=ui_main_window.py;h=8080f31b1663249dca2fbb8db558c91037068818;hp=46ecb10bacce93f335b15f9e03ac36f3b1cc915e;hb=8c9cfa39545fd48c66d4e795a6d2d7faa396c6c9;hpb=3632ca174c91a33db13178bc19ad2f93473b52c0 diff --git a/ui_main_window.py b/ui_main_window.py index 46ecb10..8080f31 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: Sat Nov 27 16:21:08 2010 +# Created: Sat Nov 27 19:17:18 2010 # by: PyQt4 UI code generator 4.7.4 # # WARNING! All changes made in this file will be lost! @@ -38,7 +38,7 @@ class Ui_MainWindow(object): self.gridLayout_2.setObjectName("gridLayout_2") self.categories = QtGui.QTreeWidget(self.dockWidgetContents_2) self.categories.setAlternatingRowColors(True) - self.categories.setAllColumnsShowFocus(True) + self.categories.setAllColumnsShowFocus(False) self.categories.setObjectName("categories") self.gridLayout_2.addWidget(self.categories, 0, 0, 1, 1) self.dockWidget_2.setWidget(self.dockWidgetContents_2) @@ -121,6 +121,7 @@ class Ui_MainWindow(object): QtCore.QObject.connect(self.action_AddCategory, QtCore.SIGNAL("triggered()"), MainWindow.onCategoryAdd) QtCore.QObject.connect(self.action_Open_site, QtCore.SIGNAL("triggered()"), MainWindow.onFileOpen) QtCore.QObject.connect(self.action_Configuration, QtCore.SIGNAL("triggered()"), MainWindow.onConfiguration) + QtCore.QObject.connect(self.action_EditCategory, QtCore.SIGNAL("triggered()"), MainWindow.onCategoryEdit) QtCore.QMetaObject.connectSlotsByName(MainWindow) def retranslateUi(self, MainWindow):