I need something like on the picture below but I can’t find a way to do it using Qt 4.3.3…

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t think there is a build-in function that does this . The best way to go is to subclass QTableView and override the draw function to draw some text when there are no elements to show .Use the slot
int rowCountChanged(int,int)to find out when row count is zero.