Hi,
In cutespotify there I use in full player view the album cover kind as in a
Slideshow:
https://github.com/lukedirtwalker/cutespotify/blob/sailfish/qml/FullControls.qml#L136
important properties are: snapMode:
http://qt-project.org/doc/qt-5/qml-qtquick-listview.html#snapMode-prop
and maybe als
You shouldn't write in /usr/* directory. Rather use standard path:
See https://lists.sailfishos.org/pipermail/devel/2014-February/003258.html
See also:
http://comments.gmane.org/gmane.comp.handhelds.sailfishos.devel/3632
2014-08-03 15:00 GMT+02:00 Krisztian Olah :
> Hi I need a bit of help wi
dista
>
> "Andrey Kozhevnikov" kirjoitti 18.6.2014 kello
> 8.50:
>
> you should build and deploy as RPM package ;)
>
> 18.06.2014 03:42, Lukas Vogel пишет:
>
> Hi there,
>
> I try to create an app in which I want to have an existing database bind
> in t
Hi there,
I try to create an app in which I want to have an existing database bind in
the binary.
My approach was the following:
in pro file:
QT += sql
database.files = stations.db
database.path = /home/nemo/.local/share/harbour-qtimetable/harbour-qtimetable
INSTALLS += database
To open the