root/trunk/qt4-gui/doc/ICONS.HOWTO

Revision 4526, 1.5 kB (checked in by erijo, 2 years ago)

Removed svn:keywords from all files that don't need it. May make your
checkout a tiny bit faster :)

  • Property svn:eol-style set to native
Line 
1#--------------------------------------
2# Licq Icons Pack Howto
3# Version 1.1, November 7th, 2002
4# Jon Keating
5#--------------------------------------
6#
7# There are two kinds of icon packs that can be made.  Both are
8# easy to create.  The first step is creaing the following icons,
9# and store them and the relevent config file in the proper
10# directory.
11#
12# If you are making a normal icon pack for statuses and events
13# the config file name is <name>.icons.  The directory name is
14# icons.<name>.
15#
16# If you are making an extended icon pack the config file name is
17# <name>.icons.  The directory name is extended.icons.<name>.
18#
19# See below for for example icon and extended icon config files.
20#
21# XPM, PNG and GIF formats are supported.  Any non-specified icons
22# will be blank except event icons which will default to the basic
23# message icon.  With extended icons, any non-specified icons will
24# default to the icons found in the extended icon pack 'basic'
25
26
27# Sample icon pack config file
28[icons]
29Online = online.xpm
30Offline = offline.xpm
31FFC = ffchat.xpm
32Away = sign.xpm
33NA = cross.xpm
34Occupied = chess.xpm
35DND = lock.xpm
36Private = private.xpm
37Message = message.xpm
38Url = url.xpm
39Chat = chat.xpm
40File = file.xpm
41Authorize = authorize.xpm
42SMS = sms.xpm
43Contact = contact.xpm
44SecureOff = secureoff.xpm
45SecureOn = secureon.xpm
46History = history.xpm
47Info = info.xpm
48
49# Sample extended icon pack config file
50[icons]
51Collapsed = collapsed.xpm
52Expanded = expanded.xpm
53Phone = phone.xpm
54Cellular = cellular.xpm
55CustomAR = customar.xpm
56Birthday = birthday.xpm
57Invisible = invisible.xpm
Note: See TracBrowser for help on using the browser.