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=46ecb10bacce93f335b15f9e03ac36f3b1cc915e;hp=bce3eb77b33eaa97247285cfd10378a566a8e228;hb=3632ca174c91a33db13178bc19ad2f93473b52c0;hpb=7db1961b4f7513f9ad5b6b357a655e16903e7f83 diff --git a/ui_main_window.py b/ui_main_window.py index bce3eb7..46ecb10 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 14:06:22 2010 +# Created: Sat Nov 27 16:21:08 2010 # by: PyQt4 UI code generator 4.7.4 # # WARNING! All changes made in this file will be lost! @@ -21,6 +21,7 @@ class Ui_MainWindow(object): self.label_2.setObjectName("label_2") self.gridLayout.addWidget(self.label_2, 0, 0, 1, 1) self.articles = QtGui.QTreeWidget(self.centralwidget) + self.articles.setAlternatingRowColors(True) self.articles.setObjectName("articles") self.gridLayout.addWidget(self.articles, 1, 0, 1, 1) MainWindow.setCentralWidget(self.centralwidget) @@ -119,6 +120,7 @@ class Ui_MainWindow(object): QtCore.QObject.connect(self.action_Quit, QtCore.SIGNAL("triggered()"), MainWindow.onFileQuit) 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.QMetaObject.connectSlotsByName(MainWindow) def retranslateUi(self, MainWindow):