1 # -*- coding: utf-8 -*-
3 # Form implementation generated from reading ui file 'biacv_mainwindow.ui'
5 # Created: Wed Nov 30 18:36:56 2011
6 # by: PyQt4 UI code generator 4.8.6
8 # WARNING! All changes made in this file will be lost!
10 from PyQt4
import QtCore
, QtGui
13 _fromUtf8
= QtCore
.QString
.fromUtf8
14 except AttributeError:
15 _fromUtf8
= lambda s
: s
17 class Ui_biacv_mainwindow(object):
18 def setupUi(self
, biacv_mainwindow
):
19 biacv_mainwindow
.setObjectName(_fromUtf8("biacv_mainwindow"))
20 biacv_mainwindow
.resize(730, 498)
21 biacv_mainwindow
.setWindowTitle(QtGui
.QApplication
.translate("biacv_mainwindow", "BiaCV", None, QtGui
.QApplication
.UnicodeUTF8
))
22 self
.centralwidget
= QtGui
.QWidget(biacv_mainwindow
)
23 self
.centralwidget
.setObjectName(_fromUtf8("centralwidget"))
24 self
.gridLayout_2
= QtGui
.QGridLayout(self
.centralwidget
)
25 self
.gridLayout_2
.setObjectName(_fromUtf8("gridLayout_2"))
26 self
.label
= QtGui
.QLabel(self
.centralwidget
)
27 self
.label
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "CV title", None, QtGui
.QApplication
.UnicodeUTF8
))
28 self
.label
.setObjectName(_fromUtf8("label"))
29 self
.gridLayout_2
.addWidget(self
.label
, 0, 0, 1, 1)
30 self
.title
= QtGui
.QLineEdit(self
.centralwidget
)
31 self
.title
.setObjectName(_fromUtf8("title"))
32 self
.gridLayout_2
.addWidget(self
.title
, 0, 1, 1, 1)
33 self
.pages
= QtGui
.QTabWidget(self
.centralwidget
)
34 self
.pages
.setTabShape(QtGui
.QTabWidget
.Rounded
)
35 self
.pages
.setDocumentMode(True)
36 self
.pages
.setObjectName(_fromUtf8("pages"))
37 self
.tab
= QtGui
.QWidget()
38 self
.tab
.setObjectName(_fromUtf8("tab"))
39 self
.gridLayout
= QtGui
.QGridLayout(self
.tab
)
40 self
.gridLayout
.setObjectName(_fromUtf8("gridLayout"))
41 self
.label_13
= QtGui
.QLabel(self
.tab
)
42 sizePolicy
= QtGui
.QSizePolicy(QtGui
.QSizePolicy
.Preferred
, QtGui
.QSizePolicy
.Fixed
)
43 sizePolicy
.setHorizontalStretch(0)
44 sizePolicy
.setVerticalStretch(0)
45 sizePolicy
.setHeightForWidth(self
.label_13
.sizePolicy().hasHeightForWidth())
46 self
.label_13
.setSizePolicy(sizePolicy
)
47 self
.label_13
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "First name", None, QtGui
.QApplication
.UnicodeUTF8
))
48 self
.label_13
.setObjectName(_fromUtf8("label_13"))
49 self
.gridLayout
.addWidget(self
.label_13
, 0, 4, 1, 3)
50 self
.label_14
= QtGui
.QLabel(self
.tab
)
51 sizePolicy
= QtGui
.QSizePolicy(QtGui
.QSizePolicy
.Preferred
, QtGui
.QSizePolicy
.Fixed
)
52 sizePolicy
.setHorizontalStretch(0)
53 sizePolicy
.setVerticalStretch(0)
54 sizePolicy
.setHeightForWidth(self
.label_14
.sizePolicy().hasHeightForWidth())
55 self
.label_14
.setSizePolicy(sizePolicy
)
56 self
.label_14
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Last name", None, QtGui
.QApplication
.UnicodeUTF8
))
57 self
.label_14
.setObjectName(_fromUtf8("label_14"))
58 self
.gridLayout
.addWidget(self
.label_14
, 0, 8, 1, 4)
59 self
.label_2
= QtGui
.QLabel(self
.tab
)
60 self
.label_2
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Title", None, QtGui
.QApplication
.UnicodeUTF8
))
61 self
.label_2
.setObjectName(_fromUtf8("label_2"))
62 self
.gridLayout
.addWidget(self
.label_2
, 1, 0, 1, 2)
63 self
.nametitle
= QtGui
.QComboBox(self
.tab
)
64 self
.nametitle
.setEditable(True)
65 self
.nametitle
.setObjectName(_fromUtf8("nametitle"))
66 self
.nametitle
.addItem(_fromUtf8(""))
67 self
.nametitle
.setItemText(0, _fromUtf8(""))
68 self
.nametitle
.addItem(_fromUtf8(""))
69 self
.nametitle
.setItemText(1, QtGui
.QApplication
.translate("biacv_mainwindow", "Mr.", None, QtGui
.QApplication
.UnicodeUTF8
))
70 self
.nametitle
.addItem(_fromUtf8(""))
71 self
.nametitle
.setItemText(2, QtGui
.QApplication
.translate("biacv_mainwindow", "Mrs.", None, QtGui
.QApplication
.UnicodeUTF8
))
72 self
.nametitle
.addItem(_fromUtf8(""))
73 self
.nametitle
.setItemText(3, QtGui
.QApplication
.translate("biacv_mainwindow", "Ms.", None, QtGui
.QApplication
.UnicodeUTF8
))
74 self
.nametitle
.addItem(_fromUtf8(""))
75 self
.nametitle
.setItemText(4, QtGui
.QApplication
.translate("biacv_mainwindow", "Dr.", None, QtGui
.QApplication
.UnicodeUTF8
))
76 self
.gridLayout
.addWidget(self
.nametitle
, 1, 2, 1, 2)
77 self
.firstname
= QtGui
.QLineEdit(self
.tab
)
78 self
.firstname
.setText(_fromUtf8(""))
79 self
.firstname
.setObjectName(_fromUtf8("firstname"))
80 self
.gridLayout
.addWidget(self
.firstname
, 1, 4, 1, 3)
81 self
.lastname
= QtGui
.QLineEdit(self
.tab
)
82 self
.lastname
.setText(_fromUtf8(""))
83 self
.lastname
.setObjectName(_fromUtf8("lastname"))
84 self
.gridLayout
.addWidget(self
.lastname
, 1, 8, 1, 4)
85 self
.label_3
= QtGui
.QLabel(self
.tab
)
86 self
.label_3
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Date of birth", None, QtGui
.QApplication
.UnicodeUTF8
))
87 self
.label_3
.setObjectName(_fromUtf8("label_3"))
88 self
.gridLayout
.addWidget(self
.label_3
, 2, 0, 1, 3)
89 self
.dateofbirth
= QtGui
.QDateEdit(self
.tab
)
90 self
.dateofbirth
.setDate(QtCore
.QDate(1970, 1, 1))
91 self
.dateofbirth
.setDisplayFormat(QtGui
.QApplication
.translate("biacv_mainwindow", "dd MMM, yyyy", None, QtGui
.QApplication
.UnicodeUTF8
))
92 self
.dateofbirth
.setCalendarPopup(True)
93 self
.dateofbirth
.setObjectName(_fromUtf8("dateofbirth"))
94 self
.gridLayout
.addWidget(self
.dateofbirth
, 2, 3, 1, 3)
95 self
.label_4
= QtGui
.QLabel(self
.tab
)
96 sizePolicy
= QtGui
.QSizePolicy(QtGui
.QSizePolicy
.Preferred
, QtGui
.QSizePolicy
.Fixed
)
97 sizePolicy
.setHorizontalStretch(0)
98 sizePolicy
.setVerticalStretch(0)
99 sizePolicy
.setHeightForWidth(self
.label_4
.sizePolicy().hasHeightForWidth())
100 self
.label_4
.setSizePolicy(sizePolicy
)
101 self
.label_4
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Residential address", None, QtGui
.QApplication
.UnicodeUTF8
))
102 self
.label_4
.setObjectName(_fromUtf8("label_4"))
103 self
.gridLayout
.addWidget(self
.label_4
, 3, 0, 1, 4)
104 self
.label_15
= QtGui
.QLabel(self
.tab
)
105 self
.label_15
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Street", None, QtGui
.QApplication
.UnicodeUTF8
))
106 self
.label_15
.setObjectName(_fromUtf8("label_15"))
107 self
.gridLayout
.addWidget(self
.label_15
, 4, 0, 1, 1)
108 self
.street
= QtGui
.QLineEdit(self
.tab
)
109 self
.street
.setObjectName(_fromUtf8("street"))
110 self
.gridLayout
.addWidget(self
.street
, 4, 1, 1, 5)
111 self
.label_5
= QtGui
.QLabel(self
.tab
)
112 self
.label_5
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Landline", None, QtGui
.QApplication
.UnicodeUTF8
))
113 self
.label_5
.setObjectName(_fromUtf8("label_5"))
114 self
.gridLayout
.addWidget(self
.label_5
, 4, 6, 1, 1)
115 self
.label_10
= QtGui
.QLabel(self
.tab
)
116 self
.label_10
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "+", None, QtGui
.QApplication
.UnicodeUTF8
))
117 self
.label_10
.setObjectName(_fromUtf8("label_10"))
118 self
.gridLayout
.addWidget(self
.label_10
, 4, 8, 1, 1)
119 self
.countrycode_landline
= QtGui
.QLineEdit(self
.tab
)
120 sizePolicy
= QtGui
.QSizePolicy(QtGui
.QSizePolicy
.Fixed
, QtGui
.QSizePolicy
.Fixed
)
121 sizePolicy
.setHorizontalStretch(0)
122 sizePolicy
.setVerticalStretch(0)
123 sizePolicy
.setHeightForWidth(self
.countrycode_landline
.sizePolicy().hasHeightForWidth())
124 self
.countrycode_landline
.setSizePolicy(sizePolicy
)
125 self
.countrycode_landline
.setMinimumSize(QtCore
.QSize(60, 0))
126 self
.countrycode_landline
.setMaximumSize(QtCore
.QSize(40, 16777215))
127 self
.countrycode_landline
.setObjectName(_fromUtf8("countrycode_landline"))
128 self
.gridLayout
.addWidget(self
.countrycode_landline
, 4, 9, 1, 1)
129 self
.label_6
= QtGui
.QLabel(self
.tab
)
130 self
.label_6
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "-", None, QtGui
.QApplication
.UnicodeUTF8
))
131 self
.label_6
.setObjectName(_fromUtf8("label_6"))
132 self
.gridLayout
.addWidget(self
.label_6
, 4, 10, 1, 1)
133 self
.telephone
= QtGui
.QLineEdit(self
.tab
)
134 self
.telephone
.setObjectName(_fromUtf8("telephone"))
135 self
.gridLayout
.addWidget(self
.telephone
, 4, 11, 1, 1)
136 self
.label_16
= QtGui
.QLabel(self
.tab
)
137 self
.label_16
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Area", None, QtGui
.QApplication
.UnicodeUTF8
))
138 self
.label_16
.setObjectName(_fromUtf8("label_16"))
139 self
.gridLayout
.addWidget(self
.label_16
, 5, 0, 1, 1)
140 self
.area
= QtGui
.QLineEdit(self
.tab
)
141 self
.area
.setObjectName(_fromUtf8("area"))
142 self
.gridLayout
.addWidget(self
.area
, 5, 1, 1, 5)
143 self
.label_7
= QtGui
.QLabel(self
.tab
)
144 self
.label_7
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Mobile number", None, QtGui
.QApplication
.UnicodeUTF8
))
145 self
.label_7
.setObjectName(_fromUtf8("label_7"))
146 self
.gridLayout
.addWidget(self
.label_7
, 5, 6, 1, 2)
147 self
.label_8
= QtGui
.QLabel(self
.tab
)
148 self
.label_8
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "+", None, QtGui
.QApplication
.UnicodeUTF8
))
149 self
.label_8
.setObjectName(_fromUtf8("label_8"))
150 self
.gridLayout
.addWidget(self
.label_8
, 5, 8, 1, 1)
151 self
.countrycode_mobile
= QtGui
.QLineEdit(self
.tab
)
152 sizePolicy
= QtGui
.QSizePolicy(QtGui
.QSizePolicy
.Fixed
, QtGui
.QSizePolicy
.Fixed
)
153 sizePolicy
.setHorizontalStretch(0)
154 sizePolicy
.setVerticalStretch(0)
155 sizePolicy
.setHeightForWidth(self
.countrycode_mobile
.sizePolicy().hasHeightForWidth())
156 self
.countrycode_mobile
.setSizePolicy(sizePolicy
)
157 self
.countrycode_mobile
.setMinimumSize(QtCore
.QSize(40, 0))
158 self
.countrycode_mobile
.setMaximumSize(QtCore
.QSize(60, 16777215))
159 self
.countrycode_mobile
.setObjectName(_fromUtf8("countrycode_mobile"))
160 self
.gridLayout
.addWidget(self
.countrycode_mobile
, 5, 9, 1, 1)
161 self
.label_9
= QtGui
.QLabel(self
.tab
)
162 self
.label_9
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "-", None, QtGui
.QApplication
.UnicodeUTF8
))
163 self
.label_9
.setObjectName(_fromUtf8("label_9"))
164 self
.gridLayout
.addWidget(self
.label_9
, 5, 10, 1, 1)
165 self
.mobilenumber
= QtGui
.QLineEdit(self
.tab
)
166 self
.mobilenumber
.setObjectName(_fromUtf8("mobilenumber"))
167 self
.gridLayout
.addWidget(self
.mobilenumber
, 5, 11, 1, 1)
168 self
.label_17
= QtGui
.QLabel(self
.tab
)
169 self
.label_17
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "City", None, QtGui
.QApplication
.UnicodeUTF8
))
170 self
.label_17
.setObjectName(_fromUtf8("label_17"))
171 self
.gridLayout
.addWidget(self
.label_17
, 6, 0, 1, 1)
172 self
.city
= QtGui
.QLineEdit(self
.tab
)
173 self
.city
.setObjectName(_fromUtf8("city"))
174 self
.gridLayout
.addWidget(self
.city
, 6, 1, 1, 5)
175 self
.label_11
= QtGui
.QLabel(self
.tab
)
176 self
.label_11
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "E-mail ID", None, QtGui
.QApplication
.UnicodeUTF8
))
177 self
.label_11
.setObjectName(_fromUtf8("label_11"))
178 self
.gridLayout
.addWidget(self
.label_11
, 6, 6, 1, 1)
179 self
.email
= QtGui
.QLineEdit(self
.tab
)
180 self
.email
.setObjectName(_fromUtf8("email"))
181 self
.gridLayout
.addWidget(self
.email
, 6, 7, 1, 5)
182 self
.label_18
= QtGui
.QLabel(self
.tab
)
183 self
.label_18
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Areacode", None, QtGui
.QApplication
.UnicodeUTF8
))
184 self
.label_18
.setObjectName(_fromUtf8("label_18"))
185 self
.gridLayout
.addWidget(self
.label_18
, 7, 0, 1, 1)
186 self
.areacode
= QtGui
.QLineEdit(self
.tab
)
187 self
.areacode
.setObjectName(_fromUtf8("areacode"))
188 self
.gridLayout
.addWidget(self
.areacode
, 7, 1, 1, 5)
189 self
.label_12
= QtGui
.QLabel(self
.tab
)
190 self
.label_12
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Marital status", None, QtGui
.QApplication
.UnicodeUTF8
))
191 self
.label_12
.setObjectName(_fromUtf8("label_12"))
192 self
.gridLayout
.addWidget(self
.label_12
, 8, 0, 1, 3)
193 self
.married
= QtGui
.QRadioButton(self
.tab
)
194 self
.married
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Married", None, QtGui
.QApplication
.UnicodeUTF8
))
195 self
.married
.setObjectName(_fromUtf8("married"))
196 self
.gridLayout
.addWidget(self
.married
, 8, 3, 1, 1)
197 self
.single
= QtGui
.QRadioButton(self
.tab
)
198 self
.single
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Single", None, QtGui
.QApplication
.UnicodeUTF8
))
199 self
.single
.setObjectName(_fromUtf8("single"))
200 self
.gridLayout
.addWidget(self
.single
, 8, 4, 1, 1)
201 self
.unspecified
= QtGui
.QRadioButton(self
.tab
)
202 self
.unspecified
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Unspecified", None, QtGui
.QApplication
.UnicodeUTF8
))
203 self
.unspecified
.setChecked(True)
204 self
.unspecified
.setObjectName(_fromUtf8("unspecified"))
205 self
.gridLayout
.addWidget(self
.unspecified
, 8, 5, 1, 2)
206 self
.pages
.addTab(self
.tab
, _fromUtf8(""))
207 self
.tab_2
= QtGui
.QWidget()
208 self
.tab_2
.setObjectName(_fromUtf8("tab_2"))
209 self
.gridLayout_3
= QtGui
.QGridLayout(self
.tab_2
)
210 self
.gridLayout_3
.setObjectName(_fromUtf8("gridLayout_3"))
211 self
.label_19
= QtGui
.QLabel(self
.tab_2
)
212 self
.label_19
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Degree/diploma/certificate name", None, QtGui
.QApplication
.UnicodeUTF8
))
213 self
.label_19
.setObjectName(_fromUtf8("label_19"))
214 self
.gridLayout_3
.addWidget(self
.label_19
, 0, 0, 1, 2)
215 self
.degree_name
= QtGui
.QLineEdit(self
.tab_2
)
216 self
.degree_name
.setObjectName(_fromUtf8("degree_name"))
217 self
.gridLayout_3
.addWidget(self
.degree_name
, 0, 2, 1, 6)
218 self
.label_20
= QtGui
.QLabel(self
.tab_2
)
219 self
.label_20
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Month and year of passing/qualification/graduating", None, QtGui
.QApplication
.UnicodeUTF8
))
220 self
.label_20
.setObjectName(_fromUtf8("label_20"))
221 self
.gridLayout_3
.addWidget(self
.label_20
, 1, 0, 1, 3)
222 self
.yearofpassing
= QtGui
.QDateEdit(self
.tab_2
)
223 self
.yearofpassing
.setDate(QtCore
.QDate(1988, 1, 1))
224 self
.yearofpassing
.setDisplayFormat(QtGui
.QApplication
.translate("biacv_mainwindow", "MMM, yyyy", None, QtGui
.QApplication
.UnicodeUTF8
))
225 self
.yearofpassing
.setCalendarPopup(True)
226 self
.yearofpassing
.setObjectName(_fromUtf8("yearofpassing"))
227 self
.gridLayout_3
.addWidget(self
.yearofpassing
, 1, 3, 1, 5)
228 self
.label_21
= QtGui
.QLabel(self
.tab_2
)
229 self
.label_21
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Name of institution", None, QtGui
.QApplication
.UnicodeUTF8
))
230 self
.label_21
.setObjectName(_fromUtf8("label_21"))
231 self
.gridLayout_3
.addWidget(self
.label_21
, 2, 0, 1, 1)
232 self
.institution
= QtGui
.QLineEdit(self
.tab_2
)
233 self
.institution
.setObjectName(_fromUtf8("institution"))
234 self
.gridLayout_3
.addWidget(self
.institution
, 2, 1, 1, 3)
235 self
.label_22
= QtGui
.QLabel(self
.tab_2
)
236 self
.label_22
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "University", None, QtGui
.QApplication
.UnicodeUTF8
))
237 self
.label_22
.setObjectName(_fromUtf8("label_22"))
238 self
.gridLayout_3
.addWidget(self
.label_22
, 2, 4, 1, 1)
239 self
.university
= QtGui
.QLineEdit(self
.tab_2
)
240 self
.university
.setObjectName(_fromUtf8("university"))
241 self
.gridLayout_3
.addWidget(self
.university
, 2, 5, 1, 3)
242 self
.label_23
= QtGui
.QLabel(self
.tab_2
)
243 self
.label_23
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Passing class/grade", None, QtGui
.QApplication
.UnicodeUTF8
))
244 self
.label_23
.setObjectName(_fromUtf8("label_23"))
245 self
.gridLayout_3
.addWidget(self
.label_23
, 3, 0, 1, 1)
246 self
.grade
= QtGui
.QLineEdit(self
.tab_2
)
247 self
.grade
.setObjectName(_fromUtf8("grade"))
248 self
.gridLayout_3
.addWidget(self
.grade
, 3, 1, 1, 3)
249 self
.label_24
= QtGui
.QLabel(self
.tab_2
)
250 self
.label_24
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Percentage", None, QtGui
.QApplication
.UnicodeUTF8
))
251 self
.label_24
.setObjectName(_fromUtf8("label_24"))
252 self
.gridLayout_3
.addWidget(self
.label_24
, 3, 4, 1, 1)
253 self
.percentage
= QtGui
.QDoubleSpinBox(self
.tab_2
)
254 self
.percentage
.setMaximum(100.0)
255 self
.percentage
.setSingleStep(0.1)
256 self
.percentage
.setProperty("value", 50.0)
257 self
.percentage
.setObjectName(_fromUtf8("percentage"))
258 self
.gridLayout_3
.addWidget(self
.percentage
, 3, 5, 1, 3)
259 self
.addeducation
= QtGui
.QPushButton(self
.tab_2
)
260 self
.addeducation
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "&Add", None, QtGui
.QApplication
.UnicodeUTF8
))
261 self
.addeducation
.setObjectName(_fromUtf8("addeducation"))
262 self
.gridLayout_3
.addWidget(self
.addeducation
, 4, 4, 1, 2)
263 self
.updateeducation
= QtGui
.QPushButton(self
.tab_2
)
264 self
.updateeducation
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "&Update", None, QtGui
.QApplication
.UnicodeUTF8
))
265 self
.updateeducation
.setObjectName(_fromUtf8("updateeducation"))
266 self
.gridLayout_3
.addWidget(self
.updateeducation
, 4, 6, 1, 1)
267 self
.deleteeducation
= QtGui
.QPushButton(self
.tab_2
)
268 self
.deleteeducation
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "&Delete", None, QtGui
.QApplication
.UnicodeUTF8
))
269 self
.deleteeducation
.setObjectName(_fromUtf8("deleteeducation"))
270 self
.gridLayout_3
.addWidget(self
.deleteeducation
, 4, 7, 1, 1)
271 self
.educationlist
= QtGui
.QTreeWidget(self
.tab_2
)
272 sizePolicy
= QtGui
.QSizePolicy(QtGui
.QSizePolicy
.Expanding
, QtGui
.QSizePolicy
.Minimum
)
273 sizePolicy
.setHorizontalStretch(0)
274 sizePolicy
.setVerticalStretch(0)
275 sizePolicy
.setHeightForWidth(self
.educationlist
.sizePolicy().hasHeightForWidth())
276 self
.educationlist
.setSizePolicy(sizePolicy
)
277 self
.educationlist
.setAlternatingRowColors(True)
278 self
.educationlist
.setRootIsDecorated(False)
279 self
.educationlist
.setUniformRowHeights(True)
280 self
.educationlist
.setObjectName(_fromUtf8("educationlist"))
281 self
.educationlist
.headerItem().setText(0, QtGui
.QApplication
.translate("biacv_mainwindow", "Degree", None, QtGui
.QApplication
.UnicodeUTF8
))
282 self
.educationlist
.headerItem().setText(1, QtGui
.QApplication
.translate("biacv_mainwindow", "Graduation date", None, QtGui
.QApplication
.UnicodeUTF8
))
283 self
.educationlist
.headerItem().setText(2, QtGui
.QApplication
.translate("biacv_mainwindow", "Institution", None, QtGui
.QApplication
.UnicodeUTF8
))
284 self
.educationlist
.headerItem().setText(3, QtGui
.QApplication
.translate("biacv_mainwindow", "University", None, QtGui
.QApplication
.UnicodeUTF8
))
285 self
.educationlist
.headerItem().setText(4, QtGui
.QApplication
.translate("biacv_mainwindow", "Grade", None, QtGui
.QApplication
.UnicodeUTF8
))
286 self
.educationlist
.headerItem().setText(5, QtGui
.QApplication
.translate("biacv_mainwindow", "Percentage", None, QtGui
.QApplication
.UnicodeUTF8
))
287 self
.gridLayout_3
.addWidget(self
.educationlist
, 5, 0, 1, 8)
288 self
.pages
.addTab(self
.tab_2
, _fromUtf8(""))
289 self
.tab_3
= QtGui
.QWidget()
290 self
.tab_3
.setObjectName(_fromUtf8("tab_3"))
291 self
.gridLayout_4
= QtGui
.QGridLayout(self
.tab_3
)
292 self
.gridLayout_4
.setObjectName(_fromUtf8("gridLayout_4"))
293 self
.label_28
= QtGui
.QLabel(self
.tab_3
)
294 self
.label_28
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Designation/title", None, QtGui
.QApplication
.UnicodeUTF8
))
295 self
.label_28
.setObjectName(_fromUtf8("label_28"))
296 self
.gridLayout_4
.addWidget(self
.label_28
, 0, 0, 1, 1)
297 self
.designation
= QtGui
.QLineEdit(self
.tab_3
)
298 self
.designation
.setObjectName(_fromUtf8("designation"))
299 self
.gridLayout_4
.addWidget(self
.designation
, 0, 1, 1, 4)
300 self
.label_26
= QtGui
.QLabel(self
.tab_3
)
301 self
.label_26
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Date of joining post", None, QtGui
.QApplication
.UnicodeUTF8
))
302 self
.label_26
.setObjectName(_fromUtf8("label_26"))
303 self
.gridLayout_4
.addWidget(self
.label_26
, 1, 0, 1, 1)
304 self
.joindate
= QtGui
.QDateEdit(self
.tab_3
)
305 self
.joindate
.setDisplayFormat(QtGui
.QApplication
.translate("biacv_mainwindow", "dd MMM, yyyy", None, QtGui
.QApplication
.UnicodeUTF8
))
306 self
.joindate
.setCalendarPopup(True)
307 self
.joindate
.setObjectName(_fromUtf8("joindate"))
308 self
.gridLayout_4
.addWidget(self
.joindate
, 1, 1, 1, 1)
309 self
.label_27
= QtGui
.QLabel(self
.tab_3
)
310 self
.label_27
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Date of leaving post", None, QtGui
.QApplication
.UnicodeUTF8
))
311 self
.label_27
.setObjectName(_fromUtf8("label_27"))
312 self
.gridLayout_4
.addWidget(self
.label_27
, 2, 0, 1, 1)
313 self
.leavedate
= QtGui
.QDateEdit(self
.tab_3
)
314 self
.leavedate
.setDate(QtCore
.QDate(2003, 1, 1))
315 self
.leavedate
.setDisplayFormat(QtGui
.QApplication
.translate("biacv_mainwindow", "dd MMM, yyyy", None, QtGui
.QApplication
.UnicodeUTF8
))
316 self
.leavedate
.setCalendarPopup(True)
317 self
.leavedate
.setObjectName(_fromUtf8("leavedate"))
318 self
.gridLayout_4
.addWidget(self
.leavedate
, 2, 1, 1, 1)
319 self
.currentemployment
= QtGui
.QCheckBox(self
.tab_3
)
320 self
.currentemployment
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Current employment", None, QtGui
.QApplication
.UnicodeUTF8
))
321 self
.currentemployment
.setObjectName(_fromUtf8("currentemployment"))
322 self
.gridLayout_4
.addWidget(self
.currentemployment
, 2, 2, 1, 2)
323 self
.label_25
= QtGui
.QLabel(self
.tab_3
)
324 self
.label_25
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Organization name", None, QtGui
.QApplication
.UnicodeUTF8
))
325 self
.label_25
.setObjectName(_fromUtf8("label_25"))
326 self
.gridLayout_4
.addWidget(self
.label_25
, 3, 0, 1, 1)
327 self
.organization
= QtGui
.QLineEdit(self
.tab_3
)
328 self
.organization
.setObjectName(_fromUtf8("organization"))
329 self
.gridLayout_4
.addWidget(self
.organization
, 3, 1, 1, 4)
330 self
.label_30
= QtGui
.QLabel(self
.tab_3
)
331 self
.label_30
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Additional information", None, QtGui
.QApplication
.UnicodeUTF8
))
332 self
.label_30
.setObjectName(_fromUtf8("label_30"))
333 self
.gridLayout_4
.addWidget(self
.label_30
, 4, 0, 1, 1)
334 self
.additionalinfo
= QtGui
.QLineEdit(self
.tab_3
)
335 self
.additionalinfo
.setObjectName(_fromUtf8("additionalinfo"))
336 self
.gridLayout_4
.addWidget(self
.additionalinfo
, 4, 1, 1, 4)
337 self
.addhistory
= QtGui
.QPushButton(self
.tab_3
)
338 self
.addhistory
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "&Add", None, QtGui
.QApplication
.UnicodeUTF8
))
339 self
.addhistory
.setObjectName(_fromUtf8("addhistory"))
340 self
.gridLayout_4
.addWidget(self
.addhistory
, 5, 2, 1, 1)
341 self
.updatehistory
= QtGui
.QPushButton(self
.tab_3
)
342 self
.updatehistory
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "&Update", None, QtGui
.QApplication
.UnicodeUTF8
))
343 self
.updatehistory
.setObjectName(_fromUtf8("updatehistory"))
344 self
.gridLayout_4
.addWidget(self
.updatehistory
, 5, 3, 1, 1)
345 self
.deletehistory
= QtGui
.QPushButton(self
.tab_3
)
346 self
.deletehistory
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "&Delete", None, QtGui
.QApplication
.UnicodeUTF8
))
347 self
.deletehistory
.setObjectName(_fromUtf8("deletehistory"))
348 self
.gridLayout_4
.addWidget(self
.deletehistory
, 5, 4, 1, 1)
349 self
.professionlist
= QtGui
.QTreeWidget(self
.tab_3
)
350 self
.professionlist
.setAlternatingRowColors(True)
351 self
.professionlist
.setRootIsDecorated(False)
352 self
.professionlist
.setUniformRowHeights(True)
353 self
.professionlist
.setObjectName(_fromUtf8("professionlist"))
354 self
.professionlist
.headerItem().setText(0, QtGui
.QApplication
.translate("biacv_mainwindow", "Job title", None, QtGui
.QApplication
.UnicodeUTF8
))
355 self
.professionlist
.headerItem().setText(1, QtGui
.QApplication
.translate("biacv_mainwindow", "Date of joining", None, QtGui
.QApplication
.UnicodeUTF8
))
356 self
.professionlist
.headerItem().setText(2, QtGui
.QApplication
.translate("biacv_mainwindow", "Date of leaving", None, QtGui
.QApplication
.UnicodeUTF8
))
357 self
.professionlist
.headerItem().setText(3, QtGui
.QApplication
.translate("biacv_mainwindow", "Organization", None, QtGui
.QApplication
.UnicodeUTF8
))
358 self
.professionlist
.headerItem().setText(4, QtGui
.QApplication
.translate("biacv_mainwindow", "Additional info", None, QtGui
.QApplication
.UnicodeUTF8
))
359 self
.gridLayout_4
.addWidget(self
.professionlist
, 6, 0, 1, 5)
360 self
.pages
.addTab(self
.tab_3
, _fromUtf8(""))
361 self
.tab_6
= QtGui
.QWidget()
362 self
.tab_6
.setObjectName(_fromUtf8("tab_6"))
363 self
.gridLayout_8
= QtGui
.QGridLayout(self
.tab_6
)
364 self
.gridLayout_8
.setObjectName(_fromUtf8("gridLayout_8"))
365 self
.label_35
= QtGui
.QLabel(self
.tab_6
)
366 self
.label_35
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Short term career objectives (one per line)", None, QtGui
.QApplication
.UnicodeUTF8
))
367 self
.label_35
.setObjectName(_fromUtf8("label_35"))
368 self
.gridLayout_8
.addWidget(self
.label_35
, 0, 0, 1, 1)
369 self
.shorttermcareer
= QtGui
.QPlainTextEdit(self
.tab_6
)
370 self
.shorttermcareer
.setVerticalScrollBarPolicy(QtCore
.Qt
.ScrollBarAlwaysOn
)
371 self
.shorttermcareer
.setObjectName(_fromUtf8("shorttermcareer"))
372 self
.gridLayout_8
.addWidget(self
.shorttermcareer
, 1, 0, 1, 1)
373 self
.label_36
= QtGui
.QLabel(self
.tab_6
)
374 self
.label_36
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Long term career goals (one per line)", None, QtGui
.QApplication
.UnicodeUTF8
))
375 self
.label_36
.setObjectName(_fromUtf8("label_36"))
376 self
.gridLayout_8
.addWidget(self
.label_36
, 2, 0, 1, 1)
377 self
.longtermgoals
= QtGui
.QPlainTextEdit(self
.tab_6
)
378 self
.longtermgoals
.setVerticalScrollBarPolicy(QtCore
.Qt
.ScrollBarAlwaysOn
)
379 self
.longtermgoals
.setObjectName(_fromUtf8("longtermgoals"))
380 self
.gridLayout_8
.addWidget(self
.longtermgoals
, 3, 0, 1, 1)
381 self
.pages
.addTab(self
.tab_6
, _fromUtf8(""))
382 self
.tab_4
= QtGui
.QWidget()
383 self
.tab_4
.setObjectName(_fromUtf8("tab_4"))
384 self
.gridLayout_5
= QtGui
.QGridLayout(self
.tab_4
)
385 self
.gridLayout_5
.setObjectName(_fromUtf8("gridLayout_5"))
386 self
.label_29
= QtGui
.QLabel(self
.tab_4
)
387 self
.label_29
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Skill set title", None, QtGui
.QApplication
.UnicodeUTF8
))
388 self
.label_29
.setObjectName(_fromUtf8("label_29"))
389 self
.gridLayout_5
.addWidget(self
.label_29
, 0, 0, 1, 1)
390 self
.skillsettitle
= QtGui
.QLineEdit(self
.tab_4
)
391 self
.skillsettitle
.setObjectName(_fromUtf8("skillsettitle"))
392 self
.gridLayout_5
.addWidget(self
.skillsettitle
, 0, 1, 1, 3)
393 self
.label_31
= QtGui
.QLabel(self
.tab_4
)
394 self
.label_31
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Description/details", None, QtGui
.QApplication
.UnicodeUTF8
))
395 self
.label_31
.setObjectName(_fromUtf8("label_31"))
396 self
.gridLayout_5
.addWidget(self
.label_31
, 1, 0, 1, 1)
397 self
.skilldescription
= QtGui
.QPlainTextEdit(self
.tab_4
)
398 sizePolicy
= QtGui
.QSizePolicy(QtGui
.QSizePolicy
.Expanding
, QtGui
.QSizePolicy
.Fixed
)
399 sizePolicy
.setHorizontalStretch(0)
400 sizePolicy
.setVerticalStretch(0)
401 sizePolicy
.setHeightForWidth(self
.skilldescription
.sizePolicy().hasHeightForWidth())
402 self
.skilldescription
.setSizePolicy(sizePolicy
)
403 self
.skilldescription
.setMinimumSize(QtCore
.QSize(0, 120))
404 self
.skilldescription
.setMaximumSize(QtCore
.QSize(16777215, 120))
405 self
.skilldescription
.setVerticalScrollBarPolicy(QtCore
.Qt
.ScrollBarAlwaysOn
)
406 self
.skilldescription
.setObjectName(_fromUtf8("skilldescription"))
407 self
.gridLayout_5
.addWidget(self
.skilldescription
, 1, 1, 1, 3)
408 self
.addskill
= QtGui
.QPushButton(self
.tab_4
)
409 self
.addskill
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "&Add", None, QtGui
.QApplication
.UnicodeUTF8
))
410 self
.addskill
.setObjectName(_fromUtf8("addskill"))
411 self
.gridLayout_5
.addWidget(self
.addskill
, 2, 1, 1, 1)
412 self
.editskill
= QtGui
.QPushButton(self
.tab_4
)
413 self
.editskill
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "&Edit", None, QtGui
.QApplication
.UnicodeUTF8
))
414 self
.editskill
.setObjectName(_fromUtf8("editskill"))
415 self
.gridLayout_5
.addWidget(self
.editskill
, 2, 2, 1, 1)
416 self
.deleteskill
= QtGui
.QPushButton(self
.tab_4
)
417 self
.deleteskill
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "&Delete", None, QtGui
.QApplication
.UnicodeUTF8
))
418 self
.deleteskill
.setObjectName(_fromUtf8("deleteskill"))
419 self
.gridLayout_5
.addWidget(self
.deleteskill
, 2, 3, 1, 1)
420 self
.skillslist
= QtGui
.QColumnView(self
.tab_4
)
421 self
.skillslist
.setObjectName(_fromUtf8("skillslist"))
422 self
.gridLayout_5
.addWidget(self
.skillslist
, 3, 0, 1, 4)
423 self
.pages
.addTab(self
.tab_4
, _fromUtf8(""))
424 self
.tab_5
= QtGui
.QWidget()
425 self
.tab_5
.setObjectName(_fromUtf8("tab_5"))
426 self
.gridLayout_7
= QtGui
.QGridLayout(self
.tab_5
)
427 self
.gridLayout_7
.setObjectName(_fromUtf8("gridLayout_7"))
428 self
.frame
= QtGui
.QFrame(self
.tab_5
)
429 self
.frame
.setFrameShape(QtGui
.QFrame
.Panel
)
430 self
.frame
.setFrameShadow(QtGui
.QFrame
.Sunken
)
431 self
.frame
.setObjectName(_fromUtf8("frame"))
432 self
.gridLayout_6
= QtGui
.QGridLayout(self
.frame
)
433 self
.gridLayout_6
.setObjectName(_fromUtf8("gridLayout_6"))
434 self
.label_32
= QtGui
.QLabel(self
.frame
)
438 self
.label_32
.setFont(font
)
439 self
.label_32
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Languages known", None, QtGui
.QApplication
.UnicodeUTF8
))
440 self
.label_32
.setObjectName(_fromUtf8("label_32"))
441 self
.gridLayout_6
.addWidget(self
.label_32
, 0, 0, 1, 2)
442 self
.label_33
= QtGui
.QLabel(self
.frame
)
443 self
.label_33
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Language", None, QtGui
.QApplication
.UnicodeUTF8
))
444 self
.label_33
.setObjectName(_fromUtf8("label_33"))
445 self
.gridLayout_6
.addWidget(self
.label_33
, 1, 0, 1, 1)
446 self
.lineEdit
= QtGui
.QLineEdit(self
.frame
)
447 self
.lineEdit
.setObjectName(_fromUtf8("lineEdit"))
448 self
.gridLayout_6
.addWidget(self
.lineEdit
, 1, 1, 1, 1)
449 self
.checkBox_2
= QtGui
.QCheckBox(self
.frame
)
450 self
.checkBox_2
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Spoken", None, QtGui
.QApplication
.UnicodeUTF8
))
451 self
.checkBox_2
.setChecked(True)
452 self
.checkBox_2
.setObjectName(_fromUtf8("checkBox_2"))
453 self
.gridLayout_6
.addWidget(self
.checkBox_2
, 1, 2, 1, 1)
454 self
.checkBox_3
= QtGui
.QCheckBox(self
.frame
)
455 self
.checkBox_3
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Written", None, QtGui
.QApplication
.UnicodeUTF8
))
456 self
.checkBox_3
.setObjectName(_fromUtf8("checkBox_3"))
457 self
.gridLayout_6
.addWidget(self
.checkBox_3
, 1, 3, 1, 2)
458 self
.checkBox_4
= QtGui
.QCheckBox(self
.frame
)
459 self
.checkBox_4
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Proficient", None, QtGui
.QApplication
.UnicodeUTF8
))
460 self
.checkBox_4
.setObjectName(_fromUtf8("checkBox_4"))
461 self
.gridLayout_6
.addWidget(self
.checkBox_4
, 1, 5, 1, 2)
462 self
.addlanguage
= QtGui
.QPushButton(self
.frame
)
463 self
.addlanguage
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "&Add", None, QtGui
.QApplication
.UnicodeUTF8
))
464 self
.addlanguage
.setObjectName(_fromUtf8("addlanguage"))
465 self
.gridLayout_6
.addWidget(self
.addlanguage
, 2, 2, 1, 2)
466 self
.editlanguage
= QtGui
.QPushButton(self
.frame
)
467 self
.editlanguage
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "&Edit", None, QtGui
.QApplication
.UnicodeUTF8
))
468 self
.editlanguage
.setObjectName(_fromUtf8("editlanguage"))
469 self
.gridLayout_6
.addWidget(self
.editlanguage
, 2, 4, 1, 2)
470 self
.deletelanguage
= QtGui
.QPushButton(self
.frame
)
471 self
.deletelanguage
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "&Delete", None, QtGui
.QApplication
.UnicodeUTF8
))
472 self
.deletelanguage
.setObjectName(_fromUtf8("deletelanguage"))
473 self
.gridLayout_6
.addWidget(self
.deletelanguage
, 2, 6, 1, 1)
474 self
.languageslist
= QtGui
.QColumnView(self
.frame
)
475 self
.languageslist
.setObjectName(_fromUtf8("languageslist"))
476 self
.gridLayout_6
.addWidget(self
.languageslist
, 3, 0, 1, 7)
477 self
.gridLayout_7
.addWidget(self
.frame
, 0, 0, 1, 1)
478 self
.label_34
= QtGui
.QLabel(self
.tab_5
)
479 self
.label_34
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Additional information/disclaimer/declaration (added at the bottom of the CV)", None, QtGui
.QApplication
.UnicodeUTF8
))
480 self
.label_34
.setObjectName(_fromUtf8("label_34"))
481 self
.gridLayout_7
.addWidget(self
.label_34
, 1, 0, 1, 1)
482 self
.additionalinformation
= QtGui
.QPlainTextEdit(self
.tab_5
)
483 self
.additionalinformation
.setVerticalScrollBarPolicy(QtCore
.Qt
.ScrollBarAlwaysOn
)
484 self
.additionalinformation
.setObjectName(_fromUtf8("additionalinformation"))
485 self
.gridLayout_7
.addWidget(self
.additionalinformation
, 3, 0, 1, 1)
486 self
.pages
.addTab(self
.tab_5
, _fromUtf8(""))
487 self
.gridLayout_2
.addWidget(self
.pages
, 1, 0, 1, 2)
488 biacv_mainwindow
.setCentralWidget(self
.centralwidget
)
489 self
.menubar
= QtGui
.QMenuBar(biacv_mainwindow
)
490 self
.menubar
.setGeometry(QtCore
.QRect(0, 0, 730, 21))
491 self
.menubar
.setObjectName(_fromUtf8("menubar"))
492 self
.menu_File
= QtGui
.QMenu(self
.menubar
)
493 self
.menu_File
.setTitle(QtGui
.QApplication
.translate("biacv_mainwindow", "&File", None, QtGui
.QApplication
.UnicodeUTF8
))
494 self
.menu_File
.setObjectName(_fromUtf8("menu_File"))
495 self
.menu_Export
= QtGui
.QMenu(self
.menu_File
)
496 self
.menu_Export
.setTitle(QtGui
.QApplication
.translate("biacv_mainwindow", "&Export", None, QtGui
.QApplication
.UnicodeUTF8
))
497 self
.menu_Export
.setObjectName(_fromUtf8("menu_Export"))
498 self
.menu_Help
= QtGui
.QMenu(self
.menubar
)
499 self
.menu_Help
.setTitle(QtGui
.QApplication
.translate("biacv_mainwindow", "&Help", None, QtGui
.QApplication
.UnicodeUTF8
))
500 self
.menu_Help
.setObjectName(_fromUtf8("menu_Help"))
501 biacv_mainwindow
.setMenuBar(self
.menubar
)
502 self
.statusbar
= QtGui
.QStatusBar(biacv_mainwindow
)
503 self
.statusbar
.setObjectName(_fromUtf8("statusbar"))
504 biacv_mainwindow
.setStatusBar(self
.statusbar
)
505 self
.action_New
= QtGui
.QAction(biacv_mainwindow
)
506 self
.action_New
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "&New", None, QtGui
.QApplication
.UnicodeUTF8
))
507 self
.action_New
.setObjectName(_fromUtf8("action_New"))
508 self
.action_Save
= QtGui
.QAction(biacv_mainwindow
)
509 self
.action_Save
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "&Open...", None, QtGui
.QApplication
.UnicodeUTF8
))
510 self
.action_Save
.setObjectName(_fromUtf8("action_Save"))
511 self
.action_Save_2
= QtGui
.QAction(biacv_mainwindow
)
512 self
.action_Save_2
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "&Save", None, QtGui
.QApplication
.UnicodeUTF8
))
513 self
.action_Save_2
.setObjectName(_fromUtf8("action_Save_2"))
514 self
.actionSave_As
= QtGui
.QAction(biacv_mainwindow
)
515 self
.actionSave_As
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "Save &As...", None, QtGui
.QApplication
.UnicodeUTF8
))
516 self
.actionSave_As
.setObjectName(_fromUtf8("actionSave_As"))
517 self
.action_HTML
= QtGui
.QAction(biacv_mainwindow
)
518 self
.action_HTML
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "&HTML...", None, QtGui
.QApplication
.UnicodeUTF8
))
519 self
.action_HTML
.setObjectName(_fromUtf8("action_HTML"))
520 self
.actionOpenDocument_ODT
= QtGui
.QAction(biacv_mainwindow
)
521 self
.actionOpenDocument_ODT
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "OpenDocument ODT...", None, QtGui
.QApplication
.UnicodeUTF8
))
522 self
.actionOpenDocument_ODT
.setObjectName(_fromUtf8("actionOpenDocument_ODT"))
523 self
.actionE_xit
= QtGui
.QAction(biacv_mainwindow
)
524 self
.actionE_xit
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "E&xit", None, QtGui
.QApplication
.UnicodeUTF8
))
525 self
.actionE_xit
.setObjectName(_fromUtf8("actionE_xit"))
526 self
.action_About
= QtGui
.QAction(biacv_mainwindow
)
527 self
.action_About
.setText(QtGui
.QApplication
.translate("biacv_mainwindow", "&About", None, QtGui
.QApplication
.UnicodeUTF8
))
528 self
.action_About
.setObjectName(_fromUtf8("action_About"))
529 self
.menu_Export
.addAction(self
.action_HTML
)
530 self
.menu_Export
.addAction(self
.actionOpenDocument_ODT
)
531 self
.menu_File
.addAction(self
.action_New
)
532 self
.menu_File
.addAction(self
.action_Save
)
533 self
.menu_File
.addSeparator()
534 self
.menu_File
.addAction(self
.action_Save_2
)
535 self
.menu_File
.addAction(self
.actionSave_As
)
536 self
.menu_File
.addAction(self
.menu_Export
.menuAction())
537 self
.menu_File
.addSeparator()
538 self
.menu_File
.addAction(self
.actionE_xit
)
539 self
.menu_Help
.addAction(self
.action_About
)
540 self
.menubar
.addAction(self
.menu_File
.menuAction())
541 self
.menubar
.addAction(self
.menu_Help
.menuAction())
543 self
.retranslateUi(biacv_mainwindow
)
544 self
.pages
.setCurrentIndex(0)
545 QtCore
.QObject
.connect(self
.addeducation
, QtCore
.SIGNAL(_fromUtf8("clicked()")), biacv_mainwindow
.on_add_education
)
546 QtCore
.QObject
.connect(self
.deleteeducation
, QtCore
.SIGNAL(_fromUtf8("clicked()")), biacv_mainwindow
.on_delete_education
)
547 QtCore
.QObject
.connect(self
.educationlist
, QtCore
.SIGNAL(_fromUtf8("itemSelectionChanged()")), biacv_mainwindow
.on_select_education
)
548 QtCore
.QObject
.connect(self
.updateeducation
, QtCore
.SIGNAL(_fromUtf8("clicked()")), biacv_mainwindow
.on_update_education
)
549 QtCore
.QObject
.connect(self
.educationlist
, QtCore
.SIGNAL(_fromUtf8("activated(QModelIndex)")), biacv_mainwindow
.on_select_education
)
550 QtCore
.QObject
.connect(self
.currentemployment
, QtCore
.SIGNAL(_fromUtf8("toggled(bool)")), biacv_mainwindow
.on_change_currentemployment
)
551 QtCore
.QObject
.connect(self
.addhistory
, QtCore
.SIGNAL(_fromUtf8("clicked()")), biacv_mainwindow
.on_add_profession
)
552 QtCore
.QObject
.connect(self
.professionlist
, QtCore
.SIGNAL(_fromUtf8("itemSelectionChanged()")), biacv_mainwindow
.on_select_profession
)
553 QtCore
.QObject
.connect(self
.professionlist
, QtCore
.SIGNAL(_fromUtf8("activated(QModelIndex)")), biacv_mainwindow
.on_select_profession
)
554 QtCore
.QObject
.connect(self
.deletehistory
, QtCore
.SIGNAL(_fromUtf8("clicked()")), biacv_mainwindow
.on_delete_profession
)
555 QtCore
.QMetaObject
.connectSlotsByName(biacv_mainwindow
)
557 def retranslateUi(self
, biacv_mainwindow
):
558 self
.pages
.setTabText(self
.pages
.indexOf(self
.tab
), QtGui
.QApplication
.translate("biacv_mainwindow", "Personal information", None, QtGui
.QApplication
.UnicodeUTF8
))
559 self
.pages
.setTabText(self
.pages
.indexOf(self
.tab_2
), QtGui
.QApplication
.translate("biacv_mainwindow", "Educational Qualifications", None, QtGui
.QApplication
.UnicodeUTF8
))
560 self
.pages
.setTabText(self
.pages
.indexOf(self
.tab_3
), QtGui
.QApplication
.translate("biacv_mainwindow", "Professional History", None, QtGui
.QApplication
.UnicodeUTF8
))
561 self
.pages
.setTabText(self
.pages
.indexOf(self
.tab_6
), QtGui
.QApplication
.translate("biacv_mainwindow", "Career objectives", None, QtGui
.QApplication
.UnicodeUTF8
))
562 self
.pages
.setTabText(self
.pages
.indexOf(self
.tab_4
), QtGui
.QApplication
.translate("biacv_mainwindow", "Skill sets", None, QtGui
.QApplication
.UnicodeUTF8
))
563 self
.pages
.setTabText(self
.pages
.indexOf(self
.tab_5
), QtGui
.QApplication
.translate("biacv_mainwindow", "Additional information", None, QtGui
.QApplication
.UnicodeUTF8
))