Re: GridView qml

2013-07-20 Thread Heena Mahour
Hey Marco I have used rectangle for blue border in gridView .. you may check out commits in kdepim-runtime and kde-workspace .If busy then you can see screenshot http://picpaste.com/screen-nZKNkvSJ.png :) On Sat, Jul 20, 2013 at 11:27 AM, Marco Martin wrote: > On Friday 19 July 2013, Heena Maho

Re: GridView qml

2013-07-20 Thread Marco Martin
On Friday 19 July 2013, Heena Mahour wrote: > It is done now ;) > But not using BorderImage :p but it is working now > Thank you I would make it work well with just rectangles, then when the functionality is there, can be seen what to do design-wise -- Marco Martin ___

Re: GridView qml

2013-07-19 Thread Heena Mahour
It is done now ;) But not using BorderImage :p but it is working now Thank you On Fri, Jul 19, 2013 at 3:40 PM, Nuno Pinheiro wrote: > ** > > A Sexta, 19 de Julho de 2013 15:34:45 Heena Mahour escreveu: > > > > I'm not good at reading other peoples code, just a silly designer :) > > but i would

Re: GridView qml

2013-07-19 Thread Nuno Pinheiro
A Sexta, 19 de Julho de 2013 15:34:45 Heena Mahour escreveu: I'm not good at reading other peoples code, just a silly designer :) but i would use a BorderImage and then chage the source images acording to my needs those border images would include the space requiered for the efcts you need. if y

Re: GridView qml

2013-07-19 Thread Heena Mahour
Hey Nuno , Thanks that worked out for my first doubt . Any suggestion for second doubt? On Fri, Jul 19, 2013 at 3:04 PM, Nuno Pinheiro wrote: > ** > > A Sexta, 19 de Julho de 2013 14:50:27 Heena Mahour escreveu > > > > Because the border grows from the element. so if it is small enough it > will

Re: GridView qml

2013-07-19 Thread Nuno Pinheiro
A Sexta, 19 de Julho de 2013 14:50:27 Heena Mahour escreveu Because the border grows from the element. so if it is small enough it will be under the subsequet elements in the z stack order and so it will be invisible make the border 6 pixels and you shoud be able to see the problem also im n

GridView qml

2013-07-19 Thread Heena Mahour
Hey I have a doubt regarding gridview .Its delegate is a rectangle with label having numbers http://picpaste.com/prob-W1nnSBFu.png I have two doubts 1.) When I used border.color:(mouseArea.containsMouse)?"black":"transparent" in rectangle it is not showing border at bottom and right edge as ca