PDA

View Full Version : How to create a list box



athulms
20th September 2011, 06:06
How to create a list box as shown in the picture. I have to place the list box in frame with a background image. the background of the listbox should be transparent to see the frame background.6866

nish
20th September 2011, 06:22
i think simple layouts of QLabel will do the trick for you.

Lykurg
20th September 2011, 07:41
Or use a QTableWidget with alternating row colors.

athulms
27th September 2011, 05:39
i have done it thanks