You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
673 lines
16 KiB
673 lines
16 KiB
12 years ago
|
<!-- If you want to validate or edit this document separately, uncomment
|
||
|
this prolog
|
||
|
|
||
|
<?xml version="1.0" ?>
|
||
|
<!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.1-Based Variant V1.0//EN" "dtd/kdex.dtd">
|
||
|
|
||
|
-->
|
||
|
|
||
|
<chapter id="prog-guide">
|
||
|
<chapterinfo>
|
||
|
<authorgroup>
|
||
|
<author
|
||
|
><firstname
|
||
|
>Alexander</firstname
|
||
|
> <surname
|
||
|
>Dymo</surname
|
||
|
> <affiliation
|
||
|
> <address
|
||
|
><email
|
||
|
>cloudtemple@mksat.net</email
|
||
|
></address>
|
||
|
</affiliation>
|
||
|
</author>
|
||
|
<author
|
||
|
><firstname
|
||
|
>Phil</firstname
|
||
|
> <surname
|
||
|
>Thompson</surname
|
||
|
> <affiliation
|
||
|
> <address
|
||
|
><email
|
||
|
>phil@river-bank.demon.co.uk</email
|
||
|
></address>
|
||
|
</affiliation>
|
||
|
</author>
|
||
|
<othercredit role="translator"
|
||
|
><firstname
|
||
|
>Juan Manuel</firstname
|
||
|
><surname
|
||
|
>García Molina</surname
|
||
|
><affiliation
|
||
|
><address
|
||
|
><email
|
||
|
>juanma@superiodico.net</email
|
||
|
></address
|
||
|
></affiliation
|
||
|
><contrib
|
||
|
>Traductor</contrib
|
||
|
></othercredit
|
||
|
>
|
||
|
</authorgroup>
|
||
|
</chapterinfo>
|
||
|
<title
|
||
|
>Guía del programador</title>
|
||
|
|
||
|
<sect1 id="how-to-use-in-progs">
|
||
|
<title
|
||
|
>Cómo usar &kugar; para hacer informes en sus propios programas</title>
|
||
|
|
||
|
<itemizedlist>
|
||
|
<title
|
||
|
>Hay varias formas de usar &kugar;</title>
|
||
|
<listitem>
|
||
|
<para
|
||
|
>Crear un archivo temporal y rellenarlo con datos, organizados de acuerdo a la <link linkend="kugardata-dtd"
|
||
|
>definición del tipo de documento deKugarData</link
|
||
|
>. Luego llame al shell del comando <command
|
||
|
>kugar</command
|
||
|
> ( <cmdsynopsis
|
||
|
> <command
|
||
|
>kugar</command
|
||
|
> <group
|
||
|
> <option
|
||
|
>-d <replaceable
|
||
|
>archivo de datos de Kugar</replaceable
|
||
|
></option
|
||
|
> </group
|
||
|
> <group
|
||
|
> <option
|
||
|
>-r <replaceable
|
||
|
>archivo de plantilla kugar</replaceable
|
||
|
></option
|
||
|
> </group
|
||
|
> </cmdsynopsis
|
||
|
> ) para ver e imprimir el informe. En <link linkend="prog-using-for-preview"
|
||
|
>Usando el shell de &kugar; para visualizar informes</link
|
||
|
> tiene una descripción detallada. </para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para
|
||
|
>Use &kugar; directamente en el código de la aplicación. En <link linkend="prog-using-widget"
|
||
|
>Usar las clases de &kugar; para hacer informes</link
|
||
|
> tiene una descripción detallada. </para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para
|
||
|
>Cree un accesorio para &Qt; designer, úselo para construir el &GUI; de la aplicación en el designer y enlácelo con el programa dinámicamente. En <link linkend="prog-designer-plugin"
|
||
|
>Crear un accesorio para &Qt; designer</link
|
||
|
> tiene una descripción detallada. </para>
|
||
|
</listitem>
|
||
|
</itemizedlist>
|
||
|
|
||
|
<para
|
||
|
>Las últimas dos formas son aceptables para desarrolladores de &Qt; y &kde;. Pero &kugar; está diseñado para ser un generador de informes, independientemente de un lenguaje de programación y/o <acronym
|
||
|
>IDE</acronym
|
||
|
>. Usa el formato &XML; para describir plantillas de informes y archivos de datos. Así que cualquier programa puede producir salida en formato de archivo de datos de &kugar; como se describe en <link linkend="kugardata-dtd"
|
||
|
><acronym
|
||
|
>DTD</acronym
|
||
|
> de KugarData</link
|
||
|
> o incluso el formato de archivo de plantilla de informe (vea <link linkend="template-dtd"
|
||
|
><acronym
|
||
|
>DTD</acronym
|
||
|
> de KugarTemplate</link
|
||
|
>). El shell de &kugar; (visor de informes) se puede usar para ver e imprimir los informes generados. </para>
|
||
|
|
||
|
</sect1>
|
||
|
|
||
|
<sect1 id="prog-using-for-preview">
|
||
|
<title
|
||
|
>Usando el shell de &kugar; para visualizar informes</title>
|
||
|
|
||
|
<orderedlist>
|
||
|
<title
|
||
|
>La forma de crear y previsualizar (imprimir) informes es:</title>
|
||
|
<listitem>
|
||
|
<para
|
||
|
>Cree una plantilla de informe con &kudesigner; </para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para
|
||
|
>Cree un archivo de datos con valores de columnas para las bandas detalladas del informe. Use el <link linkend="kugardata-dtd"
|
||
|
><acronym
|
||
|
>DTD</acronym
|
||
|
> de KugarData</link
|
||
|
> para producir archivos de datos correctos. </para>
|
||
|
</listitem>
|
||
|
<listitem>
|
||
|
<para
|
||
|
>Lance el shell de &kugar; para visualizar e imprimir el informe. Por ejemplo, haga esto en llamadas de los lengaje C o C++:</para>
|
||
|
|
||
|
<programlisting
|
||
|
><function
|
||
|
>system(<option
|
||
|
>"kugar -r <replaceable
|
||
|
>template_file.ktf</replaceable
|
||
|
>-d <replaceable
|
||
|
>data_file.kdf</replaceable
|
||
|
>"</option
|
||
|
>)</function
|
||
|
>.
|
||
|
</programlisting>
|
||
|
|
||
|
<para
|
||
|
>No olvide incluir <filename class="headerfile"
|
||
|
>stdlib.h</filename
|
||
|
>. </para>
|
||
|
</listitem>
|
||
|
</orderedlist>
|
||
|
</sect1>
|
||
|
|
||
|
<sect1 id="prog-using-widget">
|
||
|
<title
|
||
|
>Usae clases de &kugar; para hacer informes</title>
|
||
|
<para
|
||
|
>La biblioteca de &kugar; incluye dos elementos para que los use. </para>
|
||
|
<para
|
||
|
>La clase <classname
|
||
|
>KReportViewer</classname
|
||
|
> está diseñada para desarrolladores de &kde;. Admite un sistema de impresión de &kde; y localización de &UNIX; vía llamadas a <function
|
||
|
>i18n()</function
|
||
|
>. </para>
|
||
|
<para
|
||
|
>La clase <classname
|
||
|
>MReportViewer</classname
|
||
|
> está diseñada para desarrolladores de &Qt; y proporciona multiplataforma real. No sólo se puede usar en plataformas &UNIX;, sino también en &Windows; y &MacOS;. </para>
|
||
|
<para
|
||
|
>Para construir un programa que utilice la biblioteca kugar, se debe enlazar con la biblioteca compartida <filename
|
||
|
>libkugar.so</filename
|
||
|
>, que se proporciona con la distribución de &kugar; en todas las plataformas &UNIX;. </para>
|
||
|
<para
|
||
|
>Los archivos que hay que incluir son <filename
|
||
|
>kugarqt.h</filename
|
||
|
> y <filename
|
||
|
>kugar.h</filename
|
||
|
> para los programas de &Qt; y &kde; respectivamente. </para>
|
||
|
<para
|
||
|
>Para un ejemplo detallado de cómo se usan las clases de &kugar;, vea la carpeta <filename class="directory"
|
||
|
>/shell</filename
|
||
|
> en las fuentes de &kugar;. </para>
|
||
|
<para
|
||
|
><classname
|
||
|
>MReportViewer</classname
|
||
|
> (y <classname
|
||
|
>KReportViewer</classname
|
||
|
> también) contiene varios métodos públicos que se pueden usar. </para>
|
||
|
<funcsynopsis>
|
||
|
<funcprototype>
|
||
|
<funcdef
|
||
|
>void <function
|
||
|
>renderReport</function
|
||
|
></funcdef>
|
||
|
<void/>
|
||
|
</funcprototype>
|
||
|
<funcsynopsisinfo
|
||
|
>Visualiza el informe en pantalla.</funcsynopsisinfo>
|
||
|
</funcsynopsis>
|
||
|
|
||
|
<funcsynopsis>
|
||
|
<funcprototype>
|
||
|
<funcdef
|
||
|
>void <function
|
||
|
>printReport</function
|
||
|
></funcdef>
|
||
|
<void/>
|
||
|
</funcprototype>
|
||
|
<funcsynopsisinfo
|
||
|
>LLama al cuadro de diálogo de impresión para imprimir el informe.</funcsynopsisinfo>
|
||
|
</funcsynopsis>
|
||
|
|
||
|
<funcsynopsis>
|
||
|
<funcprototype>
|
||
|
<funcdef
|
||
|
>void <function
|
||
|
>clearReport</function
|
||
|
></funcdef>
|
||
|
<void/>
|
||
|
</funcprototype>
|
||
|
<funcsynopsisinfo
|
||
|
>Limpia el informe en una pantalla y libera los datos del informe. Llame a esta función antes de abrir el informe nuevo.</funcsynopsisinfo>
|
||
|
</funcsynopsis>
|
||
|
|
||
|
<funcsynopsis>
|
||
|
<funcprototype
|
||
|
><funcdef
|
||
|
>bool <function
|
||
|
>setReportData</function
|
||
|
></funcdef
|
||
|
> <paramdef
|
||
|
>const QString &<parameter
|
||
|
>nombre_arch_datos</parameter
|
||
|
></paramdef
|
||
|
> </funcprototype>
|
||
|
<funcsynopsisinfo
|
||
|
>Toma los datos para el informe del archivo <replaceable
|
||
|
>nombre_arch_datos</replaceable
|
||
|
>.</funcsynopsisinfo>
|
||
|
</funcsynopsis>
|
||
|
|
||
|
<funcsynopsis>
|
||
|
<funcprototype
|
||
|
><funcdef
|
||
|
>bool <function
|
||
|
>setReportData</function
|
||
|
></funcdef
|
||
|
> <paramdef
|
||
|
>const QIODevice &<parameter
|
||
|
>disp_datos_es</parameter
|
||
|
></paramdef
|
||
|
> </funcprototype>
|
||
|
<funcsynopsisinfo
|
||
|
>Toma los datos para el informe del archivo <replaceable
|
||
|
>disp_datos_es</replaceable
|
||
|
>. El dispositivo de E/S puede ser cualquier heredero de la clase <classname
|
||
|
>QIODevice</classname
|
||
|
>. Por ejemplo, para recoger registros directamente de la base de datos, cree un heredero de <classname
|
||
|
>QIODevice</classname
|
||
|
> y redefina toda la funcionalidad necesaria. </funcsynopsisinfo>
|
||
|
</funcsynopsis>
|
||
|
|
||
|
<funcsynopsis>
|
||
|
<funcprototype
|
||
|
><funcdef
|
||
|
>bool <function
|
||
|
>setReportTemplate</function
|
||
|
></funcdef
|
||
|
> <paramdef
|
||
|
>const QString &<parameter
|
||
|
>nombre_arch_plantilla</parameter
|
||
|
></paramdef
|
||
|
> </funcprototype>
|
||
|
<funcsynopsisinfo
|
||
|
>Toma loa plantilla del informe del archivo <replaceable
|
||
|
>nombre_arch_plantilla</replaceable
|
||
|
>.</funcsynopsisinfo>
|
||
|
</funcsynopsis>
|
||
|
|
||
|
<funcsynopsis>
|
||
|
<funcprototype
|
||
|
><funcdef
|
||
|
>bool <function
|
||
|
>setReportTemplate</function
|
||
|
></funcdef
|
||
|
> <paramdef
|
||
|
>const QIODevice &<parameter
|
||
|
>disp_es_plantilla</parameter
|
||
|
></paramdef
|
||
|
> </funcprototype>
|
||
|
<funcsynopsisinfo
|
||
|
>Toma la plantilla del informe del archivo <replaceable
|
||
|
>disp_es_plantilla</replaceable
|
||
|
> . El dispositivo de E/S puede ser cualquier heredero de la clase <classname
|
||
|
>QIODevice</classname
|
||
|
>. Por ejemplo, para obtener una plantilla del informe de algún sitio de almacenamiento de la red o una base de datos, cree un heredero de QIODevice y redefina toda la funcionalidad necesaria. </funcsynopsisinfo>
|
||
|
</funcsynopsis>
|
||
|
|
||
|
</sect1>
|
||
|
|
||
|
<sect1 id="prog-designer-plugin">
|
||
|
<title
|
||
|
>Creando un plugin de &Qt; designer</title>
|
||
|
|
||
|
<para
|
||
|
>Este es el código de ejemplo de cómo se crea el accesorio del diseñador. El código de abajo crea el accesorio para un elemento <classname
|
||
|
>KReportViewer</classname
|
||
|
> de &kde;. </para>
|
||
|
|
||
|
<para
|
||
|
>Si se desea un accesorio para &Qt;, cambie <classname
|
||
|
>KReportViewer</classname
|
||
|
> por <classname
|
||
|
>MReportViewer</classname
|
||
|
> y <filename
|
||
|
>kugar.h</filename
|
||
|
> por <filename
|
||
|
>kugarqt.h</filename
|
||
|
> en el código del accesorio. </para>
|
||
|
|
||
|
<sect2 id="plugin-usage">
|
||
|
<title
|
||
|
>Uso del plugin</title>
|
||
|
<para
|
||
|
>El accesorio del diseñador permitirá el uso de &Qt; Designer para ubicar el elemento <classname
|
||
|
>KReportViewer</classname
|
||
|
> en una ventana y visualizarlo correctamente. </para>
|
||
|
|
||
|
<para
|
||
|
>Los programas que hacen uso de este accesorio se deben enlazar con él dinámicamente. La biblioteca correspondiente se llama <filename
|
||
|
>libkugar_plugin.so</filename
|
||
|
>. Los elementos o diálogos que incluyen el elemento <classname
|
||
|
>KReportViewer</classname
|
||
|
> deben incluir <kugar.h> en la implementación y tener una declaración más adelante de la clase <classname
|
||
|
>class KReportViewer</classname
|
||
|
>. Se pueden hacer los «includes» con el Explorador de objetos de &Qt; Designer (solapa Fuente). </para>
|
||
|
|
||
|
<para
|
||
|
>Para construir un accesorio, ejecute: <cmdsynopsis
|
||
|
><command
|
||
|
>qmake</command
|
||
|
> <arg
|
||
|
>kugar_plugin.pro</arg
|
||
|
> </cmdsynopsis>
|
||
|
<cmdsynopsis>
|
||
|
<command
|
||
|
>make</command>
|
||
|
</cmdsynopsis>
|
||
|
</para>
|
||
|
|
||
|
</sect2>
|
||
|
|
||
|
<sect2 id="plugin-code">
|
||
|
<title
|
||
|
>Código del plugin</title>
|
||
|
|
||
|
<segmentedlist>
|
||
|
<title
|
||
|
>El código del plugin consta de tres archivos:</title>
|
||
|
<segtitle
|
||
|
><link linkend="plugin-h-source"
|
||
|
>kugar_plugin.h</link
|
||
|
></segtitle>
|
||
|
<segtitle
|
||
|
><link linkend="plugin-cpp-source"
|
||
|
>kugar_plugin.cpp</link
|
||
|
></segtitle>
|
||
|
<segtitle
|
||
|
><link linkend="plugin-pro-source"
|
||
|
>kugar_plugin.pro</link
|
||
|
></segtitle>
|
||
|
<seglistitem>
|
||
|
<seg
|
||
|
>Un archivo de encabezado para <classname
|
||
|
>KugarWidgetPlugin</classname
|
||
|
>, sucesor de <classname
|
||
|
>QWidgetPlugin</classname
|
||
|
>.</seg>
|
||
|
<seg
|
||
|
>Un archivo fuente para <classname
|
||
|
>KugarWidgetPlugin</classname
|
||
|
>, sucesor de <classname
|
||
|
>QWidgetPlugin</classname
|
||
|
>.</seg>
|
||
|
<seg
|
||
|
>Un archivo de proyecto para la utilidad <application
|
||
|
>QMake</application
|
||
|
>.</seg>
|
||
|
</seglistitem>
|
||
|
</segmentedlist>
|
||
|
|
||
|
<sect3 id="plugin-h-source">
|
||
|
<title
|
||
|
>kugar_plugin.h</title>
|
||
|
|
||
|
<programlisting
|
||
|
>#include <qwidgetplugin.h
|
||
|
>>
|
||
|
|
||
|
class KugarWidgetPlugin:public QWidgetPlugin
|
||
|
{
|
||
|
public:
|
||
|
KugarWidgetPlugin ();
|
||
|
|
||
|
QStringList keys () const;
|
||
|
QWidget *create (const QString & classname, QWidget * parent =
|
||
|
0, const char *name = 0);
|
||
|
QString group (const QString &) const;
|
||
|
QIconSet iconSet (const QString &) const;
|
||
|
QString includeFile (const QString &) const;
|
||
|
QString toolTip (const QString &) const;
|
||
|
QString whatsThis (const QString &) const;
|
||
|
bool isContainer (const QString &) const;
|
||
|
};
|
||
|
</programlisting>
|
||
|
</sect3>
|
||
|
|
||
|
|
||
|
<sect3 id="plugin-cpp-source">
|
||
|
<title
|
||
|
>kugar_plugin.cpp</title>
|
||
|
|
||
|
<programlisting
|
||
|
>#include "kugar_plugin.h"
|
||
|
#include <kugar.h>
|
||
|
|
||
|
static const char *kugar_pixmap[] = {
|
||
|
"22 22 127 2",
|
||
|
".d c #000000",
|
||
|
".c c #131313",
|
||
|
".b c #282828",
|
||
|
".a c #434241",
|
||
|
".e c #4e463a",
|
||
|
".# c #595551",
|
||
|
".G c #66553b",
|
||
|
"#F c #68635f",
|
||
|
"#R c #6b4f23",
|
||
|
"#q c #6e6862",
|
||
|
"#M c #6f5229",
|
||
|
".n c #6f6146",
|
||
|
".w c #735310",
|
||
|
".V c #755c2a",
|
||
|
".I c #775f34",
|
||
|
".0 c #77694a",
|
||
|
"#n c #7e6434",
|
||
|
".o c #806f50",
|
||
|
"#C c #835d2d",
|
||
|
".P c #837c75",
|
||
|
"#B c #85653a",
|
||
|
"#k c #85827e",
|
||
|
".x c #866d46",
|
||
|
".U c #877967",
|
||
|
".X c #888888",
|
||
|
".F c #89724d",
|
||
|
"#x c #8b6d2a",
|
||
|
".S c #8d7759",
|
||
|
".z c #8e733b",
|
||
|
"#L c #906e49",
|
||
|
"#Q c #947b56",
|
||
|
".r c #948058",
|
||
|
".J c #957844",
|
||
|
".4 c #987736",
|
||
|
".q c #998969",
|
||
|
".k c #999897",
|
||
|
".R c #9a8a75",
|
||
|
"#i c #9f8348",
|
||
|
"#I c #a37c4b",
|
||
|
".u c #a38d66",
|
||
|
".E c #a58558",
|
||
|
"#A c #a8834b",
|
||
|
".s c #a9967a",
|
||
|
".t c #aa9467",
|
||
|
".C c #ae9f8d",
|
||
|
"#6 c #afa49d",
|
||
|
"#5 c #afa9a4",
|
||
|
"#W c #b18e4d",
|
||
|
".K c #b1935a",
|
||
|
".B c #b39660",
|
||
|
"#V c #b49866",
|
||
|
"#a c #b49d6c",
|
||
|
"## c #b49d72",
|
||
|
".j c #b5b4b4",
|
||
|
"#0 c #b7a597",
|
||
|
".O c #b9b1a9",
|
||
|
".L c #bb9c61",
|
||
|
".M c #bb9e6b",
|
||
|
".A c #bca778",
|
||
|
"#j c #bea46b",
|
||
|
".T c #bfb37d",
|
||
|
".v c #c0b391",
|
||
|
".W c #c3a262",
|
||
|
".i c #c4c4c4",
|
||
|
"#m c #c5b7aa",
|
||
|
"#8 c #c69f80",
|
||
|
".D c #c6b79b",
|
||
|
"#3 c #c7a589",
|
||
|
".7 c #c7a76c",
|
||
|
"#u c #c7bbaf",
|
||
|
".6 c #c8ad74",
|
||
|
"#7 c #c8b7a9",
|
||
|
"#r c #c8beb5",
|
||
|
".m c #c8c8c8",
|
||
|
"#U c #cbad96",
|
||
|
"#f c #ccb681",
|
||
|
"#h c #cdac6c",
|
||
|
"#P c #cdb49f",
|
||
|
"#X c #cdb8a6",
|
||
|
"#H c #ceb7a4",
|
||
|
".y c #ceb892",
|
||
|
".N c #cecac3",
|
||
|
"#Z c #cfb16f",
|
||
|
"#O c #cfbdad",
|
||
|
".Z c #cfc7c0",
|
||
|
"#w c #d0bcab",
|
||
|
".5 c #d1ad6b",
|
||
|
"#s c #d1bfb1",
|
||
|
".h c #d5d5d5",
|
||
|
"#l c #d6cdc6",
|
||
|
"#D c #d8b36e",
|
||
|
".H c #dac592",
|
||
|
"#t c #dbb977",
|
||
|
".g c #dcdcdc",
|
||
|
".1 c #e0dcc1",
|
||
|
".f c #e0e0df",
|
||
|
"#1 c #e3c8b1",
|
||
|
"#S c #e4cdb9",
|
||
|
".3 c #e4d9a3",
|
||
|
"#4 c #e6c1a1",
|
||
|
"#2 c #e7c4a5",
|
||
|
"#K c #e9c179",
|
||
|
"#g c #e9c47e",
|
||
|
"#Y c #e9c8ac",
|
||
|
".2 c #eae6c0",
|
||
|
"#T c #ebcdb3",
|
||
|
".Q c #ebd4b9",
|
||
|
"#E c #ecca87",
|
||
|
"#z c #ecd799",
|
||
|
".l c #ececeb",
|
||
|
"#G c #efd7c2",
|
||
|
"#e c #efe3ab",
|
||
|
".8 c #efe8e3",
|
||
|
"#v c #f1dcca",
|
||
|
"#. c #f2e2d4",
|
||
|
".p c #f4f4f4",
|
||
|
"#y c #f5daa0",
|
||
|
"#J c #f6cf7f",
|
||
|
".9 c #f7ede4",
|
||
|
"#p c #f9d995",
|
||
|
".Y c #fcf9f6",
|
||
|
"#d c #fefcc5",
|
||
|
"#c c #fefdda",
|
||
|
"#b c #fefee1",
|
||
|
"#N c #ffd685",
|
||
|
"#o c #fff0a9",
|
||
|
"Qt c #ffffff",
|
||
|
"QtQtQtQtQtQt.#.a.a.a.b.b.b.c.c.d.d.dQtQtQtQt",
|
||
|
"QtQtQtQtQtQt.e.f.g.g.f.g.g.h.i.j.d.k.dQtQtQt",
|
||
|
"QtQtQtQtQtQt.a.gQtQtQtQtQtQt.l.f.c.m.k.dQtQt",
|
||
|
"QtQtQtQtQt.n.n.n.n.n.o.g.pQtQt.l.bQt.m.k.dQt",
|
||
|
"QtQtQt.q.q.r.q.s.t.r.q.u.u.g.pQt.a.fQt.m.k.d",
|
||
|
"QtQt.s.s.v.w.x.y.y.t.z.A.t.B.i.p.#.a.b.c.d.d",
|
||
|
"Qt.C.C.D.E.F.G.A.H.F.I.J.K.L.M.i.p.l.N.O.P.d",
|
||
|
"Qt.s.v.Q.q.R.S.T.A.R.U.V.L.W.W.X.g.Y.f.Z.k.d",
|
||
|
".0.s.t.Q.1.U.R.2.3.S.U.4.5.6.6.7.j.8.9#..O.d",
|
||
|
".G##.V#a#b.1#c#c#d#e#f#g#h#i#j.W#k#l.9#.#m.d",
|
||
|
".G.4.F#n#c#c#c#d#d#o#p#g.x.w#i.L#q#r#.#.#s.d",
|
||
|
".e.J.J.I.3#d.H#j.6#f#p#t#n.w.E.L#q#u#.#v#w.d",
|
||
|
".G.A#x.z#y#z#A#B#B#C#D#E.4.4.6#h#F#m#v#G#H.d",
|
||
|
".o.s.A#j#E#t#I#I#I#C#A#J#p#p#K#t#F#m#v#G#H.d",
|
||
|
"Qt##.A.6.7#I#I#A.E#L#M.W#N#J#K.a.U#O#G.Q#P.d",
|
||
|
"Qt#a.M.L.J#A#I.4.E#Q.x#R#D#J#g.#.C#S.Q#T#U.d",
|
||
|
"QtQt#V.K.z#Q.s.S.x.S#B#M#W#E.a.U#X.Q#T#Y#U.d",
|
||
|
"QtQtQt.M#i#B.r#Q#Q.r#Q.z#Z.a#q#0#1#T#Y#2#3.d",
|
||
|
"QtQtQtQtQt#j.L.L.W.5#t.a.#.U#0#1#T#Y#2#4#3.d",
|
||
|
"QtQtQtQtQtQt.d#F#q#q#q.P.C#O#S.Q#T#Y#2#4#3.d",
|
||
|
"QtQtQtQtQtQt.d#5#5#6#6#0#7#w#H#P#U#U#3#3#8.d",
|
||
|
"QtQtQtQtQtQt.d.d.d.d.d.d.d.d.d.d.d.d.d.d.d.d"
|
||
|
};
|
||
|
|
||
|
KugarWidgetPlugin::KugarWidgetPlugin ()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
QStringList KugarWidgetPlugin::keys () const
|
||
|
{
|
||
|
QStringList list;
|
||
|
list << "KReportViewer";
|
||
|
return list;
|
||
|
}
|
||
|
|
||
|
QWidget* KugarWidgetPlugin::create (const QString & key, QWidget * parent,
|
||
|
const char *name)
|
||
|
{
|
||
|
if (key == "KReportViewer")
|
||
|
return new KReportViewer (parent, name);
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
QString KugarWidgetPlugin::group (const QString & feature) const
|
||
|
{
|
||
|
if (feature == "KReportViewer")
|
||
|
return "Display";
|
||
|
return QString::null;
|
||
|
}
|
||
|
|
||
|
QIconSet KugarWidgetPlugin::iconSet (const QString &) const
|
||
|
{
|
||
|
return QIconSet (QPixmap (kugar_pixmap));
|
||
|
}
|
||
|
|
||
|
QString KugarWidgetPlugin::includeFile (const QString & feature) const
|
||
|
{
|
||
|
if (feature == "KReportViewer")
|
||
|
return "kugar.h";
|
||
|
return QString::null;
|
||
|
}
|
||
|
|
||
|
QString KugarWidgetPlugin::toolTip (const QString & feature) const
|
||
|
{
|
||
|
if (feature == "KReportViewer")
|
||
|
return "Kugar report viewer widget";
|
||
|
return QString::null;
|
||
|
}
|
||
|
|
||
|
QString KugarWidgetPlugin::whatsThis (const QString & feature) const
|
||
|
{
|
||
|
if (feature == "KReportViewer")
|
||
|
return "A widget to view xml reports";
|
||
|
return QString::null;
|
||
|
}
|
||
|
|
||
|
bool KugarWidgetPlugin::isContainer (const QString &) const
|
||
|
{
|
||
|
return FALSE;
|
||
|
}
|
||
|
|
||
|
Q_EXPORT_PLUGIN( KugarWidgetPlugin )
|
||
|
</programlisting>
|
||
|
</sect3>
|
||
|
|
||
|
<sect3 id="plugin-pro-source">
|
||
|
<title
|
||
|
>kugar_plugin.pro</title>
|
||
|
|
||
|
<programlisting
|
||
|
>SOURCES += kugar_plugin.cpp
|
||
|
HEADERS += kugar_plugin.h
|
||
|
|
||
|
DESTDIR = $(QTDIR)/plugins/designer
|
||
|
TARGET = kugar_plugin
|
||
|
|
||
|
target.path=$$plugins.path
|
||
|
isEmpty(target.path):target.path=$$QT_PREFIX/plugins
|
||
|
PROJECTNAME = KugarPlugin
|
||
|
TEMPLATE = lib
|
||
|
CONFIG += qt warn_on release plugin
|
||
|
unix:LIBS += -lkugar
|
||
|
LANGUAGE = C++
|
||
|
</programlisting>
|
||
|
</sect3>
|
||
|
|
||
|
</sect2>
|
||
|
|
||
|
</sect1>
|
||
|
</chapter>
|