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

c++ - error: use of deleted function -

delphi - ESC/P programming! -

c# - how to write client side events functions for the combobox items -