<div dir="ltr">That should have done the trick. Are you using Qt builder to create the UI? Did you load the icon in Qt builder by pointing to the qrc file?<div><br></div><div style>Utkarsh</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Mon, Jan 14, 2013 at 2:38 PM, Joshua Murphy <span dir="ltr">&lt;<a href="mailto:Joshua.Murphy@lasp.colorado.edu" target="_blank">Joshua.Murphy@lasp.colorado.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word;font-size:14px"><div style="font-family:Calibri,sans-serif">Hello,</div><div style="font-family:Calibri,sans-serif">
<br></div><div style="font-family:Calibri,sans-serif">I am writing a custom Application (modeled after the example Clone1 that ships with the ParaView source code [current git master]).  I am trying to add qt Resources so that I can use my own icons, but I have not been able to figure out how to make it work.</div>
<div style="font-family:Calibri,sans-serif"><br></div><div style="font-family:Calibri,sans-serif">I have added the following to my CMakeLists.txt file:</div><div style="font-family:Calibri,sans-serif"><br></div><div style="font-family:Calibri,sans-serif">

<pre style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><font color="#ff0000">SET(swft_RESOURCES resources.qrc)</font></pre>
<pre style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><font color="#ff0000">QT4_ADD_RESOURCES(swft_RESOURCES_RCC ${swft_RESOURCES})</font></pre></div><div style="font-family:Calibri,sans-serif">
<br></div><div style="font-family:Calibri,sans-serif">And added </div><div style="font-family:Calibri,sans-serif"><br></div><div style="font-family:Calibri,sans-serif">
<pre style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><font color="#ff0000">  ${swft_RESOURCES}</font></pre>
<pre style="margin-right:0px;text-indent:0px;margin-left:0px;margin-bottom:0px;margin-top:0px"><br></pre></div><div style="font-family:Calibri,sans-serif">To the list of source files</div><div style="font-family:Calibri,sans-serif">
<br></div><div><font face="Calibri,sans-serif" style>And I populated the </font><font face="Consolas" color="#ff0000">resources.qrc</font><font face="Calibri,sans-serif" style> file, but I cannot seem to add an icon to my tool bar.</font></div>
<div style="font-family:Calibri,sans-serif"><br></div><div style="font-family:Calibri,sans-serif">Can someone give me a hint on how I might go about using my own icons on a custom toolbar?</div><div style="font-family:Calibri,sans-serif">
<br></div><div style="font-family:Calibri,sans-serif">Thanks,</div><div style="font-family:Calibri,sans-serif">Josh</div><div style="font-family:Calibri,sans-serif"><br></div><div style="font-family:Calibri,sans-serif"><div>
<div><div><img src="cid:EC88F5BF-3CA3-4DDD-8614-CB8AD61A2167" type="image/png"></div></div><div>Joshua J. Murphy</div><div>Computer Scientist</div><div>Laboratory for Atmospheric and Space Physics</div><div>University of Colorado, Boulder</div>
<div><br></div></div></div></div>
<br>_______________________________________________<br>
Paraview-developers mailing list<br>
<a href="mailto:Paraview-developers@paraview.org">Paraview-developers@paraview.org</a><br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
<br></blockquote></div><br></div>