c++ - Is any way to show text line at the top of QTableView exist? -


i need on picture below can't find way using qt 4.3.3...

enter image description here

i don't think there build-in function . best way go subclass qtableview , override draw function draw text when there no elements show .use slot

int rowcountchanged(int,int)

to find out when row count zero.


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

c# - Binding attached property to IEnumerable -