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

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -