Hi Viktor, Qt has implemented many plugins very interesting:

Plugin nameTypeDescription qtaccessiblecompatwidgetsAccessibilityAccessibility
for Qt 3 support widgets qtaccessiblewidgetsAccessibilityAccessibility for
Qt widgets qdecorationdefaultDecorations (Qt Extended)Default style
qdecorationwindowsDecorations (Qt Extended)Windows style qgifImage formats
GIF qjpegImage formatsJPEG qmngImage formatsMNG qicoImage formatsICO qsvgImage
formatsSVG qtiffImage formatsTIFF qimsw_multiInput methods (Qt Extended)Input
Method Switcher qwstslibmousehandlerMouse drivers (Qt Extended)tslib mouse
qgfxtransformedGraphic drivers (Qt Extended)Transformed screen qgfxvncGraphic
drivers (Qt Extended)VNC qscreenvfbGraphic drivers (Qt Extended)Virtual
frame buffer qsqldb2SQL driverIBM DB2 qsqlibaseSQL driverBorland InterBase
qsqliteSQL driverSQLite version 3 qsqlite2SQL driverSQLite version 2
qsqlmysqlSQL driverMySQL qsqlociSQL driverOracle (OCI) qsqlodbcSQL driverOpen
Database Connectivity (ODBC) qsqlpsqlSQL driverPostgreSQL qsqltdsSQL
driverSybase
Adaptive Server (TDS) qcncodecsText codecsSimplified Chinese (People's
Republic of China) qjpcodecsText codecsJapanese qkrcodecsText codecsKorean
qtwcodecsText codecsTraditional Chinese (Taiwan)

Dinamic Qt programs load plugins automaticly, but in static mode, the user
program need force the load (this is my request to Pritpal)

At this moment I only need jpeg plugin, but in the future, I will need use
others plugins.

Regards
CdQ


On Wed, Aug 19, 2009 at 1:36 AM, Viktor Szakáts <harbour...@syenar.hu>wrote:

> Hi folks,
>
> I'm not sure we should implement whole QT plugin functionality
> just to support jpeg files.
>
> If it helps I can add jpeg library to externals. Maybe some
> Harbour wrappers to that could solve such problems.
>
> Brgds,
> Viktor
>
>
> On 2009.08.19., at 3:31, CarozoDeQuilmes wrote:
>
>  Hi Pritpal, I don't know how use it.  I read the Qt Documentation and I
>> have see that in a c++ program I only need coded:
>>
>> #include <QtPlugin>
>>
>> Q_IMPORT_PLUGIN(qjpeg)
>>
>> and then, add plugin library for jpeg (supplied in
>> \qt\2009.03\qt\plugins\imageformats) into linkedit process.
>>
>> Sorry, but I don't know anymore, I only have make a sample with STATIC
>> libraries that run fine, it show png and bmp but it don't show jpg because
>> in STATIC mode, the Qt Plugins don't work by default (qjpeg is a plugin for
>> jpeg images).
>>
>> Thanks in advance
>> CdQ
>>
>>
>>
>> On Tue, Aug 18, 2009 at 9:03 PM, Pritpal Bedi <bediprit...@hotmail.com>
>> wrote:
>>
>> Hi
>>
>>
>> CarozoDeQuilmes wrote:
>> >
>> > Hi Pritpal, can you add support for plugins in STATIC hbqt library ?????
>> >
>> > I need it for use JPG image format and ODBC driver.
>> >
>> > http://qt.nokia.com/doc/4.5/plugins-howto.html
>> >
>>
>> I am trying to understand the concept.
>> You can explain how you will use it in .prg code.
>> It will tell me what must be coded in hbqt.lib.
>>
>> Regards
>> Pritpal Bedi
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Plugins-in-hbqts-library-tp25034339p25035630.html
>> Sent from the Harbour - Dev mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> Harbour mailing list
>> Harbour@harbour-project.org
>> http://lists.harbour-project.org/mailman/listinfo/harbour
>>
>>
>>
>> --
>> QAC (I want something comfortable !!!) - Incremental Compilation with all
>> MiniGUIs versions
>> QAC (Quiero Algo Cómodo !!!) - Compilación Incremental con todas las
>> versiones de MiniGUI
>>
>> Download: www.CarozoDeQuilmes.com.ar
>> _______________________________________________
>> Harbour mailing list
>> Harbour@harbour-project.org
>> http://lists.harbour-project.org/mailman/listinfo/harbour
>>
>
> _______________________________________________
> Harbour mailing list
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>



-- 
QAC (I want something comfortable !!!) - Incremental Compilation with all
MiniGUIs versions
QAC (Quiero Algo Cómodo !!!) - Compilación Incremental con todas las
versiones de MiniGUI

Download: www.CarozoDeQuilmes.com.ar
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to