Hello,
how can i fix the first or the first and second column from a QTableView?
I like them not to move while i scroll the table entries.
e.g. like the fixing function from Excel or OpenOffice Calc..
Printable View
Hello,
how can i fix the first or the first and second column from a QTableView?
I like them not to move while i scroll the table entries.
e.g. like the fixing function from Excel or OpenOffice Calc..
I guess it might be easier to use a separate table. Try searching the forums, this topic has been discussed before.
hmm.. i tried it with two tableviews. it´s working nice.
I was in doubt of wasting memory and performace .Two tables and extra coding..
but its working great!
Thank you!