mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-27 06:55:37 +01:00
...
This commit is contained in:
parent
8cb5079338
commit
9392aa40e4
1 changed files with 4 additions and 0 deletions
|
|
@ -146,8 +146,12 @@ def __init__(self, gui, existing_names, editing=None):
|
|||
|
||||
<p>For example you can use a Virtual Library to only show you books with the Tag <i>"Unread"</i>
|
||||
or only books by <i>"My Favorite Author"</i> or only books in a particular series.</p>
|
||||
|
||||
<p>More information and examples are available in the
|
||||
<a href="http://manual.calibre-ebook.com/virtual_libraries.html">User Manual</a>.</p>
|
||||
'''))
|
||||
hl.setWordWrap(True)
|
||||
hl.setOpenExternalLinks(True)
|
||||
hl.setFrameStyle(hl.StyledPanel)
|
||||
gl.addWidget(hl, 0, 3, 4, 1)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue