Qt keep scrollbar enabled in disabled table -
i'm using tablemodel vertical scrollbar , want keep scrollbar enabled no matter status table is.
perhaps possible disable flags table or docking scrollbar on right side of table.
if you're using qabstracttablemodel, can reimpliment flags() member function return read-only flag.
have @ qt::itemflags see ones need , leave off don't. @ least, should not returning qt::itemiseditable
Comments
Post a Comment