mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1703207 [Editing Custom search URL in Look and Feel](https://bugs.launchpad.net/calibre/+bug/1703207)
This commit is contained in:
parent
6ea26cc885
commit
29f11b490e
@ -74,6 +74,7 @@ class DefaultAuthorLink(QWidget): # {{{
|
|||||||
c.addItem(text, data)
|
c.addItem(text, data)
|
||||||
l.addRow(_('Clicking on &author names should:'), c)
|
l.addRow(_('Clicking on &author names should:'), c)
|
||||||
self.custom_url = u = QLineEdit(self)
|
self.custom_url = u = QLineEdit(self)
|
||||||
|
u.textChanged.connect(self.changed_signal)
|
||||||
u.setPlaceholderText(_('Enter the URL'))
|
u.setPlaceholderText(_('Enter the URL'))
|
||||||
c.currentIndexChanged.connect(self.current_changed)
|
c.currentIndexChanged.connect(self.current_changed)
|
||||||
l.addRow(u)
|
l.addRow(u)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user