Helpviewer/CookieJar/CookieModel.py

changeset 487
4d41d03d3d00
parent 37
bfe92e414977
child 791
9ec2ac20e54e
equal deleted inserted replaced
486:e4711a55e482 487:4d41d03d3d00
30 self.trUtf8("Secure"), 30 self.trUtf8("Secure"),
31 self.trUtf8("Expires"), 31 self.trUtf8("Expires"),
32 self.trUtf8("Contents"), 32 self.trUtf8("Contents"),
33 ] 33 ]
34 self.__cookieJar = cookieJar 34 self.__cookieJar = cookieJar
35 self.connect(self.__cookieJar, SIGNAL("cookiesChanged()"), self.__cookiesChanged) 35 self.__cookieJar.cookiesChanged.connect(self.__cookiesChanged)
36 self.__cookieJar.load() 36 self.__cookieJar.load()
37 37
38 def headerData(self, section, orientation, role): 38 def headerData(self, section, orientation, role):
39 """ 39 """
40 Public method to get header data from the model. 40 Public method to get header data from the model.

eric ide

mercurial