Hello,
I am looking for a way to specify images in styles that will be read in from the current directory, and not from the directory the application starts.
Here is part of a style I currently use:
QScrollBar::down-arrow:vertical {
width: 9px;
height: 10px;
background: transparent;
image: url(./scr_down_arrow.png);
}
Is there a way to modify the url(…) so that it will load from the current directory ?
Thanks
↧