[PyKDE] KDE defaults icons
Jim Bublitz
jbublitz at nwinternet.com
Thu Mar 11 22:24:00 GMT 2004
On Thursday March 11 2004 11:27, Lionel Roubeyrie wrote:
> Is there a way with PyKDE/PyQt to know the icons used under
> KDE, like the CDROM's icon or the home directory's icon?
Yes - look at the KDE docs (classref) for KStandardDirs and
KIconLoader. There are methods in those classes for locating any
of KDE resources, including standard icons. OF course you need
to use PyKDE use these.
The KDE docs usually install with KDE (/usr/share/doc/KDE3-API on
SuSE) or you can find them on http://www.kde.org.
Jim
More information about the PyQt
mailing list