I want to implement tree widget but it doesn’t have to show the hierarchy line.
Please help on this.

(Hierarchy means the line between parent and child.)
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.
Use QSS styles – assign empty image to lines…
if lines are still exists after that- create png with one transparent pixel and assign it to TreeView’s branch, i haven’t checked variant with no image at all.