mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 16:41:18 +02: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:
@@ -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