mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
8cb5079338
commit
9392aa40e4
@ -146,8 +146,12 @@ class CreateVirtualLibrary(QDialog): # {{{
|
|||||||
|
|
||||||
<p>For example you can use a Virtual Library to only show you books with the Tag <i>"Unread"</i>
|
<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>
|
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.setWordWrap(True)
|
||||||
|
hl.setOpenExternalLinks(True)
|
||||||
hl.setFrameStyle(hl.StyledPanel)
|
hl.setFrameStyle(hl.StyledPanel)
|
||||||
gl.addWidget(hl, 0, 3, 4, 1)
|
gl.addWidget(hl, 0, 3, 4, 1)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user