mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 07:05:48 +01:00
2020-08-12 Fred Gleason <fredg@paravelsystems.com>
* Added 'RDFontEngine::bigLabelFont()' and 'RDFontEngine::bigLabelFontMetrics()' methods. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -36,6 +36,7 @@ all-local: cae.html\
|
||||
catchd.html\
|
||||
catchd.pdf\
|
||||
fonts.html\
|
||||
fonts.rdcastmanager.list_carts.png\
|
||||
fonts.pdf\
|
||||
fonts.rdadmin.configure_rdairplay_screenshot.png\
|
||||
fonts.rdairplay_screenshot.png\
|
||||
@@ -64,6 +65,8 @@ EXTRA_DIST = cae.html\
|
||||
fonts.rdairplay_screenshot.xcf\
|
||||
fonts.rdcartslots_screenshot.png\
|
||||
fonts.rdcartslots_screenshot.xcf\
|
||||
fonts.rdcastmanager.list_carts.png\
|
||||
fonts.rdcastmanager.list_carts.xcf\
|
||||
fonts.rdcastmanager.uploading_audio_screenshot.png\
|
||||
fonts.rdcastmanager.uploading_audio_screenshot.xcf\
|
||||
fonts.rdlibrary.edit_audio_screenshot.png\
|
||||
|
||||
BIN
docs/apis/fonts.rdcastmanager.list_carts.png
Normal file
BIN
docs/apis/fonts.rdcastmanager.list_carts.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
BIN
docs/apis/fonts.rdcastmanager.list_carts.xcf
Normal file
BIN
docs/apis/fonts.rdcastmanager.list_carts.xcf
Normal file
Binary file not shown.
@@ -90,6 +90,16 @@
|
||||
<sect2 xml:id="sect.accessing_fonts.label_fonts">
|
||||
<title>Label Fonts</title>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><code>bigLabelFont()</code></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Font for use in <code>QLabel</code> widgets used for
|
||||
labeling the major UI element in a dialog, such as a
|
||||
<code>QListView</code>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><code>labelFont()</code></term>
|
||||
<listitem>
|
||||
@@ -274,6 +284,21 @@
|
||||
</mediaobject>
|
||||
</para>
|
||||
</sect2>
|
||||
<sect2 xml:id="sect.examples.rdcastmanager.list_carts">
|
||||
<title>RDCastManager - List Carts</title>
|
||||
<para>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata align="center" fileref="fonts.rdcastmanager.list_carts.png" scale="70"/>
|
||||
</imageobject>
|
||||
<caption>
|
||||
<para>
|
||||
Example of <code>bigLabelFont()</code>
|
||||
</para>
|
||||
</caption>
|
||||
</mediaobject>
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user