PDA

View Full Version : how to set the color in even or odd lines in QTreeView?



SamT
14th April 2011, 01:17
Hi all,

I am using the QTreeView to display the SQL table by setting the model in QSqlTableModel. The data can be shown in QTreeView correct. How can I modify the characteristic in each line? My purpose is to set the color in even or odd lines.

Is there any exist public function can do that? Or any enhanced widget can do so?

nikhilqt
14th April 2011, 06:34
you can check setting up the colors using stylesheet. Alternating row colors.