mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
...
This commit is contained in:
parent
8bb80c764b
commit
656859a58e
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ def __init__(self, parent):
|
|||
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…
Reference in a new issue