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...
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
Post a Comment