63 """ |
63 """ |
64 urlString = button.feed[1] |
64 urlString = button.feed[1] |
65 url = QUrl(urlString) |
65 url = QUrl(urlString) |
66 if url.isRelative(): |
66 if url.isRelative(): |
67 url = self.__browser.url().resolved(url) |
67 url = self.__browser.url().resolved(url) |
68 urlString = url.toDisplayString(QUrl.FullyDecoded) |
68 urlString = url.toDisplayString( |
|
69 QUrl.ComponentFormattingOption.FullyDecoded) |
69 |
70 |
70 if not url.isValid(): |
71 if not url.isValid(): |
71 return |
72 return |
72 |
73 |
73 if button.feed[0]: |
74 if button.feed[0]: |