[SailfishDevel] QML IconButton icon source

2013-06-18 Thread Heikki Kullas
Where I'm able to find all available icons that can be used in e.g. QML IconButton and QML CoverPage? You should definetily create a new page in SailfishOS.org where people can find the locations of 'em - if they are attached directly into Mer build machine or Emulator then just the source path

Re: [SailfishDevel] QML IconButton icon source

2013-06-18 Thread Danny Thomsen
The build in icons for use with IconButton and QML coverpage is located in: ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] QML IconButton icon source

2013-06-18 Thread Danny Thomsen
Ooops. The build in icons for use with IconButton and QML coverpage is located in: /usr/share/themes/jolla-ambient/meegotouch/icons Use like this: IconButton { icon.source: image://theme/icon-m-play } On 18 June 2013 21:01, Danny Thomsen

Re: [SailfishDevel] QML IconButton icon source

2013-06-18 Thread christopher . lamb
Thanks Danny On the Emulator, all icons can be found as follows: ssh -p 2223 -i ~/.ssh/mer-qt-creator-rsa root@localhost find / -name icons /usr/share/icons /usr/share/themes/jolla-ambient/meegotouch/icons /usr/share/themes/blanco/meegotouch/icons