My impression on drop shadows before was that, it’s done with images having drop shadows already. Until I found out that you could create drop shadows using plain CSS. How do you create drop shadows though in Qt stylesheet?
Share
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.
For QFrame you can set the frameShadow property, but not via CSS. QGraphicsView has the QGraphicsDropShadowEffect class. In a QWebView you can use all CSS effects, but only be using CSS stylesheet in the content.