diff options
author | Sami Merilä <sami.merila@nokia.com> | 2009-06-08 06:35:03 (GMT) |
---|---|---|
committer | Sami Merilä <sami.merila@nokia.com> | 2009-06-08 06:35:03 (GMT) |
commit | 5163d6e1a36f48bf9d8483d3ca23ec730b5188c0 (patch) | |
tree | 2a4ec08d375005006393af1264be2cd57903ce5e /util/s60theme/README | |
parent | 7087433fb6f77746678963b1a97fc18daab831fa (diff) | |
download | Qt-5163d6e1a36f48bf9d8483d3ca23ec730b5188c0.zip Qt-5163d6e1a36f48bf9d8483d3ca23ec730b5188c0.tar.gz Qt-5163d6e1a36f48bf9d8483d3ca23ec730b5188c0.tar.bz2 |
S60theme util's README typos fixed.
Diffstat (limited to 'util/s60theme/README')
-rw-r--r-- | util/s60theme/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/util/s60theme/README b/util/s60theme/README index 3a006ec..da4e81a 100644 --- a/util/s60theme/README +++ b/util/s60theme/README @@ -19,12 +19,12 @@ Usage examples: > s60theme "Eclipse\Examples\Haze\Haze.tdf" Haze.blob (Reads the Haze theme and saves it as 'Haze.blob') -To use te blob in a Qt application, get an instance of a QS60Style and call +To use the blob in a Qt application, get an instance of a QS60Style and call style->loadS60ThemeFromBlob("Theme.blob"); -The simulated QS60Style will in its constructor by default try to load a -":/s60Stylethemes/Default.blob". If your application has that resouce width -exaclty that filename, it will be used by default. +The simulated QS60Style will, in its constructor by default, try to load a +":/s60Stylethemes/Default.blob". If your application has that a resource with +exactly that filename, it will be used by default. 'Default.blob' is not included in the current Qt source package. But it can easily be created with 's60theme' and a fresh install of Carbide.ui |