Qt 6.11 is out! See what's new in the release
blog
set icon in QSizeGrip
-
Hi
You can style it and use image it seemsQSizeGrip { image: url(:/images/sizegrip.png); width: 16px; height: 16px; } -
Hi
You can style it and use image it seemsQSizeGrip { image: url(:/images/sizegrip.png); width: 16px; height: 16px; } -
sizeGrip->setStyleSheet("QWidget{background-color: #EFEFEF ; background-image: url(:/icons/anewcorebox.svg);width: 30px; height: 30px; }");works ,but two icon .

@saber said in set icon in QSizeGrip:
background-image:
hi its not 2 images.
Using
background-image will tile the image :) -
@saber said in set icon in QSizeGrip:
background-image:
hi its not 2 images.
Using
background-image will tile the image :) -