mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
8bb80c764b
commit
656859a58e
@ -69,6 +69,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.setPlaceholderText(_('Enter the URL'))
|
||||||
c.currentIndexChanged.connect(self.current_changed)
|
c.currentIndexChanged.connect(self.current_changed)
|
||||||
l.addRow(u)
|
l.addRow(u)
|
||||||
self.current_changed()
|
self.current_changed()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user