I have a very simple QtableView like which is populated after the program runs. The program takes a few seconds before it populates the table like so..
I am wondering how to enable a placeholder text "No data" on the QTableView before the program runs like so...
You must override the paintEvent method where you check if there is no model or the model has no rows then paint the placeholder text: