Qt-interest Archive, October 2006
CSS styling + SVG icons
Message 1 in thread
Hey Trolls!
4.2.0-rc1 is out and so far i haven't seen any examples for these two
advertised features. correct me if i'm wrong that right now there are no
examples/demos for those two things, not even documentation.
when can we expect to see sample code for css-like styling and those svg
icons.
P
--
[ signature omitted ]
Message 2 in thread
Petar Forai wrote:
> Hey Trolls!
>
> 4.2.0-rc1 is out and so far i haven't seen any examples for these two
> advertised features. correct me if i'm wrong that right now there are no
> examples/demos for those two things, not even documentation.
>
> when can we expect to see sample code for css-like styling and those svg
> icons.
>
> P
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
I believe the system tray icon example has been modified to use SVG
icons in the daily snapshots. Note that SVG icons do not require any
special syntax. As long as you have enabled SVG support, adding an icon
can simply be done like this: QIcon(":/images/icon.svg")
A style sheet example and documentation was also added after the RC, so
you can safely expect both to be part of the final package.
--
[ signature omitted ]