diff options
author | Alessandro Portale <aportale@trolltech.com> | 2009-06-07 18:40:49 (GMT) |
---|---|---|
committer | Alessandro Portale <aportale@trolltech.com> | 2009-06-07 18:40:49 (GMT) |
commit | 7087433fb6f77746678963b1a97fc18daab831fa (patch) | |
tree | 7b3ca5062b47001850f26c4c819272626ebac50e /util | |
parent | 0a44379cff84c32f608ced0b5b43abe155cefd81 (diff) | |
download | Qt-7087433fb6f77746678963b1a97fc18daab831fa.zip Qt-7087433fb6f77746678963b1a97fc18daab831fa.tar.gz Qt-7087433fb6f77746678963b1a97fc18daab831fa.tar.bz2 |
Proper English sentence
Diffstat (limited to 'util')
-rw-r--r-- | util/s60theme/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/s60theme/README b/util/s60theme/README index f408d47..3a006ec 100644 --- a/util/s60theme/README +++ b/util/s60theme/README @@ -3,8 +3,8 @@ an intermediate binary format that can be read by the simulated QS60Style. So, for example Designer (standalone or in Carbide) will be able to display a realistic S60 Ui. -The intermediate binary format hashes of QPictures and QColors, -streamed to a QByteArray and compressed. The QS60Style could not load +The intermediate binary format consists of hashes of QPictures and +QColors, streamed to a QByteArray and compressed. QS60Style could not load the Carbide.ui theme directly because SVG handling is unfortunately not part of QtGui, and would require a dependency on the QtSvg module. |