X-Git-Url: https://harishankar.org/repos/?p=biacv.git;a=blobdiff_plain;f=biacv_mainwindow_ui.py;fp=biacv_mainwindow_ui.py;h=5665929c2f9bd0b65a2bee1d247c91fc1df8a622;hp=35ef21f1f09bc34ff0bf504d3a1ff6f5c40f3bd3;hb=f6d9890395dacdd0a56a196cb339752b471f18e8;hpb=8efe104e153bb6030c7c39dd8c70e05fc23e0a1e diff --git a/biacv_mainwindow_ui.py b/biacv_mainwindow_ui.py index 35ef21f..5665929 100644 --- a/biacv_mainwindow_ui.py +++ b/biacv_mainwindow_ui.py @@ -2,7 +2,7 @@ # Form implementation generated from reading ui file 'biacv_mainwindow.ui' # -# Created: Tue Dec 6 11:15:27 2011 +# Created: Tue Dec 6 14:03:31 2011 # by: PyQt4 UI code generator 4.8.6 # # WARNING! All changes made in this file will be lost! @@ -19,6 +19,9 @@ class Ui_biacv_mainwindow(object): biacv_mainwindow.setObjectName(_fromUtf8("biacv_mainwindow")) biacv_mainwindow.resize(730, 498) biacv_mainwindow.setWindowTitle(QtGui.QApplication.translate("biacv_mainwindow", "BiaCV", None, QtGui.QApplication.UnicodeUTF8)) + icon = QtGui.QIcon() + icon.addPixmap(QtGui.QPixmap(_fromUtf8(":/icon/res/icon.svg")), QtGui.QIcon.Normal, QtGui.QIcon.Off) + biacv_mainwindow.setWindowIcon(icon) self.centralwidget = QtGui.QWidget(biacv_mainwindow) self.centralwidget.setObjectName(_fromUtf8("centralwidget")) self.gridLayout_2 = QtGui.QGridLayout(self.centralwidget) @@ -611,6 +614,7 @@ class Ui_biacv_mainwindow(object): QtCore.QObject.connect(self.action_Open, QtCore.SIGNAL(_fromUtf8("triggered()")), biacv_mainwindow.on_file_open) QtCore.QObject.connect(self.actionSave_As, QtCore.SIGNAL(_fromUtf8("triggered()")), biacv_mainwindow.on_file_save_as) QtCore.QObject.connect(self.actionE_xit, QtCore.SIGNAL(_fromUtf8("triggered()")), biacv_mainwindow.on_exit) + QtCore.QObject.connect(self.action_About, QtCore.SIGNAL(_fromUtf8("triggered()")), biacv_mainwindow.on_help_about) QtCore.QMetaObject.connectSlotsByName(biacv_mainwindow) def retranslateUi(self, biacv_mainwindow): @@ -621,3 +625,4 @@ class Ui_biacv_mainwindow(object): self.pages.setTabText(self.pages.indexOf(self.tab_4), QtGui.QApplication.translate("biacv_mainwindow", "Skill sets", None, QtGui.QApplication.UnicodeUTF8)) self.pages.setTabText(self.pages.indexOf(self.tab_5), QtGui.QApplication.translate("biacv_mainwindow", "Additional information", None, QtGui.QApplication.UnicodeUTF8)) +import biacv_res_rc