Qt-interest Archive, September 1998
Qt has rc file?
Message 1 in thread
Hi,
I would like to know how to set the ressource file of
a new application written with Qt. I can't find this info
in the doc.
thanks
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
Message 2 in thread
Jie Meng wrote:
> Hi,
>
> I would like to know how to set the ressource file of
> a new application written with Qt. I can't find this info
> in the doc.
>
> thanks
>
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
> --
> List archive and information: http://www.troll.no/qt-interest/
Qt as is has no built in functions for handling ressource files.
Either try to switch to KDE, there is a KConfig object, or take a look
at
my object "initfile": http://www.rz.tu-ilmenau.de/~lekus/software.htm
aleXXX