X-Git-Url: https://harishankar.org/repos/?p=biacv.git;a=blobdiff_plain;f=biacv_mainwindow_ui.py;fp=biacv_mainwindow_ui.py;h=deaba45e54ffc05b25e1673e9abbfbb2fac71ffc;hp=d2cc9c86feeda466bacbf78aa047feee724a5551;hb=db696bd1b54b7daf56d6d3d3049e8a35394536aa;hpb=2bc518c09ac38090c6f5cf5fb3562231f2e99468 diff --git a/biacv_mainwindow_ui.py b/biacv_mainwindow_ui.py index d2cc9c8..deaba45 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: Wed Dec 7 16:47:43 2011 +# Created: Thu Dec 8 12:53:37 2011 # by: PyQt4 UI code generator 4.8.6 # # WARNING! All changes made in this file will be lost! @@ -216,6 +216,19 @@ class Ui_biacv_mainwindow(object): self.unspecified.setObjectName(_fromUtf8("unspecified")) self.gridLayout.addWidget(self.unspecified, 8, 5, 1, 1) self.pages.addTab(self.tab, _fromUtf8("")) + self.tab_7 = QtGui.QWidget() + self.tab_7.setObjectName(_fromUtf8("tab_7")) + self.gridLayout_9 = QtGui.QGridLayout(self.tab_7) + self.gridLayout_9.setObjectName(_fromUtf8("gridLayout_9")) + self.label_38 = QtGui.QLabel(self.tab_7) + self.label_38.setText(QtGui.QApplication.translate("biacv_mainwindow", "Profile main highlights (one per line)", None, QtGui.QApplication.UnicodeUTF8)) + self.label_38.setObjectName(_fromUtf8("label_38")) + self.gridLayout_9.addWidget(self.label_38, 0, 0, 1, 1) + self.profile = QtGui.QPlainTextEdit(self.tab_7) + self.profile.setVerticalScrollBarPolicy(QtCore.Qt.ScrollBarAlwaysOn) + self.profile.setObjectName(_fromUtf8("profile")) + self.gridLayout_9.addWidget(self.profile, 1, 0, 1, 1) + self.pages.addTab(self.tab_7, _fromUtf8("")) self.tab_2 = QtGui.QWidget() self.tab_2.setObjectName(_fromUtf8("tab_2")) self.gridLayout_3 = QtGui.QGridLayout(self.tab_2) @@ -622,10 +635,12 @@ class Ui_biacv_mainwindow(object): QtCore.QObject.connect(self.action_About, QtCore.SIGNAL(_fromUtf8("triggered()")), biacv_mainwindow.on_help_about) QtCore.QObject.connect(self.action_Export, QtCore.SIGNAL(_fromUtf8("triggered()")), biacv_mainwindow.on_file_export) QtCore.QObject.connect(self.country, QtCore.SIGNAL(_fromUtf8("textChanged(QString)")), biacv_mainwindow.on_document_modified) + QtCore.QObject.connect(self.profile, QtCore.SIGNAL(_fromUtf8("textChanged()")), biacv_mainwindow.on_document_modified) QtCore.QMetaObject.connectSlotsByName(biacv_mainwindow) def retranslateUi(self, biacv_mainwindow): self.pages.setTabText(self.pages.indexOf(self.tab), QtGui.QApplication.translate("biacv_mainwindow", "Personal information", None, QtGui.QApplication.UnicodeUTF8)) + self.pages.setTabText(self.pages.indexOf(self.tab_7), QtGui.QApplication.translate("biacv_mainwindow", "Profile", None, QtGui.QApplication.UnicodeUTF8)) self.pages.setTabText(self.pages.indexOf(self.tab_2), QtGui.QApplication.translate("biacv_mainwindow", "Educational Qualifications", None, QtGui.QApplication.UnicodeUTF8)) self.pages.setTabText(self.pages.indexOf(self.tab_3), QtGui.QApplication.translate("biacv_mainwindow", "Professional History", None, QtGui.QApplication.UnicodeUTF8)) self.pages.setTabText(self.pages.indexOf(self.tab_6), QtGui.QApplication.translate("biacv_mainwindow", "Career objectives", None, QtGui.QApplication.UnicodeUTF8))