Quantcast
Channel: Jobs
Viewing all articles
Browse latest Browse all 18427

How to specify images from different directories than the application startup directory

$
0
0
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

Viewing all articles
Browse latest Browse all 18427

Trending Articles