Re: [SailfishDevel] SectionScroller QML Component

2013-06-18 Thread Ruediger Gad
Here are some snippets that had been originally posted to the meego forum: http://forum.meego.com/showthread.php?t=4600 Unfortunately, the forum is down and so is the original source. Luckily, I have the code still in some of my projects, e.g.: https://github.com/ruedigergad/meepasswords/blob/ma

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 /usr/share/themes/blanco/meegotouch/locale/ar

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 wrote: >

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] Cover Page Strangeness

2013-06-18 Thread christopher . lamb
Hi Matt thanks for the suggestion. I should have said that this particular app is pure QML. The main.cpp is posted at the bottom of this mail. The project started life as a Harmattan project, is pure QML (apart from one c++ property). At the moment I am gradually introducing the Silica Loo

[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 wi

Re: [SailfishDevel] Cover Page Strangeness

2013-06-18 Thread Matt Austin
Hi Chris, On 18 June 2013 15:34, wrote: > I press on this, return to the app, then drag back to the home screen, this > time I get a default cover page! (see attachment 2) I had the same issue, and realised that it only happened when I was using "setViewport(QGLWidget())" on my QDeclarativeView