hi again. I have this app which show a khtmlpart (with no
khtmlview). when a user clicks a link, I create a new tab with a
khtmlview and a khtmlpart. but when I try to show the new tab, it
craches. the code that creates the new tab is this:
def openInNewTab (self, url, urlArgs):
linkTab= QWidget(self.tabMaster)
tabLayout= QVBoxLayout(linkTab,11,6)
htmlView= KHTMLPart ()
htmlView.openURL (url)
newTab= KHTMLView (htmlView, linkTab)
tabLayout.addWidget (newTab)
self.tabMaster.addTab (linkTab, url.url ())
self.tabMaster is the QTabWidget that contains the tabs. any hints
what could be wrong?
--
(Not so) Random fortune:
10:54 -!- e-squizo [EMAIL PROTECTED] has quit ["SIGBRAINFART"]
11:02 < el_machi> la sig de salida de e-squizo ¿es "brain fart" o "bra infart"?
_______________________________________________
PyKDE mailing list [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde