<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I'm working on a graphics editing project where the user can perform some rudimentary drawing and having a problem when trying to load in sample images that are included with the install.<br><br>In the project file structure I've got a folder called "samples" which has some png images.<br><br>In the yaml file I've defined under the "Files" section:<br>/usr/share/imagewiz/samples/*.png<br><br>And in the code I've tried:<br>QPixmap sample1 = new QPixmap("/opt/sdk/imagewiz/usr/samples/sample1.png");<br><br>Anyone got any smart ideas what I'm doing wrong?<br><br>Thanks,<br>Mark<br>                                     </div></body>
</html>