Hi,
On Thu, 8 Aug 2013 08:59:23 AM christopher.l...@thurweb.ch wrote:
> > rpm -ql qt5-qtlocation will list the files included in the package.
>
> gives me:
>
> [root@SailfishEmul QtLocation]# rpm -ql qt5-qtlocation
> /usr/lib/libQt5Location.so.5
> /usr/lib/libQt5Location.so.5.2
> /usr/lib/libQt5
Hello,
The problem is that when the model changes, the last added delegate steals the
focus, as ListView has a focus scope.
If you set "currentIndex: -1" on the ListView, then this behaviour will be
disabled. (This is what's done in the SearchPage.qml example in
silicacomponentgallery.)
cheer
Hello,
I have installed the Sailfish OS IDE under Windows 7. It is said, it
comes with a SailfishOS application template.
But the template is not available in the SDK.
Any suggestions? Is it possible to re-install the template?
___
SailfishOS.org Devel m
Hi,
I had exactly the same problem. My solution was to define the
SearchField _outside_ the list view, like this:
SilicaListView {
id: listview
...
header: Item {
// This is just a placeholder for the header box. To avoid the
// list view resetting the input box ever
Le jeudi 8 août 2013 17:10:26 Benoît HERVIER a écrit :
> Hi,
>
> I'm trying to use SearchField to have a suspense ... a search
> field for my list view.
> So i try to filter in realtime ... and i notice that SearchField lose
> focus
>
> Basically, i do a reset on the ListModel and append d
Hi,
I'm trying to use SearchField to have a suspense ... a search
field for my list view.
So i try to filter in realtime ... and i notice that SearchField lose
focus
Basically, i do a reset on the ListModel and append data
This could come from the use i made from SearchField, so here a
On 08/08/2013 12:38 AM, Aaron McCarthy wrote:
>
> On Wed, 7 Aug 2013 05:34:14 PM christopher.l...@thurweb.ch wrote:
>
> > > "I believe the goal for QtLocation to be included with Qt is 5.2..."
>
> >
>
> > But isn't QtLocation included in the SailfishAlpha 2 ?
>
> >
>
> > I am confused on this: In t
On 08/07/2013 08:19 PM, christopher.l...@thurweb.ch wrote:
> Hi John
>
> Thanks for extensive answer.
>
>> You're barking up the right tree. This is an area of the stack I want
>> to change at some point, but for now, here's how it works:
>
> It's good to hear that I was heading in the right direct