How can I set the line style of a specific cell in a QTableView?
Posted
by Bob Nelson
on Stack Overflow
See other posts from Stack Overflow
or by Bob Nelson
Published on 2010-04-26T22:18:15Z
Indexed on
2010/04/26
22:23 UTC
Read the original article
Hit count: 331
I am working with a QT GUI. I am implementing a simple hex edit control using a QTableView. My initial idea is to use a table with seventeen columns. Each row of the table will have 16 hex bytes and then an ASCII representation of that data in the seventeenth column. Ideally, I would like to edit/set the style of the seventeenth column to have no lines on the top and bottom of each cell to give the text a free flowing appearance. What is the best way to approach this using the QTableView?
© Stack Overflow or respective owner