108 self.__treeView.show() |
108 self.__treeView.show() |
109 |
109 |
110 self.locationCombo.setModel(self.__proxyModel) |
110 self.locationCombo.setModel(self.__proxyModel) |
111 self.locationCombo.setView(self.__treeView) |
111 self.locationCombo.setView(self.__treeView) |
112 |
112 |
113 self.addressEdit.setInactiveText(self.tr("Url")) |
|
114 self.nameEdit.setInactiveText(self.tr("Title")) |
|
115 |
|
116 self.resize(self.sizeHint()) |
113 self.resize(self.sizeHint()) |
117 |
114 |
118 def setUrl(self, url): |
115 def setUrl(self, url): |
119 """ |
116 """ |
120 Public slot to set the URL of the new bookmark. |
117 Public slot to set the URL of the new bookmark. |