QListWidget::setIconSize with size > 200×200 doesn’t seem to have any effect. Is it intended, or am I doing something wrong? There’s no mention of such cap in the doc. Could there be another property that’s limiting icon size?
I’m using Qt 5.
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.
Your source images seem to have that size you are experiencing as the icon size limit. The
QListWidgetwon’t draw the icon larger than the source image.You should use a larger source image.