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
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
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:
>
The build in icons for use with IconButton and QML coverpage is located
in:
___
SailfishOS.org Devel mailing list
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
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
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