I'm trying to create a style sheet that uses one of the builtin icons (http://doc.trolltech.com/4.4/stylesh...#list-of-icons)
I really want to reference the 'downarrow-icon' but I'm not sure if there is a syntax available to support it.
Off the bat I tried using Qt's documentation for help and tried this:
QFooBar {
image: url(downarrow-icon);
}
It works fine when you give it a path in the resource system just not a builtin icon.
ex. works:
QFooBar {
image: url(:myIcon.png);
}
Any ideas?
Bookmarks