Hi,
For your reference i pasted a image file.In that image file the white area is a transparent place.so i want to fit the listview in that transparent area.so i used gridlayout to insert the widget like
grid->addwidget(list,0,0,...)
grid->addwidget(image,0,0,..)
...
....
But i face the index problem in listview.if i click the outside of listview also the list selected.
Thanks