mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
...
This commit is contained in:
parent
8bb80c764b
commit
656859a58e
@ -69,6 +69,7 @@ class DefaultAuthorLink(QWidget): # {{{
|
||||
c.addItem(text, data)
|
||||
l.addRow(_('Clicking on &author names should:'), c)
|
||||
self.custom_url = u = QLineEdit(self)
|
||||
u.setPlaceholderText(_('Enter the URL'))
|
||||
c.currentIndexChanged.connect(self.current_changed)
|
||||
l.addRow(u)
|
||||
self.current_changed()
|
||||
|
Loading…
x
Reference in New Issue
Block a user